@aws-sdk/client-sqs 3.891.0 → 3.893.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.
|
@@ -42,7 +42,7 @@ declare const SendMessageBatchCommand_base: {
|
|
|
42
42
|
* <p>
|
|
43
43
|
* <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>
|
|
44
44
|
* </p>
|
|
45
|
-
* <p>
|
|
45
|
+
* <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>
|
|
46
46
|
* </important>
|
|
47
47
|
* <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses
|
|
48
48
|
* the default value for the queue.</p>
|
|
@@ -33,7 +33,7 @@ declare const SendMessageCommand_base: {
|
|
|
33
33
|
* <p>
|
|
34
34
|
* <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>
|
|
35
35
|
* </p>
|
|
36
|
-
* <p>
|
|
36
|
+
* <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>
|
|
37
37
|
* </important>
|
|
38
38
|
* @example
|
|
39
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -2089,7 +2089,7 @@ export interface SendMessageRequest {
|
|
|
2089
2089
|
* <p>
|
|
2090
2090
|
* <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>
|
|
2091
2091
|
* </p>
|
|
2092
|
-
* <p>
|
|
2092
|
+
* <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>
|
|
2093
2093
|
* </important>
|
|
2094
2094
|
* @public
|
|
2095
2095
|
*/
|
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.893.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,40 +20,40 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-sqs": "3.893.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
31
|
+
"@aws-sdk/types": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.2.2",
|
|
36
|
-
"@smithy/core": "^3.11.
|
|
36
|
+
"@smithy/core": "^3.11.1",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
38
38
|
"@smithy/hash-node": "^4.1.1",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
40
40
|
"@smithy/md5-js": "^4.1.1",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
43
|
-
"@smithy/middleware-retry": "^4.2.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
43
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
44
44
|
"@smithy/middleware-serde": "^4.1.1",
|
|
45
45
|
"@smithy/middleware-stack": "^4.1.1",
|
|
46
46
|
"@smithy/node-config-provider": "^4.2.2",
|
|
47
47
|
"@smithy/node-http-handler": "^4.2.1",
|
|
48
48
|
"@smithy/protocol-http": "^5.2.1",
|
|
49
|
-
"@smithy/smithy-client": "^4.6.
|
|
49
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
50
50
|
"@smithy/types": "^4.5.0",
|
|
51
51
|
"@smithy/url-parser": "^4.1.1",
|
|
52
52
|
"@smithy/util-base64": "^4.1.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
57
57
|
"@smithy/util-endpoints": "^3.1.2",
|
|
58
58
|
"@smithy/util-middleware": "^4.1.1",
|
|
59
59
|
"@smithy/util-retry": "^4.1.2",
|