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

SavingsPlanType

import type { SavingsPlanType } from "https://aws-api.deno.dev/v0.3/services/savingsplans.ts?docs=full";
type SavingsPlanType =
| "Compute"
| "EC2Instance"
| "SageMaker"

§Type

§
"Compute" | "EC2Instance" | "SageMaker" | cmnP.UnexpectedEnumValue
[src]