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

SavingsPlansDataType

import type { SavingsPlansDataType } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
type SavingsPlansDataType =
| "ATTRIBUTES"
| "UTILIZATION"
| "AMORTIZED_COMMITMENT"
| "SAVINGS"

§Type

§
"ATTRIBUTES" | "UTILIZATION" | "AMORTIZED_COMMITMENT" | "SAVINGS" | cmnP.UnexpectedEnumValue
[src]