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

AMITypes

import type { AMITypes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eks.ts";
type AMITypes =
| "AL2_x86_64"
| "AL2_x86_64_GPU"
| "AL2_ARM_64"
| "CUSTOM"

§Type

§
"AL2_x86_64" | "AL2_x86_64_GPU" | "AL2_ARM_64" | "CUSTOM" | cmnP.UnexpectedEnumValue
[src]