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

InstanceSummary

import type { InstanceSummary } from "https://aws-api.deno.dev/v0.4/services/licensemanagerusersubscriptions.ts?docs=full";

Describes an EC2 instance providing user-based subscriptions.

interface InstanceSummary {
InstanceId: string;
LastStatusCheckDate?: string | null;
Products: string[];
Status: string;
StatusMessage?: string | null;
}

§Properties

§
InstanceId: string
[src]

The ID of the EC2 instance, which provides user-based subscriptions.

§
LastStatusCheckDate?: string | null
[src]

The date of the last status check.

§
Products: string[]
[src]

A list of provided user-based subscription products.

§
Status: string
[src]

The status of an EC2 instance resource.

§
StatusMessage?: string | null
[src]

The status message for an EC2 instance.