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

Instance

import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface Instance {
AmiLaunchIndex?: number | null;
Architecture?: ArchitectureValues | null;
BlockDeviceMappings: InstanceBlockDeviceMapping[];
BootMode?: BootModeValues | null;
CapacityReservationId?: string | null;
CapacityReservationSpecification?: CapacityReservationSpecificationResponse | null;
ClientToken?: string | null;
CpuOptions?: CpuOptions | null;
EbsOptimized?: boolean | null;
ElasticGpuAssociations: ElasticGpuAssociation[];
ElasticInferenceAcceleratorAssociations: ElasticInferenceAcceleratorAssociation[];
EnaSupport?: boolean | null;
EnclaveOptions?: EnclaveOptions | null;
HibernationOptions?: HibernationOptions | null;
Hypervisor?: HypervisorType | null;
IamInstanceProfile?: IamInstanceProfile | null;
ImageId?: string | null;
InstanceId?: string | null;
InstanceLifecycle?: InstanceLifecycleType | null;
InstanceType?: InstanceType | null;
KernelId?: string | null;
KeyName?: string | null;
LaunchTime?: Date | number | null;
MetadataOptions?: InstanceMetadataOptionsResponse | null;
Monitoring?: Monitoring | null;
NetworkInterfaces: InstanceNetworkInterface[];
OutpostArn?: string | null;
Placement?: Placement | null;
Platform?: PlatformValues | null;
PrivateDnsName?: string | null;
PrivateIpAddress?: string | null;
ProductCodes: ProductCode[];
PublicDnsName?: string | null;
PublicIpAddress?: string | null;
RamdiskId?: string | null;
RootDeviceName?: string | null;
RootDeviceType?: DeviceType | null;
SecurityGroups: GroupIdentifier[];
SourceDestCheck?: boolean | null;
SpotInstanceRequestId?: string | null;
SriovNetSupport?: string | null;
State?: InstanceState | null;
StateReason?: StateReason | null;
StateTransitionReason?: string | null;
SubnetId?: string | null;
Tags: Tag[];
VirtualizationType?: VirtualizationType | null;
VpcId?: string | null;
}

§Properties

§
AmiLaunchIndex?: number | null
[src]
§
Architecture?: ArchitectureValues | null
[src]
§
BlockDeviceMappings: InstanceBlockDeviceMapping[]
[src]
§
BootMode?: BootModeValues | null
[src]
§
CapacityReservationId?: string | null
[src]
§
CapacityReservationSpecification?: CapacityReservationSpecificationResponse | null
[src]
§
ClientToken?: string | null
[src]
§
CpuOptions?: CpuOptions | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
ElasticGpuAssociations: ElasticGpuAssociation[]
[src]
§
ElasticInferenceAcceleratorAssociations: ElasticInferenceAcceleratorAssociation[]
[src]
§
EnaSupport?: boolean | null
[src]
§
EnclaveOptions?: EnclaveOptions | null
[src]
§
HibernationOptions?: HibernationOptions | null
[src]
§
Hypervisor?: HypervisorType | null
[src]
§
IamInstanceProfile?: IamInstanceProfile | null
[src]
§
ImageId?: string | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceLifecycle?: InstanceLifecycleType | null
[src]
§
InstanceType?: InstanceType | null
[src]
§
KernelId?: string | null
[src]
§
KeyName?: string | null
[src]
§
LaunchTime?: Date | number | null
[src]
§
Monitoring?: Monitoring | null
[src]
§
NetworkInterfaces: InstanceNetworkInterface[]
[src]
§
OutpostArn?: string | null
[src]
§
Placement?: Placement | null
[src]
§
Platform?: PlatformValues | null
[src]
§
PrivateDnsName?: string | null
[src]
§
PrivateIpAddress?: string | null
[src]
§
ProductCodes: ProductCode[]
[src]
§
PublicDnsName?: string | null
[src]
§
PublicIpAddress?: string | null
[src]
§
RamdiskId?: string | null
[src]
§
RootDeviceName?: string | null
[src]
§
RootDeviceType?: DeviceType | null
[src]
§
SecurityGroups: GroupIdentifier[]
[src]
§
SourceDestCheck?: boolean | null
[src]
§
SpotInstanceRequestId?: string | null
[src]
§
SriovNetSupport?: string | null
[src]
§
State?: InstanceState | null
[src]
§
StateReason?: StateReason | null
[src]
§
StateTransitionReason?: string | null
[src]
§
SubnetId?: string | null
[src]
§
Tags: Tag[]
[src]
§
VirtualizationType?: VirtualizationType | null
[src]
§
VpcId?: string | null
[src]