Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SendMessageBatchResultEntry = SendMessageBatchResultEntry' {}
- newSendMessageBatchResultEntry :: Text -> Text -> Text -> SendMessageBatchResultEntry
- sendMessageBatchResultEntry_sequenceNumber :: Lens' SendMessageBatchResultEntry (Maybe Text)
- sendMessageBatchResultEntry_mD5OfMessageSystemAttributes :: Lens' SendMessageBatchResultEntry (Maybe Text)
- sendMessageBatchResultEntry_mD5OfMessageAttributes :: Lens' SendMessageBatchResultEntry (Maybe Text)
- sendMessageBatchResultEntry_id :: Lens' SendMessageBatchResultEntry Text
- sendMessageBatchResultEntry_messageId :: Lens' SendMessageBatchResultEntry Text
- sendMessageBatchResultEntry_mD5OfMessageBody :: Lens' SendMessageBatchResultEntry Text
Documentation
data SendMessageBatchResultEntry Source #
Encloses a MessageId
for a successfully-enqueued message in a
SendMessageBatch.
See: newSendMessageBatchResultEntry
smart constructor.
SendMessageBatchResultEntry' | |
|
Instances
newSendMessageBatchResultEntry Source #
:: Text | |
-> Text | |
-> Text | |
-> SendMessageBatchResultEntry |
Create a value of SendMessageBatchResultEntry
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sequenceNumber:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_sequenceNumber
- This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of SequenceNumber
is 128 bits. As SequenceNumber
continues to increase for a particular MessageGroupId
.
$sel:mD5OfMessageSystemAttributes:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_mD5OfMessageSystemAttributes
- An MD5 digest of the non-URL-encoded message system attribute string.
You can use this attribute to verify that Amazon SQS received the
message correctly. Amazon SQS URL-decodes the message before creating
the MD5 digest. For information about MD5, see
RFC1321.
$sel:mD5OfMessageAttributes:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_mD5OfMessageAttributes
- An MD5 digest of the non-URL-encoded message attribute string. You can
use this attribute to verify that Amazon SQS received the message
correctly. Amazon SQS URL-decodes the message before creating the MD5
digest. For information about MD5, see
RFC1321.
$sel:id:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_id
- An identifier for the message in this batch.
$sel:messageId:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_messageId
- An identifier for the message.
$sel:mD5OfMessageBody:SendMessageBatchResultEntry'
, sendMessageBatchResultEntry_mD5OfMessageBody
- An MD5 digest of the non-URL-encoded message body string. You can use
this attribute to verify that Amazon SQS received the message correctly.
Amazon SQS URL-decodes the message before creating the MD5 digest. For
information about MD5, see
RFC1321.
sendMessageBatchResultEntry_sequenceNumber :: Lens' SendMessageBatchResultEntry (Maybe Text) Source #
This parameter applies only to FIFO (first-in-first-out) queues.
The large, non-consecutive number that Amazon SQS assigns to each message.
The length of SequenceNumber
is 128 bits. As SequenceNumber
continues to increase for a particular MessageGroupId
.
sendMessageBatchResultEntry_mD5OfMessageSystemAttributes :: Lens' SendMessageBatchResultEntry (Maybe Text) Source #
An MD5 digest of the non-URL-encoded message system attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
sendMessageBatchResultEntry_mD5OfMessageAttributes :: Lens' SendMessageBatchResultEntry (Maybe Text) Source #
An MD5 digest of the non-URL-encoded message attribute string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.
sendMessageBatchResultEntry_id :: Lens' SendMessageBatchResultEntry Text Source #
An identifier for the message in this batch.
sendMessageBatchResultEntry_messageId :: Lens' SendMessageBatchResultEntry Text Source #
An identifier for the message.
sendMessageBatchResultEntry_mD5OfMessageBody :: Lens' SendMessageBatchResultEntry Text Source #
An MD5 digest of the non-URL-encoded message body string. You can use this attribute to verify that Amazon SQS received the message correctly. Amazon SQS URL-decodes the message before creating the MD5 digest. For information about MD5, see RFC1321.