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

GetCallerIdentityResponse

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

Contains the response to a successful "GetCallerIdentity" request, including information about the entity making the request.

interface GetCallerIdentityResponse {
Account?: string | null;
Arn?: string | null;
UserId?: string | null;
}

§Properties

§
Account?: string | null
[src]

The Amazon Web Services account ID number of the account that owns or contains the calling entity.

§
Arn?: string | null
[src]

The Amazon Web Services ARN associated with the calling entity.

§
UserId?: string | null
[src]

The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide.