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

DescribeCapacityProvidersResponse

import type { DescribeCapacityProvidersResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface DescribeCapacityProvidersResponse {
capacityProviders?: CapacityProvider[] | null;
failures?: Failure[] | null;
nextToken?: string | null;
}

§Properties

§
capacityProviders?: CapacityProvider[] | null
[src]

The list of capacity providers.

§
failures?: Failure[] | null
[src]

Any failures associated with the call.

§
nextToken?: string | null
[src]

The nextToken value to include in a future DescribeCapacityProviders request. When the results of a DescribeCapacityProviders request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.