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

InstanceAttributeType

import type { InstanceAttributeType } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
type InstanceAttributeType =
| "INBOUND_CALLS"
| "OUTBOUND_CALLS"
| "CONTACTFLOW_LOGS"
| "CONTACT_LENS"
| "AUTO_RESOLVE_BEST_VOICES"
| "USE_CUSTOM_TTS_VOICES"
| "EARLY_MEDIA"

§Type

§
"INBOUND_CALLS" | "OUTBOUND_CALLS" | "CONTACTFLOW_LOGS" | "CONTACT_LENS" | "AUTO_RESOLVE_BEST_VOICES" | "USE_CUSTOM_TTS_VOICES" | "EARLY_MEDIA" | cmnP.UnexpectedEnumValue
[src]