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

DescribeIdentityUsageRequest

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

A request for information about the usage of an identity pool.

interface DescribeIdentityUsageRequest {
IdentityId: string;
IdentityPoolId: string;
}

§Properties

§
IdentityId: string
[src]

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.

§
IdentityPoolId: string
[src]

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.