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

RegisterDeviceRequest

import type { RegisterDeviceRequest } from "https://aws-api.deno.dev/v0.3/services/cognitosync.ts?docs=full";

A request to RegisterDevice.

interface RegisterDeviceRequest {
IdentityId: string;
IdentityPoolId: string;
Platform: Platform;
Token: string;
}

§Properties

§
IdentityId: string
[src]

The unique ID for this identity.

§
IdentityPoolId: string
[src]

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

§
Platform: Platform
[src]

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

§
Token: string
[src]

The push token.