@aws-sdk/client-sqs 3.362.0 → 3.369.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/dist-cjs/SQS.js +1 -1
- package/dist-cjs/SQSClient.js +5 -5
- package/dist-cjs/commands/AddPermissionCommand.js +3 -3
- package/dist-cjs/commands/CancelMessageMoveTaskCommand.js +3 -3
- package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
- package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +3 -3
- package/dist-cjs/commands/CreateQueueCommand.js +3 -3
- package/dist-cjs/commands/DeleteMessageBatchCommand.js +3 -3
- package/dist-cjs/commands/DeleteMessageCommand.js +3 -3
- package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
- package/dist-cjs/commands/GetQueueAttributesCommand.js +3 -3
- package/dist-cjs/commands/GetQueueUrlCommand.js +3 -3
- package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
- package/dist-cjs/commands/ListMessageMoveTasksCommand.js +3 -3
- package/dist-cjs/commands/ListQueueTagsCommand.js +3 -3
- package/dist-cjs/commands/ListQueuesCommand.js +3 -3
- package/dist-cjs/commands/PurgeQueueCommand.js +3 -3
- package/dist-cjs/commands/ReceiveMessageCommand.js +3 -3
- package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
- package/dist-cjs/commands/SendMessageBatchCommand.js +3 -3
- package/dist-cjs/commands/SendMessageCommand.js +3 -3
- package/dist-cjs/commands/SetQueueAttributesCommand.js +3 -3
- package/dist-cjs/commands/StartMessageMoveTaskCommand.js +3 -3
- package/dist-cjs/commands/TagQueueCommand.js +3 -3
- package/dist-cjs/commands/UntagQueueCommand.js +3 -3
- package/dist-cjs/models/SQSServiceException.js +1 -1
- package/dist-cjs/protocols/Aws_query.js +1 -1
- package/dist-cjs/runtimeConfig.browser.js +8 -8
- package/dist-cjs/runtimeConfig.js +10 -10
- package/dist-cjs/runtimeConfig.shared.js +4 -4
- package/dist-es/SQS.js +1 -1
- package/dist-es/SQSClient.js +5 -5
- package/dist-es/commands/AddPermissionCommand.js +3 -3
- package/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -3
- package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
- package/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -3
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteMessageBatchCommand.js +3 -3
- package/dist-es/commands/DeleteMessageCommand.js +3 -3
- package/dist-es/commands/DeleteQueueCommand.js +3 -3
- package/dist-es/commands/GetQueueAttributesCommand.js +3 -3
- package/dist-es/commands/GetQueueUrlCommand.js +3 -3
- package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
- package/dist-es/commands/ListMessageMoveTasksCommand.js +3 -3
- package/dist-es/commands/ListQueueTagsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/PurgeQueueCommand.js +3 -3
- package/dist-es/commands/ReceiveMessageCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/SendMessageBatchCommand.js +3 -3
- package/dist-es/commands/SendMessageCommand.js +3 -3
- package/dist-es/commands/SetQueueAttributesCommand.js +3 -3
- package/dist-es/commands/StartMessageMoveTaskCommand.js +3 -3
- package/dist-es/commands/TagQueueCommand.js +3 -3
- package/dist-es/commands/UntagQueueCommand.js +3 -3
- package/dist-es/models/SQSServiceException.js +1 -1
- package/dist-es/protocols/Aws_query.js +1 -1
- package/dist-es/runtimeConfig.browser.js +8 -8
- package/dist-es/runtimeConfig.js +10 -10
- package/dist-es/runtimeConfig.shared.js +4 -4
- package/dist-types/SQS.d.ts +1 -1
- package/dist-types/SQSClient.d.ts +8 -8
- package/dist-types/commands/AddPermissionCommand.d.ts +3 -3
- package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +3 -3
- package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -3
- package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +3 -3
- package/dist-types/commands/CreateQueueCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMessageBatchCommand.d.ts +3 -3
- package/dist-types/commands/DeleteMessageCommand.d.ts +3 -3
- package/dist-types/commands/DeleteQueueCommand.d.ts +3 -3
- package/dist-types/commands/GetQueueAttributesCommand.d.ts +3 -3
- package/dist-types/commands/GetQueueUrlCommand.d.ts +3 -3
- package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -3
- package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +3 -3
- package/dist-types/commands/ListQueueTagsCommand.d.ts +3 -3
- package/dist-types/commands/ListQueuesCommand.d.ts +3 -3
- package/dist-types/commands/PurgeQueueCommand.d.ts +3 -3
- package/dist-types/commands/ReceiveMessageCommand.d.ts +3 -3
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
- package/dist-types/commands/SendMessageBatchCommand.d.ts +3 -3
- package/dist-types/commands/SendMessageCommand.d.ts +3 -3
- package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -3
- package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +3 -3
- package/dist-types/commands/TagQueueCommand.d.ts +3 -3
- package/dist-types/commands/UntagQueueCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/endpoint/ruleset.d.ts +1 -1
- package/dist-types/models/SQSServiceException.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +21 -21
- package/dist-types/runtimeConfig.d.ts +20 -20
- package/dist-types/runtimeConfig.native.d.ts +20 -20
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/SQS.d.ts +1 -1
- package/dist-types/ts3.4/SQSClient.d.ts +19 -21
- package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +3 -3
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
- package/dist-types/ts3.4/models/SQSServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1 -1
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
- package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +36 -35
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.369.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",
|
|
@@ -21,46 +21,47 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/
|
|
26
|
-
"@aws-sdk/
|
|
27
|
-
"@aws-sdk/
|
|
28
|
-
"@aws-sdk/
|
|
29
|
-
"@aws-sdk/
|
|
30
|
-
"@aws-sdk/
|
|
31
|
-
"@aws-sdk/middleware-
|
|
32
|
-
"@aws-sdk/
|
|
33
|
-
"@aws-sdk/
|
|
34
|
-
"@aws-sdk/
|
|
35
|
-
"@aws-sdk/
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
49
|
-
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
51
|
-
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
52
|
-
"@aws-sdk/util-endpoints": "3.357.0",
|
|
53
|
-
"@aws-sdk/util-retry": "3.362.0",
|
|
54
|
-
"@aws-sdk/util-user-agent-browser": "3.357.0",
|
|
55
|
-
"@aws-sdk/util-user-agent-node": "3.357.0",
|
|
56
|
-
"@aws-sdk/util-utf8": "3.310.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.369.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.369.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.369.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.369.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.369.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-sqs": "3.369.0",
|
|
30
|
+
"@aws-sdk/middleware-signing": "3.369.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.369.0",
|
|
32
|
+
"@aws-sdk/types": "3.369.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.369.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.369.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.369.0",
|
|
36
|
+
"@smithy/config-resolver": "^1.0.1",
|
|
37
|
+
"@smithy/fetch-http-handler": "^1.0.1",
|
|
38
|
+
"@smithy/hash-node": "^1.0.1",
|
|
39
|
+
"@smithy/invalid-dependency": "^1.0.1",
|
|
40
|
+
"@smithy/md5-js": "^1.0.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^1.0.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^1.0.1",
|
|
43
|
+
"@smithy/middleware-retry": "^1.0.2",
|
|
44
|
+
"@smithy/middleware-serde": "^1.0.1",
|
|
45
|
+
"@smithy/middleware-stack": "^1.0.1",
|
|
46
|
+
"@smithy/node-config-provider": "^1.0.1",
|
|
47
|
+
"@smithy/node-http-handler": "^1.0.2",
|
|
57
48
|
"@smithy/protocol-http": "^1.0.1",
|
|
58
|
-
"@smithy/
|
|
49
|
+
"@smithy/smithy-client": "^1.0.3",
|
|
50
|
+
"@smithy/types": "^1.1.0",
|
|
51
|
+
"@smithy/url-parser": "^1.0.1",
|
|
52
|
+
"@smithy/util-base64": "^1.0.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^1.0.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^1.0.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^1.0.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^1.0.1",
|
|
57
|
+
"@smithy/util-retry": "^1.0.2",
|
|
58
|
+
"@smithy/util-utf8": "^1.0.1",
|
|
59
59
|
"fast-xml-parser": "4.2.5",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^1.0.1",
|
|
64
65
|
"@tsconfig/node14": "1.0.3",
|
|
65
66
|
"@types/node": "^14.14.31",
|
|
66
67
|
"concurrently": "7.0.0",
|