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

include/aws@services@sqs_ChangeMessageVisibilityRequest.hrl

-record(change_message_visibility_request, {
queue_url :: gleam@option:option(binary()),
receipt_handle :: gleam@option:option(binary()),
visibility_timeout :: gleam@option:option(integer())
}).