Packages

Typed Gleam client for Amazon SQS. Auto-generated from the upstream Smithy model. Depends on aws_gleam_runtime.

Current section

Files

Jump to
aws_gleam_sqs include aws@services@sqs_MessageSystemAttributeValue.hrl
Raw

include/aws@services@sqs_MessageSystemAttributeValue.hrl

-record(message_system_attribute_value, {
binary_list_values :: gleam@option:option(list(bitstring())),
binary_value :: gleam@option:option(bitstring()),
data_type :: gleam@option:option(binary()),
string_list_values :: gleam@option:option(list(binary())),
string_value :: gleam@option:option(binary())
}).