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

GetCredentialsForIdentityResponse

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

Returned in response to a successful GetCredentialsForIdentity operation.

interface GetCredentialsForIdentityResponse {
Credentials?: Credentials | null;
IdentityId?: string | null;
}

§Properties

§
Credentials?: Credentials | null
[src]

Credentials for the provided identity ID.

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID.