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

InstanceInformation

import type { InstanceInformation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface InstanceInformation {
ActivationId?: string | null;
AgentVersion?: string | null;
AssociationOverview?: InstanceAggregatedAssociationOverview | null;
AssociationStatus?: string | null;
ComputerName?: string | null;
IamRole?: string | null;
InstanceId?: string | null;
IPAddress?: string | null;
IsLatestVersion?: boolean | null;
LastAssociationExecutionDate?: Date | number | null;
LastPingDateTime?: Date | number | null;
LastSuccessfulAssociationExecutionDate?: Date | number | null;
Name?: string | null;
PingStatus?: PingStatus | null;
PlatformName?: string | null;
PlatformType?: PlatformType | null;
PlatformVersion?: string | null;
RegistrationDate?: Date | number | null;
ResourceType?: ResourceType | null;
}

§Properties

§
ActivationId?: string | null
[src]
§
AgentVersion?: string | null
[src]
§
AssociationStatus?: string | null
[src]
§
ComputerName?: string | null
[src]
§
IamRole?: string | null
[src]
§
InstanceId?: string | null
[src]
§
IPAddress?: string | null
[src]
§
IsLatestVersion?: boolean | null
[src]
§
LastAssociationExecutionDate?: Date | number | null
[src]
§
LastPingDateTime?: Date | number | null
[src]
§
LastSuccessfulAssociationExecutionDate?: Date | number | null
[src]
§
Name?: string | null
[src]
§
PingStatus?: PingStatus | null
[src]
§
PlatformName?: string | null
[src]
§
PlatformType?: PlatformType | null
[src]
§
PlatformVersion?: string | null
[src]
§
RegistrationDate?: Date | number | null
[src]
§
ResourceType?: ResourceType | null
[src]