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

DescribeSpotFleetInstancesResponse

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

Contains the output of DescribeSpotFleetInstances.

interface DescribeSpotFleetInstancesResponse {
ActiveInstances: ActiveInstance[];
NextToken?: string | null;
SpotFleetRequestId?: string | null;
}

§Properties

§
ActiveInstances: ActiveInstance[]
[src]

The running instances. This list is refreshed periodically and might be out of date.

§
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.

§
SpotFleetRequestId?: string | null
[src]

The ID of the Spot Fleet request.