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

AppType

import type { AppType } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
type AppType =
| "aws-flow-ruby"
| "java"
| "rails"
| "php"
| "nodejs"
| "static"
| "other"

§Type

§
"aws-flow-ruby" | "java" | "rails" | "php" | "nodejs" | "static" | "other" | cmnP.UnexpectedEnumValue
[src]