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

DescribeSavingsPlansOfferingRatesRequest

import type { DescribeSavingsPlansOfferingRatesRequest } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
interface DescribeSavingsPlansOfferingRatesRequest {
maxResults?: number | null;
nextToken?: string | null;
operations?: string[] | null;
products?: SavingsPlanProductType[] | null;
savingsPlanOfferingIds?: string[] | null;
savingsPlanPaymentOptions?: SavingsPlanPaymentOption[] | null;
savingsPlanTypes?: SavingsPlanType[] | null;
serviceCodes?: SavingsPlanRateServiceCode[] | null;
usageTypes?: string[] | null;
}

§Properties

§

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.

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

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

§
products?: SavingsPlanProductType[] | null
[src]

The AWS products.

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

The IDs of the offerings.

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

The payment options.

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

The plan types.

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

The services.

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

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