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

DescribeSavingsPlansOfferingsRequest

import type { DescribeSavingsPlansOfferingsRequest } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
interface DescribeSavingsPlansOfferingsRequest {
currencies?: CurrencyCode[] | null;
descriptions?: string[] | null;
durations?: number[] | null;
maxResults?: number | null;
nextToken?: string | null;
offeringIds?: string[] | null;
operations?: string[] | null;
paymentOptions?: SavingsPlanPaymentOption[] | null;
planTypes?: SavingsPlanType[] | null;
productType?: SavingsPlanProductType | null;
serviceCodes?: string[] | null;
usageTypes?: string[] | null;
}

§Properties

§
currencies?: CurrencyCode[] | null
[src]

The currencies.

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

The descriptions.

§
durations?: number[] | null
[src]

The durations, in seconds.

§

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.

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

The IDs of the offerings.

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

The specific AWS operation for the line item in the billing report.

§
paymentOptions?: SavingsPlanPaymentOption[] | null
[src]

The payment options.

§
planTypes?: SavingsPlanType[] | null
[src]

The plan type.

§
productType?: SavingsPlanProductType | null
[src]

The product type.

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

The services.

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

The usage details of the line item in the billing report.