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

IdentityUsage

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

Usage information for the identity.

interface IdentityUsage {
DatasetCount?: number | null;
DataStorage?: number | null;
IdentityId?: string | null;
IdentityPoolId?: string | null;
LastModifiedDate?: Date | number | null;
}

§Properties

§
DatasetCount?: number | null
[src]

Number of datasets for the identity.

§
DataStorage?: number | null
[src]

Total data storage for this identity.

§
IdentityId?: string | null
[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 | null
[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.

§
LastModifiedDate?: Date | number | null
[src]

Date on which the identity was last modified.