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

include/aws@services@sqs_CreateQueueRequest.hrl

-record(create_queue_request, {
attributes :: gleam@option:option(gleam@dict:dict(binary(), binary())),
queue_name :: gleam@option:option(binary()),
tags :: gleam@option:option(gleam@dict:dict(binary(), binary()))
}).