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

SavingsPlanOffering

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

Information about a Savings Plan offering.

interface SavingsPlanOffering {
currency?: CurrencyCode | null;
description?: string | null;
durationSeconds?: number | null;
offeringId?: string | null;
operation?: string | null;
paymentOption?: SavingsPlanPaymentOption | null;
planType?: SavingsPlanType | null;
productTypes?: SavingsPlanProductType[] | null;
properties?: SavingsPlanOfferingProperty[] | null;
serviceCode?: string | null;
usageType?: string | null;
}

§Properties

§
currency?: CurrencyCode | null
[src]

The currency.

§
description?: string | null
[src]

The description.

§
durationSeconds?: number | null
[src]

The duration, in seconds.

§
offeringId?: string | null
[src]

The ID of the offering.

§
operation?: string | null
[src]

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

§
paymentOption?: SavingsPlanPaymentOption | null
[src]

The payment option.

§
planType?: SavingsPlanType | null
[src]

The plan type.

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

The product type.

§
properties?: SavingsPlanOfferingProperty[] | null
[src]

The properties.

§
serviceCode?: string | null
[src]

The service.

§
usageType?: string | null
[src]

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