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_SendMessageBatchRequest.hrl
Raw

include/aws@services@sqs_SendMessageBatchRequest.hrl

-record(send_message_batch_request, {
entries :: gleam@option:option(list(aws@services@sqs:send_message_batch_request_entry())),
queue_url :: gleam@option:option(binary())
}).