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

SavingsPlansDetails

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

The attribute details on a specific Savings Plan.

interface SavingsPlansDetails {
InstanceFamily?: string | null;
OfferingId?: string | null;
Region?: string | null;
}

§Properties

§
InstanceFamily?: string | null
[src]

A group of instance types that Savings Plans applies to.

§
OfferingId?: string | null
[src]

The unique ID that's used to distinguish Savings Plans from one another.

§
Region?: string | null
[src]

A collection of Amazon Web Services resources in a geographic area. Each Amazon Web Services Region is isolated and independent of the other Regions.