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

IdentityPoolUsage

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

Usage information for the identity pool.

interface IdentityPoolUsage {
DataStorage?: number | null;
IdentityPoolId?: string | null;
LastModifiedDate?: Date | number | null;
SyncSessionsCount?: number | null;
}

§Properties

§
DataStorage?: number | null
[src]

Data storage information for the identity pool.

§
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 pool was last modified.

§
SyncSessionsCount?: number | null
[src]

Number of sync sessions for the identity pool.