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

DescribeScheduledInstanceAvailabilityResult

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

Contains the output of DescribeScheduledInstanceAvailability.

interface DescribeScheduledInstanceAvailabilityResult {
NextToken?: string | null;
ScheduledInstanceAvailabilitySet: ScheduledInstanceAvailability[];
}

§Properties

§
NextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.

§
ScheduledInstanceAvailabilitySet: ScheduledInstanceAvailability[]
[src]

Information about the available Scheduled Instances.