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

AppInstanceUserEndpointSummary

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

Summary of the details of an AppInstanceUserEndpoint.

interface AppInstanceUserEndpointSummary {
AllowMessages?: AllowMessages | null;
AppInstanceUserArn?: string | null;
EndpointId?: string | null;
EndpointState?: EndpointState | null;
Name?: string | null;
}

§Properties

§
AllowMessages?: AllowMessages | null
[src]

BBoolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages. ALL indicates the endpoint will receive all messages. NONE indicates the endpoint will receive no messages.

§
AppInstanceUserArn?: string | null
[src]

The ARN of the AppInstanceUser.

§
EndpointId?: string | null
[src]

The unique identifier of the AppInstanceUserEndpoint.

§
EndpointState?: EndpointState | null
[src]

A read-only field that represent the state of an AppInstanceUserEndpoint.

§
Name?: string | null
[src]

The name of the AppInstanceUserEndpoint.

§

The type of the AppInstanceUserEndpoint.