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@sigv4_SigningOptions.hrl
Raw

include/aws@internal@sigv4_SigningOptions.hrl

-record(signing_options, {
timestamp :: binary(),
region :: binary(),
service :: binary(),
normalize_path :: boolean(),
sign_body :: boolean(),
omit_session_token :: boolean()
}).