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/opsworks.ts";
interface Instance {
AgentVersion?: string | null;
AmiId?: string | null;
Architecture?: Architecture | null;
Arn?: string | null;
AutoScalingType?: AutoScalingType | null;
AvailabilityZone?: string | null;
BlockDeviceMappings?: BlockDeviceMapping[] | null;
CreatedAt?: string | null;
EbsOptimized?: boolean | null;
Ec2InstanceId?: string | null;
EcsClusterArn?: string | null;
EcsContainerInstanceArn?: string | null;
ElasticIp?: string | null;
Hostname?: string | null;
InfrastructureClass?: string | null;
InstallUpdatesOnBoot?: boolean | null;
InstanceId?: string | null;
InstanceProfileArn?: string | null;
InstanceType?: string | null;
LastServiceErrorId?: string | null;
LayerIds?: string[] | null;
Os?: string | null;
Platform?: string | null;
PrivateDns?: string | null;
PrivateIp?: string | null;
PublicDns?: string | null;
PublicIp?: string | null;
RegisteredBy?: string | null;
ReportedAgentVersion?: string | null;
ReportedOs?: ReportedOs | null;
RootDeviceType?: RootDeviceType | null;
RootDeviceVolumeId?: string | null;
SecurityGroupIds?: string[] | null;
SshHostDsaKeyFingerprint?: string | null;
SshHostRsaKeyFingerprint?: string | null;
SshKeyName?: string | null;
StackId?: string | null;
Status?: string | null;
SubnetId?: string | null;
Tenancy?: string | null;
VirtualizationType?: VirtualizationType | null;
}

§Properties

§
AgentVersion?: string | null
[src]
§
AmiId?: string | null
[src]
§
Architecture?: Architecture | null
[src]
§
Arn?: string | null
[src]
§
AutoScalingType?: AutoScalingType | null
[src]
§
AvailabilityZone?: string | null
[src]
§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]
§
CreatedAt?: string | null
[src]
§
EbsOptimized?: boolean | null
[src]
§
Ec2InstanceId?: string | null
[src]
§
EcsClusterArn?: string | null
[src]
§
EcsContainerInstanceArn?: string | null
[src]
§
ElasticIp?: string | null
[src]
§
Hostname?: string | null
[src]
§
InfrastructureClass?: string | null
[src]
§
InstallUpdatesOnBoot?: boolean | null
[src]
§
InstanceId?: string | null
[src]
§
InstanceProfileArn?: string | null
[src]
§
InstanceType?: string | null
[src]
§
LastServiceErrorId?: string | null
[src]
§
LayerIds?: string[] | null
[src]
§
Os?: string | null
[src]
§
Platform?: string | null
[src]
§
PrivateDns?: string | null
[src]
§
PrivateIp?: string | null
[src]
§
PublicDns?: string | null
[src]
§
PublicIp?: string | null
[src]
§
RegisteredBy?: string | null
[src]
§
ReportedAgentVersion?: string | null
[src]
§
ReportedOs?: ReportedOs | null
[src]
§
RootDeviceType?: RootDeviceType | null
[src]
§
RootDeviceVolumeId?: string | null
[src]
§
SecurityGroupIds?: string[] | null
[src]
§
SshHostDsaKeyFingerprint?: string | null
[src]
§
SshHostRsaKeyFingerprint?: string | null
[src]
§
SshKeyName?: string | null
[src]
§
StackId?: string | null
[src]
§
Status?: string | null
[src]
§
SubnetId?: string | null
[src]
§
Tenancy?: string | null
[src]
§
VirtualizationType?: VirtualizationType | null
[src]