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

CreateInstanceRequest

import type { CreateInstanceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";
interface CreateInstanceRequest {
AgentVersion?: string | null;
AmiId?: string | null;
Architecture?: Architecture | null;
AutoScalingType?: AutoScalingType | null;
AvailabilityZone?: string | null;
BlockDeviceMappings?: BlockDeviceMapping[] | null;
EbsOptimized?: boolean | null;
Hostname?: string | null;
InstallUpdatesOnBoot?: boolean | null;
InstanceType: string;
LayerIds: string[];
Os?: string | null;
RootDeviceType?: RootDeviceType | null;
SshKeyName?: string | null;
StackId: string;
SubnetId?: string | null;
Tenancy?: string | null;
VirtualizationType?: string | null;
}

§Properties

§
AgentVersion?: string | null
[src]
§
AmiId?: string | null
[src]
§
Architecture?: Architecture | null
[src]
§
AutoScalingType?: AutoScalingType | null
[src]
§
AvailabilityZone?: string | null
[src]
§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
Hostname?: string | null
[src]
§
InstallUpdatesOnBoot?: boolean | null
[src]
§
InstanceType: string
[src]
§
LayerIds: string[]
[src]
§
Os?: string | null
[src]
§
RootDeviceType?: RootDeviceType | null
[src]
§
SshKeyName?: string | null
[src]
§
StackId: string
[src]
§
SubnetId?: string | null
[src]
§
Tenancy?: string | null
[src]
§
VirtualizationType?: string | null
[src]