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

Architecture

import type { Architecture } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";
type Architecture = "ARM64" | "X86_64" | cmnP.UnexpectedEnumValue;

§Type

§
"ARM64" | "X86_64" | cmnP.UnexpectedEnumValue
[src]