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

UpdateAppInstanceUserEndpointRequest

import type { UpdateAppInstanceUserEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkidentity.ts?docs=full";
interface UpdateAppInstanceUserEndpointRequest {
AllowMessages?: AllowMessages | null;
AppInstanceUserArn: string;
EndpointId: string;
Name?: string | null;
}

§Properties

§
AllowMessages?: AllowMessages | null
[src]

Boolean 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
[src]

The ARN of the AppInstanceUser.

§
EndpointId: string
[src]

The unique identifier of the AppInstanceUserEndpoint.

§
Name?: string | null
[src]

The name of the AppInstanceUserEndpoint.