@aws-sdk/client-sqs 3.105.0 → 3.110.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.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/protocols/Aws_query.js +15 -15
- package/dist-es/protocols/Aws_query.js +15 -15
- package/package.json +31 -31
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.110.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.109.0...v3.110.0) (2022-06-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.109.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.108.1...v3.109.0) (2022-06-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-sqs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.107.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.106.0...v3.107.0) (2022-06-08)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **clients:** handle empty xml tags ([#3623](https://github.com/aws/aws-sdk-js-v3/issues/3623)) ([543a0ce](https://github.com/aws/aws-sdk-js-v3/commit/543a0ce13bebc6e8a5f4cc8e1bd4de67692d4034))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.105.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.104.0...v3.105.0) (2022-06-06)
|
|
7
34
|
|
|
8
35
|
|
|
@@ -1783,13 +1783,13 @@ const deserializeAws_queryChangeMessageVisibilityBatchResult = (output, context)
|
|
|
1783
1783
|
if (output.ChangeMessageVisibilityBatchResultEntry === "") {
|
|
1784
1784
|
contents.Successful = [];
|
|
1785
1785
|
}
|
|
1786
|
-
if (output["ChangeMessageVisibilityBatchResultEntry"] !== undefined) {
|
|
1786
|
+
else if (output["ChangeMessageVisibilityBatchResultEntry"] !== undefined) {
|
|
1787
1787
|
contents.Successful = deserializeAws_queryChangeMessageVisibilityBatchResultEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["ChangeMessageVisibilityBatchResultEntry"]), context);
|
|
1788
1788
|
}
|
|
1789
1789
|
if (output.BatchResultErrorEntry === "") {
|
|
1790
1790
|
contents.Failed = [];
|
|
1791
1791
|
}
|
|
1792
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
1792
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
1793
1793
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["BatchResultErrorEntry"]), context);
|
|
1794
1794
|
}
|
|
1795
1795
|
return contents;
|
|
@@ -1830,13 +1830,13 @@ const deserializeAws_queryDeleteMessageBatchResult = (output, context) => {
|
|
|
1830
1830
|
if (output.DeleteMessageBatchResultEntry === "") {
|
|
1831
1831
|
contents.Successful = [];
|
|
1832
1832
|
}
|
|
1833
|
-
if (output["DeleteMessageBatchResultEntry"] !== undefined) {
|
|
1833
|
+
else if (output["DeleteMessageBatchResultEntry"] !== undefined) {
|
|
1834
1834
|
contents.Successful = deserializeAws_queryDeleteMessageBatchResultEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["DeleteMessageBatchResultEntry"]), context);
|
|
1835
1835
|
}
|
|
1836
1836
|
if (output.BatchResultErrorEntry === "") {
|
|
1837
1837
|
contents.Failed = [];
|
|
1838
1838
|
}
|
|
1839
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
1839
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
1840
1840
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["BatchResultErrorEntry"]), context);
|
|
1841
1841
|
}
|
|
1842
1842
|
return contents;
|
|
@@ -1871,7 +1871,7 @@ const deserializeAws_queryGetQueueAttributesResult = (output, context) => {
|
|
|
1871
1871
|
if (output.Attribute === "") {
|
|
1872
1872
|
contents.Attributes = {};
|
|
1873
1873
|
}
|
|
1874
|
-
if (output["Attribute"] !== undefined) {
|
|
1874
|
+
else if (output["Attribute"] !== undefined) {
|
|
1875
1875
|
contents.Attributes = deserializeAws_queryQueueAttributeMap((0, smithy_client_1.getArrayIfSingleItem)(output["Attribute"]), context);
|
|
1876
1876
|
}
|
|
1877
1877
|
return contents;
|
|
@@ -1909,7 +1909,7 @@ const deserializeAws_queryListDeadLetterSourceQueuesResult = (output, context) =
|
|
|
1909
1909
|
if (output.QueueUrl === "") {
|
|
1910
1910
|
contents.queueUrls = [];
|
|
1911
1911
|
}
|
|
1912
|
-
if (output["QueueUrl"] !== undefined) {
|
|
1912
|
+
else if (output["QueueUrl"] !== undefined) {
|
|
1913
1913
|
contents.queueUrls = deserializeAws_queryQueueUrlList((0, smithy_client_1.getArrayIfSingleItem)(output["QueueUrl"]), context);
|
|
1914
1914
|
}
|
|
1915
1915
|
if (output["NextToken"] !== undefined) {
|
|
@@ -1928,7 +1928,7 @@ const deserializeAws_queryListQueuesResult = (output, context) => {
|
|
|
1928
1928
|
if (output.QueueUrl === "") {
|
|
1929
1929
|
contents.QueueUrls = [];
|
|
1930
1930
|
}
|
|
1931
|
-
if (output["QueueUrl"] !== undefined) {
|
|
1931
|
+
else if (output["QueueUrl"] !== undefined) {
|
|
1932
1932
|
contents.QueueUrls = deserializeAws_queryQueueUrlList((0, smithy_client_1.getArrayIfSingleItem)(output["QueueUrl"]), context);
|
|
1933
1933
|
}
|
|
1934
1934
|
return contents;
|
|
@@ -1940,7 +1940,7 @@ const deserializeAws_queryListQueueTagsResult = (output, context) => {
|
|
|
1940
1940
|
if (output.Tag === "") {
|
|
1941
1941
|
contents.Tags = {};
|
|
1942
1942
|
}
|
|
1943
|
-
if (output["Tag"] !== undefined) {
|
|
1943
|
+
else if (output["Tag"] !== undefined) {
|
|
1944
1944
|
contents.Tags = deserializeAws_queryTagMap((0, smithy_client_1.getArrayIfSingleItem)(output["Tag"]), context);
|
|
1945
1945
|
}
|
|
1946
1946
|
return contents;
|
|
@@ -1970,7 +1970,7 @@ const deserializeAws_queryMessage = (output, context) => {
|
|
|
1970
1970
|
if (output.Attribute === "") {
|
|
1971
1971
|
contents.Attributes = {};
|
|
1972
1972
|
}
|
|
1973
|
-
if (output["Attribute"] !== undefined) {
|
|
1973
|
+
else if (output["Attribute"] !== undefined) {
|
|
1974
1974
|
contents.Attributes = deserializeAws_queryMessageSystemAttributeMap((0, smithy_client_1.getArrayIfSingleItem)(output["Attribute"]), context);
|
|
1975
1975
|
}
|
|
1976
1976
|
if (output["MD5OfMessageAttributes"] !== undefined) {
|
|
@@ -1979,7 +1979,7 @@ const deserializeAws_queryMessage = (output, context) => {
|
|
|
1979
1979
|
if (output.MessageAttribute === "") {
|
|
1980
1980
|
contents.MessageAttributes = {};
|
|
1981
1981
|
}
|
|
1982
|
-
if (output["MessageAttribute"] !== undefined) {
|
|
1982
|
+
else if (output["MessageAttribute"] !== undefined) {
|
|
1983
1983
|
contents.MessageAttributes = deserializeAws_queryMessageBodyAttributeMap((0, smithy_client_1.getArrayIfSingleItem)(output["MessageAttribute"]), context);
|
|
1984
1984
|
}
|
|
1985
1985
|
return contents;
|
|
@@ -2001,13 +2001,13 @@ const deserializeAws_queryMessageAttributeValue = (output, context) => {
|
|
|
2001
2001
|
if (output.StringListValue === "") {
|
|
2002
2002
|
contents.StringListValues = [];
|
|
2003
2003
|
}
|
|
2004
|
-
if (output["StringListValue"] !== undefined) {
|
|
2004
|
+
else if (output["StringListValue"] !== undefined) {
|
|
2005
2005
|
contents.StringListValues = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["StringListValue"]), context);
|
|
2006
2006
|
}
|
|
2007
2007
|
if (output.BinaryListValue === "") {
|
|
2008
2008
|
contents.BinaryListValues = [];
|
|
2009
2009
|
}
|
|
2010
|
-
if (output["BinaryListValue"] !== undefined) {
|
|
2010
|
+
else if (output["BinaryListValue"] !== undefined) {
|
|
2011
2011
|
contents.BinaryListValues = deserializeAws_queryBinaryList((0, smithy_client_1.getArrayIfSingleItem)(output["BinaryListValue"]), context);
|
|
2012
2012
|
}
|
|
2013
2013
|
if (output["DataType"] !== undefined) {
|
|
@@ -2103,7 +2103,7 @@ const deserializeAws_queryReceiveMessageResult = (output, context) => {
|
|
|
2103
2103
|
if (output.Message === "") {
|
|
2104
2104
|
contents.Messages = [];
|
|
2105
2105
|
}
|
|
2106
|
-
if (output["Message"] !== undefined) {
|
|
2106
|
+
else if (output["Message"] !== undefined) {
|
|
2107
2107
|
contents.Messages = deserializeAws_queryMessageList((0, smithy_client_1.getArrayIfSingleItem)(output["Message"]), context);
|
|
2108
2108
|
}
|
|
2109
2109
|
return contents;
|
|
@@ -2116,13 +2116,13 @@ const deserializeAws_querySendMessageBatchResult = (output, context) => {
|
|
|
2116
2116
|
if (output.SendMessageBatchResultEntry === "") {
|
|
2117
2117
|
contents.Successful = [];
|
|
2118
2118
|
}
|
|
2119
|
-
if (output["SendMessageBatchResultEntry"] !== undefined) {
|
|
2119
|
+
else if (output["SendMessageBatchResultEntry"] !== undefined) {
|
|
2120
2120
|
contents.Successful = deserializeAws_querySendMessageBatchResultEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["SendMessageBatchResultEntry"]), context);
|
|
2121
2121
|
}
|
|
2122
2122
|
if (output.BatchResultErrorEntry === "") {
|
|
2123
2123
|
contents.Failed = [];
|
|
2124
2124
|
}
|
|
2125
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2125
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2126
2126
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList((0, smithy_client_1.getArrayIfSingleItem)(output["BatchResultErrorEntry"]), context);
|
|
2127
2127
|
}
|
|
2128
2128
|
return contents;
|
|
@@ -2168,13 +2168,13 @@ var deserializeAws_queryChangeMessageVisibilityBatchResult = function (output, c
|
|
|
2168
2168
|
if (output.ChangeMessageVisibilityBatchResultEntry === "") {
|
|
2169
2169
|
contents.Successful = [];
|
|
2170
2170
|
}
|
|
2171
|
-
if (output["ChangeMessageVisibilityBatchResultEntry"] !== undefined) {
|
|
2171
|
+
else if (output["ChangeMessageVisibilityBatchResultEntry"] !== undefined) {
|
|
2172
2172
|
contents.Successful = deserializeAws_queryChangeMessageVisibilityBatchResultEntryList(__getArrayIfSingleItem(output["ChangeMessageVisibilityBatchResultEntry"]), context);
|
|
2173
2173
|
}
|
|
2174
2174
|
if (output.BatchResultErrorEntry === "") {
|
|
2175
2175
|
contents.Failed = [];
|
|
2176
2176
|
}
|
|
2177
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2177
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2178
2178
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList(__getArrayIfSingleItem(output["BatchResultErrorEntry"]), context);
|
|
2179
2179
|
}
|
|
2180
2180
|
return contents;
|
|
@@ -2215,13 +2215,13 @@ var deserializeAws_queryDeleteMessageBatchResult = function (output, context) {
|
|
|
2215
2215
|
if (output.DeleteMessageBatchResultEntry === "") {
|
|
2216
2216
|
contents.Successful = [];
|
|
2217
2217
|
}
|
|
2218
|
-
if (output["DeleteMessageBatchResultEntry"] !== undefined) {
|
|
2218
|
+
else if (output["DeleteMessageBatchResultEntry"] !== undefined) {
|
|
2219
2219
|
contents.Successful = deserializeAws_queryDeleteMessageBatchResultEntryList(__getArrayIfSingleItem(output["DeleteMessageBatchResultEntry"]), context);
|
|
2220
2220
|
}
|
|
2221
2221
|
if (output.BatchResultErrorEntry === "") {
|
|
2222
2222
|
contents.Failed = [];
|
|
2223
2223
|
}
|
|
2224
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2224
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2225
2225
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList(__getArrayIfSingleItem(output["BatchResultErrorEntry"]), context);
|
|
2226
2226
|
}
|
|
2227
2227
|
return contents;
|
|
@@ -2256,7 +2256,7 @@ var deserializeAws_queryGetQueueAttributesResult = function (output, context) {
|
|
|
2256
2256
|
if (output.Attribute === "") {
|
|
2257
2257
|
contents.Attributes = {};
|
|
2258
2258
|
}
|
|
2259
|
-
if (output["Attribute"] !== undefined) {
|
|
2259
|
+
else if (output["Attribute"] !== undefined) {
|
|
2260
2260
|
contents.Attributes = deserializeAws_queryQueueAttributeMap(__getArrayIfSingleItem(output["Attribute"]), context);
|
|
2261
2261
|
}
|
|
2262
2262
|
return contents;
|
|
@@ -2294,7 +2294,7 @@ var deserializeAws_queryListDeadLetterSourceQueuesResult = function (output, con
|
|
|
2294
2294
|
if (output.QueueUrl === "") {
|
|
2295
2295
|
contents.queueUrls = [];
|
|
2296
2296
|
}
|
|
2297
|
-
if (output["QueueUrl"] !== undefined) {
|
|
2297
|
+
else if (output["QueueUrl"] !== undefined) {
|
|
2298
2298
|
contents.queueUrls = deserializeAws_queryQueueUrlList(__getArrayIfSingleItem(output["QueueUrl"]), context);
|
|
2299
2299
|
}
|
|
2300
2300
|
if (output["NextToken"] !== undefined) {
|
|
@@ -2313,7 +2313,7 @@ var deserializeAws_queryListQueuesResult = function (output, context) {
|
|
|
2313
2313
|
if (output.QueueUrl === "") {
|
|
2314
2314
|
contents.QueueUrls = [];
|
|
2315
2315
|
}
|
|
2316
|
-
if (output["QueueUrl"] !== undefined) {
|
|
2316
|
+
else if (output["QueueUrl"] !== undefined) {
|
|
2317
2317
|
contents.QueueUrls = deserializeAws_queryQueueUrlList(__getArrayIfSingleItem(output["QueueUrl"]), context);
|
|
2318
2318
|
}
|
|
2319
2319
|
return contents;
|
|
@@ -2325,7 +2325,7 @@ var deserializeAws_queryListQueueTagsResult = function (output, context) {
|
|
|
2325
2325
|
if (output.Tag === "") {
|
|
2326
2326
|
contents.Tags = {};
|
|
2327
2327
|
}
|
|
2328
|
-
if (output["Tag"] !== undefined) {
|
|
2328
|
+
else if (output["Tag"] !== undefined) {
|
|
2329
2329
|
contents.Tags = deserializeAws_queryTagMap(__getArrayIfSingleItem(output["Tag"]), context);
|
|
2330
2330
|
}
|
|
2331
2331
|
return contents;
|
|
@@ -2355,7 +2355,7 @@ var deserializeAws_queryMessage = function (output, context) {
|
|
|
2355
2355
|
if (output.Attribute === "") {
|
|
2356
2356
|
contents.Attributes = {};
|
|
2357
2357
|
}
|
|
2358
|
-
if (output["Attribute"] !== undefined) {
|
|
2358
|
+
else if (output["Attribute"] !== undefined) {
|
|
2359
2359
|
contents.Attributes = deserializeAws_queryMessageSystemAttributeMap(__getArrayIfSingleItem(output["Attribute"]), context);
|
|
2360
2360
|
}
|
|
2361
2361
|
if (output["MD5OfMessageAttributes"] !== undefined) {
|
|
@@ -2364,7 +2364,7 @@ var deserializeAws_queryMessage = function (output, context) {
|
|
|
2364
2364
|
if (output.MessageAttribute === "") {
|
|
2365
2365
|
contents.MessageAttributes = {};
|
|
2366
2366
|
}
|
|
2367
|
-
if (output["MessageAttribute"] !== undefined) {
|
|
2367
|
+
else if (output["MessageAttribute"] !== undefined) {
|
|
2368
2368
|
contents.MessageAttributes = deserializeAws_queryMessageBodyAttributeMap(__getArrayIfSingleItem(output["MessageAttribute"]), context);
|
|
2369
2369
|
}
|
|
2370
2370
|
return contents;
|
|
@@ -2386,13 +2386,13 @@ var deserializeAws_queryMessageAttributeValue = function (output, context) {
|
|
|
2386
2386
|
if (output.StringListValue === "") {
|
|
2387
2387
|
contents.StringListValues = [];
|
|
2388
2388
|
}
|
|
2389
|
-
if (output["StringListValue"] !== undefined) {
|
|
2389
|
+
else if (output["StringListValue"] !== undefined) {
|
|
2390
2390
|
contents.StringListValues = deserializeAws_queryStringList(__getArrayIfSingleItem(output["StringListValue"]), context);
|
|
2391
2391
|
}
|
|
2392
2392
|
if (output.BinaryListValue === "") {
|
|
2393
2393
|
contents.BinaryListValues = [];
|
|
2394
2394
|
}
|
|
2395
|
-
if (output["BinaryListValue"] !== undefined) {
|
|
2395
|
+
else if (output["BinaryListValue"] !== undefined) {
|
|
2396
2396
|
contents.BinaryListValues = deserializeAws_queryBinaryList(__getArrayIfSingleItem(output["BinaryListValue"]), context);
|
|
2397
2397
|
}
|
|
2398
2398
|
if (output["DataType"] !== undefined) {
|
|
@@ -2482,7 +2482,7 @@ var deserializeAws_queryReceiveMessageResult = function (output, context) {
|
|
|
2482
2482
|
if (output.Message === "") {
|
|
2483
2483
|
contents.Messages = [];
|
|
2484
2484
|
}
|
|
2485
|
-
if (output["Message"] !== undefined) {
|
|
2485
|
+
else if (output["Message"] !== undefined) {
|
|
2486
2486
|
contents.Messages = deserializeAws_queryMessageList(__getArrayIfSingleItem(output["Message"]), context);
|
|
2487
2487
|
}
|
|
2488
2488
|
return contents;
|
|
@@ -2495,13 +2495,13 @@ var deserializeAws_querySendMessageBatchResult = function (output, context) {
|
|
|
2495
2495
|
if (output.SendMessageBatchResultEntry === "") {
|
|
2496
2496
|
contents.Successful = [];
|
|
2497
2497
|
}
|
|
2498
|
-
if (output["SendMessageBatchResultEntry"] !== undefined) {
|
|
2498
|
+
else if (output["SendMessageBatchResultEntry"] !== undefined) {
|
|
2499
2499
|
contents.Successful = deserializeAws_querySendMessageBatchResultEntryList(__getArrayIfSingleItem(output["SendMessageBatchResultEntry"]), context);
|
|
2500
2500
|
}
|
|
2501
2501
|
if (output.BatchResultErrorEntry === "") {
|
|
2502
2502
|
contents.Failed = [];
|
|
2503
2503
|
}
|
|
2504
|
-
if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2504
|
+
else if (output["BatchResultErrorEntry"] !== undefined) {
|
|
2505
2505
|
contents.Failed = deserializeAws_queryBatchResultErrorEntryList(__getArrayIfSingleItem(output["BatchResultErrorEntry"]), context);
|
|
2506
2506
|
}
|
|
2507
2507
|
return contents;
|
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.110.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/md5-js": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.110.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.110.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.110.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.110.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.110.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.110.0",
|
|
27
|
+
"@aws-sdk/md5-js": "3.110.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.110.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.110.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.110.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.110.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.110.0",
|
|
33
|
+
"@aws-sdk/middleware-sdk-sqs": "3.110.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.110.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.110.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.110.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.110.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.110.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.110.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.110.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.110.0",
|
|
42
|
+
"@aws-sdk/types": "3.110.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.110.0",
|
|
44
|
+
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
51
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
53
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.110.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.110.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-browser": "3.110.0",
|
|
51
|
+
"@aws-sdk/util-user-agent-node": "3.110.0",
|
|
52
|
+
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
53
|
+
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
54
54
|
"entities": "2.2.0",
|
|
55
55
|
"fast-xml-parser": "3.19.0",
|
|
56
56
|
"tslib": "^2.3.1"
|