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

ConfigurationItemType

import type { ConfigurationItemType } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
type ConfigurationItemType =
| "SERVER"
| "PROCESS"
| "CONNECTION"
| "APPLICATION"

§Type

§
"SERVER" | "PROCESS" | "CONNECTION" | "APPLICATION" | cmnP.UnexpectedEnumValue
[src]