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-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
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]
§
CreatedTime?: Date | number | null
[src]
§
Id?: string | null
[src]
§
IdentityManagementType?: DirectoryType | null
[src]
§
InboundCallsEnabled?: boolean | null
[src]
§
InstanceAlias?: string | null
[src]
§
InstanceStatus?: InstanceStatus | null
[src]
§
OutboundCallsEnabled?: boolean | null
[src]
§
ServiceRole?: string | null
[src]