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

DescribeSpotFleetRequestsResponse

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

Contains the output of DescribeSpotFleetRequests.

interface DescribeSpotFleetRequestsResponse {
NextToken?: string | null;
SpotFleetRequestConfigs: SpotFleetRequestConfig[];
}

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

§
SpotFleetRequestConfigs: SpotFleetRequestConfig[]
[src]

Information about the configuration of your Spot Fleet.