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

RegisterDeviceResponse

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

Response to a RegisterDevice request.

interface RegisterDeviceResponse {
DeviceId?: string | null;
}

§Properties

§
DeviceId?: string | null
[src]

The unique ID generated for this device by Cognito.