Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Batch
Result Error Entry Gives a detailed description of the result of an action on each entry in the request.
- Change
Message Visibility Batch Request Entry Encloses a receipt handle and an entry ID for each message in
ChangeMessageVisibilityBatch
.- Change
Message Visibility Batch Result Entry Encloses the
Id
of an entry inChangeMessageVisibilityBatch
.- Delete
Message Batch Request Entry Encloses a receipt handle and an identifier for it.
- Delete
Message Batch Result Entry Encloses the
Id
of an entry inDeleteMessageBatch
.- List
Message Move Tasks Result Entry Contains the details of a message movement task.
- Message
An Amazon SQS message.
- Message
Attribute Value The user-specified message attribute value. For string data types, the
Value
attribute has the same restrictions on the content as the message body. For more information, seeSendMessage
.Name
,type
,value
and the message body must not be empty or null. All parts of the message attribute, includingName
,Type
, andValue
, are part of the message size restriction (1 MiB or 1,048,576 bytes).- Message
System Attribute Value The user-specified message system attribute value. For string data types, the
Value
attribute has the same restrictions on the content as the message body. For more information, seeSendMessage
.Name
,type
,value
and the message body must not be empty or null.- Send
Message Batch Request Entry Contains the details of a single Amazon SQS message along with an
Id
.- Send
Message Batch Result Entry Encloses a
MessageId
for a successfully-enqueued message in aSendMessageBatch
.
Enums§
- Message
System Attribute Name - When writing a match expression against
MessageSystemAttributeName
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Message
System Attribute Name ForSends - When writing a match expression against
MessageSystemAttributeNameForSends
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature. - Queue
Attribute Name - When writing a match expression against
QueueAttributeName
, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.