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

AdminForgetDeviceRequest

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

Sends the forgot device request, as an administrator.

interface AdminForgetDeviceRequest {
DeviceKey: string;
Username: string;
UserPoolId: string;
}

§Properties

§
DeviceKey: string
[src]

The device key.

§
Username: string
[src]

The user name.

§
UserPoolId: string
[src]

The user pool ID.