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

include/aws@services@sqs_SendMessageBatchResult.hrl

-record(send_message_batch_result, {
failed :: gleam@option:option(list(aws@services@sqs:batch_result_error_entry())),
successful :: gleam@option:option(list(aws@services@sqs:send_message_batch_result_entry()))
}).