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

AdminUpdateDeviceStatusRequest

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

The request to update the device status, as an administrator.

interface AdminUpdateDeviceStatusRequest {
DeviceKey: string;
DeviceRememberedStatus?: DeviceRememberedStatusType | null;
Username: string;
UserPoolId: string;
}

§Properties

§
DeviceKey: string
[src]

The device key.

§
DeviceRememberedStatus?: DeviceRememberedStatusType | null
[src]

The status indicating whether a device has been remembered or not.

§
Username: string
[src]

The user name.

§
UserPoolId: string
[src]

The user pool ID.