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

SavingsPlansAmortizedCommitment

import type { SavingsPlansAmortizedCommitment } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";

The amortized amount of Savings Plans purchased in a specific account during a specific time interval.

interface SavingsPlansAmortizedCommitment {
AmortizedRecurringCommitment?: string | null;
AmortizedUpfrontCommitment?: string | null;
TotalAmortizedCommitment?: string | null;
}

§Properties

§
AmortizedRecurringCommitment?: string | null
[src]

The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.

§
AmortizedUpfrontCommitment?: string | null
[src]

The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.

§
TotalAmortizedCommitment?: string | null
[src]

The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.