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

AssumeDecoratedRoleWithSAMLResponse

import type { AssumeDecoratedRoleWithSAMLResponse } from "https://aws-api.deno.dev/v0.4/services/lakeformation.ts?docs=full";
interface AssumeDecoratedRoleWithSAMLResponse {
AccessKeyId?: string | null;
Expiration?: Date | number | null;
SecretAccessKey?: string | null;
SessionToken?: string | null;
}

§Properties

§
AccessKeyId?: string | null
[src]

The access key ID for the temporary credentials. (The access key consists of an access key ID and a secret key).

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

The date and time when the temporary credentials expire.

§
SecretAccessKey?: string | null
[src]

The secret key for the temporary credentials. (The access key consists of an access key ID and a secret key).

§
SessionToken?: string | null
[src]

The session token for the temporary credentials.