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

GetIdResponse

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

Returned in response to a GetId request.

interface GetIdResponse {
IdentityId?: string | null;
}

§Properties

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID.