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
§
IdentityManagementType?: DirectoryType | null
[src]§
InstanceStatus?: InstanceStatus | null
[src]