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

InstanceSummary

import type { InstanceSummary } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";

Information about the instance.

interface InstanceSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
Id?: string | null;
IdentityManagementType?: DirectoryType | null;
InboundCallsEnabled?: boolean | null;
InstanceAlias?: string | null;
InstanceStatus?: InstanceStatus | null;
OutboundCallsEnabled?: boolean | null;
ServiceRole?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the instance.

§
CreatedTime?: Date | number | null
[src]

When the instance was created.

§
Id?: string | null
[src]

The identifier of the instance.

§
IdentityManagementType?: DirectoryType | null
[src]

The identity management type of the instance.

§
InboundCallsEnabled?: boolean | null
[src]

Whether inbound calls are enabled.

§
InstanceAlias?: string | null
[src]

The alias of the instance.

§
InstanceStatus?: InstanceStatus | null
[src]

The state of the instance.

§
OutboundCallsEnabled?: boolean | null
[src]

Whether outbound calls are enabled.

§
ServiceRole?: string | null
[src]

The service role of the instance.