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

ComputeType

import type { ComputeType } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
type ComputeType =
| "BUILD_GENERAL1_SMALL"
| "BUILD_GENERAL1_MEDIUM"
| "BUILD_GENERAL1_LARGE"

§Type

§
"BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | cmnP.UnexpectedEnumValue
[src]