Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateInstanceRequest

import type { UpdateInstanceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface UpdateInstanceRequest {
AgentVersion?: string | null;
AmiId?: string | null;
Architecture?: Architecture | null;
AutoScalingType?: AutoScalingType | null;
EbsOptimized?: boolean | null;
Hostname?: string | null;
InstallUpdatesOnBoot?: boolean | null;
InstanceId: string;
InstanceType?: string | null;
LayerIds?: string[] | null;
Os?: string | null;
SshKeyName?: string | null;
}

§Properties

§
AgentVersion?: string | null
[src]
§
AmiId?: string | null
[src]
§
Architecture?: Architecture | null
[src]
§
AutoScalingType?: AutoScalingType | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
Hostname?: string | null
[src]
§
InstallUpdatesOnBoot?: boolean | null
[src]
§
InstanceId: string
[src]
§
InstanceType?: string | null
[src]
§
LayerIds?: string[] | null
[src]
§
Os?: string | null
[src]
§
SshKeyName?: string | null
[src]