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

InstanceStatusDetails

import type { InstanceStatusDetails } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes the instance status.

interface InstanceStatusDetails {
ImpairedSince?: Date | number | null;
Name?: StatusName | null;
Status?: StatusType | null;
}

§Properties

§
ImpairedSince?: Date | number | null
[src]

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

§
Name?: StatusName | null
[src]

The type of instance status.

§
Status?: StatusType | null
[src]

The status.