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

DescribeSavingsPlansRequest

import type { DescribeSavingsPlansRequest } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
interface DescribeSavingsPlansRequest {
filters?: SavingsPlanFilter[] | null;
maxResults?: number | null;
nextToken?: string | null;
savingsPlanArns?: string[] | null;
savingsPlanIds?: string[] | null;
states?: SavingsPlanState[] | null;
}

§Properties

§
filters?: SavingsPlanFilter[] | null
[src]

The filters.

§
maxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

§
nextToken?: string | null
[src]

The token for the next page of results.

§
savingsPlanArns?: string[] | null
[src]

The Amazon Resource Names (ARN) of the Savings Plans.

§
savingsPlanIds?: string[] | null
[src]

The IDs of the Savings Plans.

§
states?: SavingsPlanState[] | null
[src]

The states.