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

SavingsPlansFilterName

import type { SavingsPlansFilterName } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
type SavingsPlansFilterName =
| "region"
| "ec2-instance-family"
| "commitment"
| "upfront"
| "term"
| "savings-plan-type"
| "payment-option"
| "start"
| "end"

§Type

§
"region" | "ec2-instance-family" | "commitment" | "upfront" | "term" | "savings-plan-type" | "payment-option" | "start" | "end" | cmnP.UnexpectedEnumValue
[src]