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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/connect.ts";
interface User {
Arn?: string | null;
DirectoryUserId?: string | null;
HierarchyGroupId?: string | null;
Id?: string | null;
IdentityInfo?: UserIdentityInfo | null;
PhoneConfig?: UserPhoneConfig | null;
RoutingProfileId?: string | null;
SecurityProfileIds?: string[] | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Username?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
DirectoryUserId?: string | null
[src]
§
HierarchyGroupId?: string | null
[src]
§
Id?: string | null
[src]
§
IdentityInfo?: UserIdentityInfo | null
[src]
§
PhoneConfig?: UserPhoneConfig | null
[src]
§
RoutingProfileId?: string | null
[src]
§
SecurityProfileIds?: string[] | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Username?: string | null
[src]