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

UpdateDeviceStatusRequest

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

Represents the request to update the device status.

interface UpdateDeviceStatusRequest {
AccessToken: string;
DeviceKey: string;
DeviceRememberedStatus?: DeviceRememberedStatusType | null;
}

§Properties

§
AccessToken: string
[src]

The access token.

§
DeviceKey: string
[src]

The device key.

§
DeviceRememberedStatus?: DeviceRememberedStatusType | null
[src]

The status of whether a device is remembered.