@aws-sdk/client-sqs 3.495.0 → 3.499.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/index.js +39 -36
- package/package.json +41 -41
package/dist-cjs/index.js
CHANGED
|
@@ -3160,10 +3160,14 @@ var paginateListQueues = (0, import_core.createPaginator)(SQSClient, ListQueuesC
|
|
|
3160
3160
|
// src/index.ts
|
|
3161
3161
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3162
3162
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3163
|
+
|
|
3163
3164
|
0 && (module.exports = {
|
|
3165
|
+
SQSServiceException,
|
|
3166
|
+
__Client,
|
|
3167
|
+
SQSClient,
|
|
3168
|
+
SQS,
|
|
3169
|
+
$Command,
|
|
3164
3170
|
AddPermissionCommand,
|
|
3165
|
-
BatchEntryIdsNotDistinct,
|
|
3166
|
-
BatchRequestTooLong,
|
|
3167
3171
|
CancelMessageMoveTaskCommand,
|
|
3168
3172
|
ChangeMessageVisibilityBatchCommand,
|
|
3169
3173
|
ChangeMessageVisibilityCommand,
|
|
@@ -3171,54 +3175,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3171
3175
|
DeleteMessageBatchCommand,
|
|
3172
3176
|
DeleteMessageCommand,
|
|
3173
3177
|
DeleteQueueCommand,
|
|
3174
|
-
EmptyBatchRequest,
|
|
3175
3178
|
GetQueueAttributesCommand,
|
|
3176
3179
|
GetQueueUrlCommand,
|
|
3177
|
-
InvalidAddress,
|
|
3178
|
-
InvalidAttributeName,
|
|
3179
|
-
InvalidAttributeValue,
|
|
3180
|
-
InvalidBatchEntryId,
|
|
3181
|
-
InvalidIdFormat,
|
|
3182
|
-
InvalidMessageContents,
|
|
3183
|
-
InvalidSecurity,
|
|
3184
|
-
KmsAccessDenied,
|
|
3185
|
-
KmsDisabled,
|
|
3186
|
-
KmsInvalidKeyUsage,
|
|
3187
|
-
KmsInvalidState,
|
|
3188
|
-
KmsNotFound,
|
|
3189
|
-
KmsOptInRequired,
|
|
3190
|
-
KmsThrottled,
|
|
3191
3180
|
ListDeadLetterSourceQueuesCommand,
|
|
3192
3181
|
ListMessageMoveTasksCommand,
|
|
3193
3182
|
ListQueueTagsCommand,
|
|
3194
3183
|
ListQueuesCommand,
|
|
3195
|
-
MessageNotInflight,
|
|
3196
|
-
MessageSystemAttributeName,
|
|
3197
|
-
MessageSystemAttributeNameForSends,
|
|
3198
|
-
OverLimit,
|
|
3199
3184
|
PurgeQueueCommand,
|
|
3200
|
-
PurgeQueueInProgress,
|
|
3201
|
-
QueueAttributeName,
|
|
3202
|
-
QueueDeletedRecently,
|
|
3203
|
-
QueueDoesNotExist,
|
|
3204
|
-
QueueNameExists,
|
|
3205
|
-
ReceiptHandleIsInvalid,
|
|
3206
3185
|
ReceiveMessageCommand,
|
|
3207
3186
|
RemovePermissionCommand,
|
|
3208
|
-
RequestThrottled,
|
|
3209
|
-
ResourceNotFoundException,
|
|
3210
|
-
SQS,
|
|
3211
|
-
SQSClient,
|
|
3212
|
-
SQSServiceException,
|
|
3213
3187
|
SendMessageBatchCommand,
|
|
3214
3188
|
SendMessageCommand,
|
|
3215
3189
|
SetQueueAttributesCommand,
|
|
3216
3190
|
StartMessageMoveTaskCommand,
|
|
3217
3191
|
TagQueueCommand,
|
|
3218
|
-
TooManyEntriesInBatchRequest,
|
|
3219
|
-
UnsupportedOperation,
|
|
3220
3192
|
UntagQueueCommand,
|
|
3221
|
-
__Client,
|
|
3222
3193
|
paginateListDeadLetterSourceQueues,
|
|
3223
|
-
paginateListQueues
|
|
3194
|
+
paginateListQueues,
|
|
3195
|
+
InvalidAddress,
|
|
3196
|
+
InvalidSecurity,
|
|
3197
|
+
OverLimit,
|
|
3198
|
+
QueueDoesNotExist,
|
|
3199
|
+
RequestThrottled,
|
|
3200
|
+
UnsupportedOperation,
|
|
3201
|
+
ResourceNotFoundException,
|
|
3202
|
+
MessageNotInflight,
|
|
3203
|
+
ReceiptHandleIsInvalid,
|
|
3204
|
+
BatchEntryIdsNotDistinct,
|
|
3205
|
+
EmptyBatchRequest,
|
|
3206
|
+
InvalidBatchEntryId,
|
|
3207
|
+
TooManyEntriesInBatchRequest,
|
|
3208
|
+
QueueAttributeName,
|
|
3209
|
+
InvalidAttributeName,
|
|
3210
|
+
InvalidAttributeValue,
|
|
3211
|
+
QueueDeletedRecently,
|
|
3212
|
+
QueueNameExists,
|
|
3213
|
+
InvalidIdFormat,
|
|
3214
|
+
PurgeQueueInProgress,
|
|
3215
|
+
KmsAccessDenied,
|
|
3216
|
+
KmsDisabled,
|
|
3217
|
+
KmsInvalidKeyUsage,
|
|
3218
|
+
KmsInvalidState,
|
|
3219
|
+
KmsNotFound,
|
|
3220
|
+
KmsOptInRequired,
|
|
3221
|
+
KmsThrottled,
|
|
3222
|
+
MessageSystemAttributeName,
|
|
3223
|
+
InvalidMessageContents,
|
|
3224
|
+
MessageSystemAttributeNameForSends,
|
|
3225
|
+
BatchRequestTooLong
|
|
3224
3226
|
});
|
|
3227
|
+
|
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.499.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,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-sqs": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/md5-js": "^2.1.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
44
|
-
"@smithy/middleware-retry": "^2.1.
|
|
45
|
-
"@smithy/middleware-serde": "^2.1.
|
|
46
|
-
"@smithy/middleware-stack": "^2.1.
|
|
47
|
-
"@smithy/node-config-provider": "^2.2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.3.
|
|
49
|
-
"@smithy/protocol-http": "^3.1.
|
|
50
|
-
"@smithy/smithy-client": "^2.3.
|
|
51
|
-
"@smithy/types": "^2.9.
|
|
52
|
-
"@smithy/url-parser": "^2.1.
|
|
53
|
-
"@smithy/util-base64": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
58
|
-
"@smithy/util-endpoints": "^1.1.
|
|
59
|
-
"@smithy/util-middleware": "^2.1.
|
|
60
|
-
"@smithy/util-retry": "^2.1.
|
|
61
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-sqs": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/md5-js": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
44
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
46
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
47
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
48
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
49
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
50
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
51
|
+
"@smithy/types": "^2.9.1",
|
|
52
|
+
"@smithy/url-parser": "^2.1.1",
|
|
53
|
+
"@smithy/util-base64": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
58
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
59
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
60
|
+
"@smithy/util-retry": "^2.1.1",
|
|
61
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
62
62
|
"tslib": "^2.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"concurrently": "7.0.0",
|