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

RegisterAppInstanceUserEndpointRequest

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

§Properties

§
AllowMessages?: AllowMessages | null
[src]

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

§
AppInstanceUserArn: string
[src]

The ARN of the AppInstanceUser.

§
ClientRequestToken: string
[src]

The idempotency token for each client request.

§
EndpointAttributes: EndpointAttributes
[src]

The attributes of an Endpoint.

§
Name?: string | null
[src]

The name of the AppInstanceUserEndpoint.

§
ResourceArn: string
[src]

The ARN of the resource to which the endpoint belongs.

§

The type of the AppInstanceUserEndpoint. Supported types:

  • APNS: The mobile notification service for an Apple device.
  • APNS_SANDBOX: The sandbox environment of the mobile notification service for an Apple device.
  • GCM: The mobile notification service for an Android device.

Populate the ResourceArn value of each type as PinpointAppArn.