Values.SendMessageResultSourceThe MD5OfMessageBody and MessageId elements.
type nonrec t = {mD5OfMessageBody : String_.t option;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.
*)mD5OfMessageAttributes : String_.t option;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.
*)mD5OfMessageSystemAttributes : String_.t option;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.
*)messageId : String_.t option;An attribute containing the MessageId of the message sent to the queue. For more information, see Queue and Message Identifiers in the Amazon SQS Developer Guide.
*)sequenceNumber : String_.t option;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. SequenceNumber continues to increase for a particular MessageGroupId.
*)}type nonrec error = [ | `InvalidAddress of InvalidAddress.t| `InvalidMessageContents of InvalidMessageContents.t| `InvalidSecurity of InvalidSecurity.t| `KmsAccessDenied of KmsAccessDenied.t| `KmsDisabled of KmsDisabled.t| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t| `KmsInvalidState of KmsInvalidState.t| `KmsNotFound of KmsNotFound.t| `KmsOptInRequired of KmsOptInRequired.t| `KmsThrottled of KmsThrottled.t| `QueueDoesNotExist of QueueDoesNotExist.t| `RequestThrottled of RequestThrottled.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidMessageContents of InvalidMessageContents.t
| `InvalidSecurity of InvalidSecurity.t
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAddress of InvalidAddress.t
| `InvalidMessageContents of InvalidMessageContents.t
| `InvalidSecurity of InvalidSecurity.t
| `KmsAccessDenied of KmsAccessDenied.t
| `KmsDisabled of KmsDisabled.t
| `KmsInvalidKeyUsage of KmsInvalidKeyUsage.t
| `KmsInvalidState of KmsInvalidState.t
| `KmsNotFound of KmsNotFound.t
| `KmsOptInRequired of KmsOptInRequired.t
| `KmsThrottled of KmsThrottled.t
| `QueueDoesNotExist of QueueDoesNotExist.t
| `RequestThrottled of RequestThrottled.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]