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

CreateInstanceRequest

import type { CreateInstanceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface CreateInstanceRequest {
ClientToken?: string | null;
DirectoryId?: string | null;
IdentityManagementType: DirectoryType;
InboundCallsEnabled: boolean;
InstanceAlias?: string | null;
OutboundCallsEnabled: boolean;
}

§Properties

§
ClientToken?: string | null
[src]
§
DirectoryId?: string | null
[src]
§
IdentityManagementType: DirectoryType
[src]
§
InboundCallsEnabled: boolean
[src]
§
InstanceAlias?: string | null
[src]
§
OutboundCallsEnabled: boolean
[src]