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

SetSecurityTokenServicePreferencesRequest

import type { SetSecurityTokenServicePreferencesRequest } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";
interface SetSecurityTokenServicePreferencesRequest {
GlobalEndpointTokenVersion: globalEndpointTokenVersion;
}

§Properties

§
GlobalEndpointTokenVersion: globalEndpointTokenVersion
[src]

The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid in all Regions. However, version 2 tokens are longer and might affect systems where you temporarily store tokens.

For information, see Activating and deactivating STS in an Amazon Web Services Region in the IAM User Guide.