|
3499 | 3499 | } |
3500 | 3500 | ], |
3501 | 3501 | "traits": { |
3502 | | - "smithy.api#documentation": "<p>Delivers a message to the specified queue.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>" |
| 3502 | + "smithy.api#documentation": "<p>Delivers a message to the specified queue.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>" |
3503 | 3503 | } |
3504 | 3504 | }, |
3505 | 3505 | "com.amazonaws.sqs#SendMessageBatch": { |
|
3564 | 3564 | } |
3565 | 3565 | ], |
3566 | 3566 | "traits": { |
3567 | | - "smithy.api#documentation": "<p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified\n queue by assigning either identical or different values to each message (or by not\n assigning values at all). This is a batch version of <code>\n <a>SendMessage</a>.</code> For a FIFO queue, multiple messages within a single batch are enqueued\n in the order they are sent.</p>\n <p>The result of sending each message is reported individually in the response.\n Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>\n <p>The maximum allowed individual message size and the maximum total payload size (the\n sum of the individual lengths of all of the batched messages) are both 1 MiB \n 1,048,576 bytes.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>\n <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses\n the default value for the queue.</p>" |
| 3567 | + "smithy.api#documentation": "<p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified\n queue by assigning either identical or different values to each message (or by not\n assigning values at all). This is a batch version of <code>\n <a>SendMessage</a>.</code> For a FIFO queue, multiple messages within a single batch are enqueued\n in the order they are sent.</p>\n <p>The result of sending each message is reported individually in the response.\n Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>\n <p>The maximum allowed individual message size and the maximum total payload size (the\n sum of the individual lengths of all of the batched messages) are both 1 MiB \n 1,048,576 bytes.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>\n <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses\n the default value for the queue.</p>" |
3568 | 3568 | } |
3569 | 3569 | }, |
3570 | 3570 | "com.amazonaws.sqs#SendMessageBatchRequest": { |
|
3747 | 3747 | "MessageBody": { |
3748 | 3748 | "target": "com.amazonaws.sqs#String", |
3749 | 3749 | "traits": { |
3750 | | - "smithy.api#documentation": "<p>The message to send. The minimum size is one character. The maximum size is \n 1 MiB or 1,048,576 bytes</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>", |
| 3750 | + "smithy.api#documentation": "<p>The message to send. The minimum size is one character. The maximum size is \n 1 MiB or 1,048,576 bytes</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>", |
3751 | 3751 | "smithy.api#required": {} |
3752 | 3752 | } |
3753 | 3753 | }, |
|
0 commit comments