Module aws_sdk_sqs::output
source · Expand description
Output structures for operations. Documentation on these types is copied from the model.
Modules
Structs
For each message in the batch, the response contains a
tag if the message succeeds or a ChangeMessageVisibilityBatchResultEntry
tag if the message fails.BatchResultErrorEntry
Returns the QueueUrl
attribute of the created queue.
For each message in the batch, the response contains a
tag if the message is deleted or a DeleteMessageBatchResultEntry
tag if the message can't be deleted.BatchResultErrorEntry
A list of returned queue attributes.
For more information, see Interpreting Responses in the Amazon SQS Developer Guide.
A list of your dead letter source queues.
A list of your queues.
A list of received messages.
For each message in the batch, the response contains a
tag if the message succeeds or a SendMessageBatchResultEntry
tag if the message fails.BatchResultErrorEntry
The MD5OfMessageBody
and MessageId
elements.