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

SavingsPlansUtilization

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

The measurement of how well you're using your existing Savings Plans.

interface SavingsPlansUtilization {
TotalCommitment?: string | null;
UnusedCommitment?: string | null;
UsedCommitment?: string | null;
UtilizationPercentage?: string | null;
}

§Properties

§
TotalCommitment?: string | null
[src]

The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).

§
UnusedCommitment?: string | null
[src]

The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.

§
UsedCommitment?: string | null
[src]

The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.

§
UtilizationPercentage?: string | null
[src]

The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.