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

SavingsPlanPaymentOption

import type { SavingsPlanPaymentOption } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
type SavingsPlanPaymentOption =
| "All Upfront"
| "Partial Upfront"
| "No Upfront"

§Type

§
"All Upfront" | "Partial Upfront" | "No Upfront" | cmnP.UnexpectedEnumValue
[src]