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

include/aws@services@sqs_StartMessageMoveTaskRequest.hrl

-record(start_message_move_task_request, {
destination_arn :: gleam@option:option(binary()),
max_number_of_messages_per_second :: gleam@option:option(integer()),
source_arn :: gleam@option:option(binary())
}).