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.deno.dev/v0.3/services/eks.ts?docs=full";
type AMITypes =
| "AL2_x86_64"
| "AL2_x86_64_GPU"
| "AL2_ARM_64"
| "CUSTOM"
| "BOTTLEROCKET_ARM_64"
| "BOTTLEROCKET_x86_64"

§Type

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