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

AdminUserGlobalSignOutRequest

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

The request to sign out of all devices, as an administrator.

interface AdminUserGlobalSignOutRequest {
Username: string;
UserPoolId: string;
}

§Properties

§
Username: string
[src]

The user name.

§
UserPoolId: string
[src]

The user pool ID.