@aws-sdk/client-sqs 3.873.0 → 3.876.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -35,8 +35,8 @@ declare const SendMessageBatchCommand_base: {
|
|
|
35
35
|
* <p>The result of sending each message is reported individually in the response.
|
|
36
36
|
* 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>
|
|
37
37
|
* <p>The maximum allowed individual message size and the maximum total payload size (the
|
|
38
|
-
* sum of the individual lengths of all of the batched messages) are both
|
|
39
|
-
* bytes
|
|
38
|
+
* sum of the individual lengths of all of the batched messages) are both 1 MiB
|
|
39
|
+
* 1,048,576 bytes.</p>
|
|
40
40
|
* <important>
|
|
41
41
|
* <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>
|
|
42
42
|
* <p>
|
|
@@ -442,7 +442,7 @@ export interface CreateQueueRequest {
|
|
|
442
442
|
* <p>
|
|
443
443
|
* <code>MaximumMessageSize</code> – The limit of how many bytes a message
|
|
444
444
|
* can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes
|
|
445
|
-
* (1 KiB) to
|
|
445
|
+
* (1 KiB) to 1,048,576 bytes (1 MiB). Default: 1,048,576 bytes (1 MiB). </p>
|
|
446
446
|
* </li>
|
|
447
447
|
* <li>
|
|
448
448
|
* <p>
|
|
@@ -1845,7 +1845,7 @@ export interface ReceiveMessageRequest {
|
|
|
1845
1845
|
* <code>Name</code>, <code>type</code>, <code>value</code> and the message body must not
|
|
1846
1846
|
* be empty or null. All parts of the message attribute, including <code>Name</code>,
|
|
1847
1847
|
* <code>Type</code>, and <code>Value</code>, are part of the message size restriction
|
|
1848
|
-
* (
|
|
1848
|
+
* (1 MiB or 1,048,576 bytes).</p>
|
|
1849
1849
|
* @public
|
|
1850
1850
|
*/
|
|
1851
1851
|
export interface MessageAttributeValue {
|
|
@@ -2082,8 +2082,8 @@ export interface SendMessageRequest {
|
|
|
2082
2082
|
*/
|
|
2083
2083
|
QueueUrl: string | undefined;
|
|
2084
2084
|
/**
|
|
2085
|
-
* <p>The message to send. The minimum size is one character. The maximum size is
|
|
2086
|
-
*
|
|
2085
|
+
* <p>The message to send. The minimum size is one character. The maximum size is
|
|
2086
|
+
* 1 MiB or 1,048,576 bytes</p>
|
|
2087
2087
|
* <important>
|
|
2088
2088
|
* <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>
|
|
2089
2089
|
* <p>
|
|
@@ -2574,7 +2574,7 @@ export interface SetQueueAttributesRequest {
|
|
|
2574
2574
|
* <p>
|
|
2575
2575
|
* <code>MaximumMessageSize</code> – The limit of how many bytes a message
|
|
2576
2576
|
* can contain before Amazon SQS rejects it. Valid values: An integer from 1,024 bytes
|
|
2577
|
-
* (1 KiB) up to
|
|
2577
|
+
* (1 KiB) up to 1,048,576 bytes (1 MiB). Default: 1,048,576 bytes (1 MiB). </p>
|
|
2578
2578
|
* </li>
|
|
2579
2579
|
* <li>
|
|
2580
2580
|
* <p>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sqs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.876.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.876.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.876.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-sqs": "3.873.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.876.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
31
31
|
"@aws-sdk/types": "3.862.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.873.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.876.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.1.5",
|
|
36
36
|
"@smithy/core": "^3.8.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.1.1",
|