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
§
AssociationOverview?: InstanceAggregatedAssociationOverview | null
[src]§
PingStatus?: PingStatus | null
[src]§
PlatformType?: PlatformType | null
[src]§
ResourceType?: ResourceType | null
[src]