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

CapacityReservationInstancePlatform

import type { CapacityReservationInstancePlatform } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
type CapacityReservationInstancePlatform =
| "Linux/UNIX"
| "Red Hat Enterprise Linux"
| "SUSE Linux"
| "Windows"
| "Windows with SQL Server"
| "Windows with SQL Server Enterprise"
| "Windows with SQL Server Standard"
| "Windows with SQL Server Web"
| "Linux with SQL Server Standard"
| "Linux with SQL Server Web"
| "Linux with SQL Server Enterprise"
| "RHEL with SQL Server Standard"
| "RHEL with SQL Server Enterprise"
| "RHEL with SQL Server Web"
| "RHEL with HA"
| "RHEL with HA and SQL Server Standard"
| "RHEL with HA and SQL Server Enterprise"

§Type

§
"Linux/UNIX" | "Red Hat Enterprise Linux" | "SUSE Linux" | "Windows" | "Windows with SQL Server" | "Windows with SQL Server Enterprise" | "Windows with SQL Server Standard" | "Windows with SQL Server Web" | "Linux with SQL Server Standard" | "Linux with SQL Server Web" | "Linux with SQL Server Enterprise" | "RHEL with SQL Server Standard" | "RHEL with SQL Server Enterprise" | "RHEL with SQL Server Web" | "RHEL with HA" | "RHEL with HA and SQL Server Standard" | "RHEL with HA and SQL Server Enterprise" | cmnP.UnexpectedEnumValue
[src]