Packages

Runtime core for the aws-gleam SDK: credentials, SigV4 + SigV4a signing, endpoint resolution, retry, HTTP transport, waiters, paginators, and Smithy protocol codecs.

Current section

Files

Jump to
aws_gleam_runtime include aws@internal@providers@sts_Options.hrl
Raw

include/aws@internal@providers@sts_Options.hrl

-record(options, {
endpoint :: binary(),
region :: binary(),
role_arn :: binary(),
role_session_name :: binary(),
duration_seconds :: integer(),
external_id :: gleam@option:option(binary())
}).