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

LayerType

import type { LayerType } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
type LayerType =
| "aws-flow-ruby"
| "ecs-cluster"
| "java-app"
| "lb"
| "web"
| "php-app"
| "rails-app"
| "nodejs-app"
| "memcached"
| "db-master"
| "monitoring-master"
| "custom"

§Type

§
"aws-flow-ruby" | "ecs-cluster" | "java-app" | "lb" | "web" | "php-app" | "rails-app" | "nodejs-app" | "memcached" | "db-master" | "monitoring-master" | "custom" | cmnP.UnexpectedEnumValue
[src]