@aws-sdk/client-sqs 3.1001.0 → 3.1003.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.
|
@@ -226,7 +226,7 @@ export declare class QueueNameExists extends __BaseException {
|
|
|
226
226
|
/**
|
|
227
227
|
* <p>The specified receipt handle isn't valid for the current version.</p>
|
|
228
228
|
*
|
|
229
|
-
* @deprecated exception has been included in ReceiptHandleIsInvalid
|
|
229
|
+
* @deprecated exception has been included in ReceiptHandleIsInvalid.
|
|
230
230
|
* @public
|
|
231
231
|
*/
|
|
232
232
|
export declare class InvalidIdFormat extends __BaseException {
|
|
@@ -1199,7 +1199,7 @@ export interface ReceiveMessageRequest {
|
|
|
1199
1199
|
* </li>
|
|
1200
1200
|
* </ul>
|
|
1201
1201
|
*
|
|
1202
|
-
* @deprecated AttributeNames has been replaced by MessageSystemAttributeNames
|
|
1202
|
+
* @deprecated AttributeNames has been replaced by MessageSystemAttributeNames.
|
|
1203
1203
|
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
AttributeNames?: QueueAttributeName[] | undefined;
|
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.1003.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sqs",
|
|
@@ -13,6 +13,8 @@
|
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
14
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo sqs",
|
|
15
15
|
"test": "yarn g:vitest run --passWithNoTests",
|
|
16
|
+
"test:browser": "yarn g:vitest run -c vitest.config.browser.e2e.mts",
|
|
17
|
+
"test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.e2e.mts",
|
|
16
18
|
"test:e2e": "yarn g:vitest run -c vitest.config.e2e.mts",
|
|
17
19
|
"test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
|
|
18
20
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs",
|
|
@@ -27,48 +29,48 @@
|
|
|
27
29
|
"dependencies": {
|
|
28
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-sdk-sqs": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
37
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
38
|
-
"@aws-sdk/types": "^3.973.
|
|
39
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
40
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
42
|
-
"@smithy/config-resolver": "^4.4.
|
|
43
|
-
"@smithy/core": "^3.23.
|
|
44
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
45
|
-
"@smithy/hash-node": "^4.2.
|
|
46
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
47
|
-
"@smithy/md5-js": "^4.2.
|
|
48
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
49
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
50
|
-
"@smithy/middleware-retry": "^4.4.
|
|
51
|
-
"@smithy/middleware-serde": "^4.2.
|
|
52
|
-
"@smithy/middleware-stack": "^4.2.
|
|
53
|
-
"@smithy/node-config-provider": "^4.3.
|
|
54
|
-
"@smithy/node-http-handler": "^4.4.
|
|
55
|
-
"@smithy/protocol-http": "^5.3.
|
|
56
|
-
"@smithy/smithy-client": "^4.12.
|
|
32
|
+
"@aws-sdk/core": "^3.973.18",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "^3.972.17",
|
|
34
|
+
"@aws-sdk/middleware-host-header": "^3.972.7",
|
|
35
|
+
"@aws-sdk/middleware-logger": "^3.972.7",
|
|
36
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.7",
|
|
37
|
+
"@aws-sdk/middleware-sdk-sqs": "^3.972.13",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "^3.972.18",
|
|
39
|
+
"@aws-sdk/region-config-resolver": "^3.972.7",
|
|
40
|
+
"@aws-sdk/types": "^3.973.5",
|
|
41
|
+
"@aws-sdk/util-endpoints": "^3.996.4",
|
|
42
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.7",
|
|
43
|
+
"@aws-sdk/util-user-agent-node": "^3.973.3",
|
|
44
|
+
"@smithy/config-resolver": "^4.4.10",
|
|
45
|
+
"@smithy/core": "^3.23.8",
|
|
46
|
+
"@smithy/fetch-http-handler": "^5.3.13",
|
|
47
|
+
"@smithy/hash-node": "^4.2.11",
|
|
48
|
+
"@smithy/invalid-dependency": "^4.2.11",
|
|
49
|
+
"@smithy/md5-js": "^4.2.11",
|
|
50
|
+
"@smithy/middleware-content-length": "^4.2.11",
|
|
51
|
+
"@smithy/middleware-endpoint": "^4.4.22",
|
|
52
|
+
"@smithy/middleware-retry": "^4.4.39",
|
|
53
|
+
"@smithy/middleware-serde": "^4.2.12",
|
|
54
|
+
"@smithy/middleware-stack": "^4.2.11",
|
|
55
|
+
"@smithy/node-config-provider": "^4.3.11",
|
|
56
|
+
"@smithy/node-http-handler": "^4.4.14",
|
|
57
|
+
"@smithy/protocol-http": "^5.3.11",
|
|
58
|
+
"@smithy/smithy-client": "^4.12.2",
|
|
57
59
|
"@smithy/types": "^4.13.0",
|
|
58
|
-
"@smithy/url-parser": "^4.2.
|
|
59
|
-
"@smithy/util-base64": "^4.3.
|
|
60
|
-
"@smithy/util-body-length-browser": "^4.2.
|
|
61
|
-
"@smithy/util-body-length-node": "^4.2.
|
|
62
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
63
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
64
|
-
"@smithy/util-endpoints": "^3.3.
|
|
65
|
-
"@smithy/util-middleware": "^4.2.
|
|
66
|
-
"@smithy/util-retry": "^4.2.
|
|
67
|
-
"@smithy/util-utf8": "^4.2.
|
|
60
|
+
"@smithy/url-parser": "^4.2.11",
|
|
61
|
+
"@smithy/util-base64": "^4.3.2",
|
|
62
|
+
"@smithy/util-body-length-browser": "^4.2.2",
|
|
63
|
+
"@smithy/util-body-length-node": "^4.2.3",
|
|
64
|
+
"@smithy/util-defaults-mode-browser": "^4.3.38",
|
|
65
|
+
"@smithy/util-defaults-mode-node": "^4.2.41",
|
|
66
|
+
"@smithy/util-endpoints": "^3.3.2",
|
|
67
|
+
"@smithy/util-middleware": "^4.2.11",
|
|
68
|
+
"@smithy/util-retry": "^4.2.11",
|
|
69
|
+
"@smithy/util-utf8": "^4.2.2",
|
|
68
70
|
"tslib": "^2.6.2"
|
|
69
71
|
},
|
|
70
72
|
"devDependencies": {
|
|
71
|
-
"@smithy/snapshot-testing": "^1.0.
|
|
73
|
+
"@smithy/snapshot-testing": "^1.0.9",
|
|
72
74
|
"@tsconfig/node20": "20.1.8",
|
|
73
75
|
"@types/node": "^20.14.8",
|
|
74
76
|
"concurrently": "7.0.0",
|
|
@@ -81,7 +83,7 @@
|
|
|
81
83
|
"node": ">=20.0.0"
|
|
82
84
|
},
|
|
83
85
|
"typesVersions": {
|
|
84
|
-
"<4.
|
|
86
|
+
"<4.5": {
|
|
85
87
|
"dist-types/*": [
|
|
86
88
|
"dist-types/ts3.4/*"
|
|
87
89
|
]
|