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

ListIdentityPoolUsageRequest

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

A request for usage information on an identity pool.

interface ListIdentityPoolUsageRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to be returned.

§
NextToken?: string | null
[src]

A pagination token for obtaining the next page of results.