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

include/aws@endpoints_Parameter.hrl

-record(parameter, {
type_ :: aws@endpoints:param_type(),
required :: boolean(),
default :: gleam@option:option(aws@endpoints:value()),
builtin :: gleam@option:option(binary())
}).