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

DescribeUsersRequest

import type { DescribeUsersRequest } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";
interface DescribeUsersRequest {
AuthenticationType: AuthenticationType;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AuthenticationType: AuthenticationType
[src]

The authentication type for the users in the user pool to describe. You must specify USERPOOL.

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.