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

SavingsPlansUtilizationDetail

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

A single daily or monthly Savings Plans utilization rate, and details for your account. A management account in an organization have access to member accounts. You can use GetDimensionValues to determine the possible dimension values.

interface SavingsPlansUtilizationDetail {
AmortizedCommitment?: SavingsPlansAmortizedCommitment | null;
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Savings?: SavingsPlansSavings | null;
SavingsPlanArn?: string | null;
Utilization?: SavingsPlansUtilization | null;
}

§Properties

§
AmortizedCommitment?: SavingsPlansAmortizedCommitment | null
[src]

The total amortized commitment for a Savings Plans. Includes the sum of the upfront and recurring Savings Plans fees.

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

The attribute that applies to a specific Dimension.

§
Savings?: SavingsPlansSavings | null
[src]

The amount saved by using existing Savings Plans. Savings returns both net savings from savings plans as well as the onDemandCostEquivalent of the Savings Plans when considering the utilization rate.

§
SavingsPlanArn?: string | null
[src]

The unique Amazon Resource Name (ARN) for a particular Savings Plan.

§
Utilization?: SavingsPlansUtilization | null
[src]

A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.