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

DescribeAppInstanceUserEndpointResponse

import type { DescribeAppInstanceUserEndpointResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface DescribeAppInstanceUserEndpointResponse {
AppInstanceUserEndpoint?: AppInstanceUserEndpoint | null;
}

§Properties

§
AppInstanceUserEndpoint?: AppInstanceUserEndpoint | null
[src]

The full details of an AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type, resource ARN, attributes, allow messages, state, and created and last updated timestamps. All timestamps use epoch milliseconds.