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

SavingsPlanProductType

import type { SavingsPlanProductType } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
type SavingsPlanProductType =
| "EC2"
| "Fargate"
| "Lambda"
| "SageMaker"

§Type

§
"EC2" | "Fargate" | "Lambda" | "SageMaker" | cmnP.UnexpectedEnumValue
[src]