@aws-sdk/client-sqs 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +37 -36
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3162,9 +3162,12 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3162
3162
  // Annotate the CommonJS export names for ESM import in node:
3163
3163
 
3164
3164
  0 && (module.exports = {
3165
+ SQSServiceException,
3166
+ __Client,
3167
+ SQSClient,
3168
+ SQS,
3169
+ $Command,
3165
3170
  AddPermissionCommand,
3166
- BatchEntryIdsNotDistinct,
3167
- BatchRequestTooLong,
3168
3171
  CancelMessageMoveTaskCommand,
3169
3172
  ChangeMessageVisibilityBatchCommand,
3170
3173
  ChangeMessageVisibilityCommand,
@@ -3172,55 +3175,53 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3172
3175
  DeleteMessageBatchCommand,
3173
3176
  DeleteMessageCommand,
3174
3177
  DeleteQueueCommand,
3175
- EmptyBatchRequest,
3176
3178
  GetQueueAttributesCommand,
3177
3179
  GetQueueUrlCommand,
3178
- InvalidAddress,
3179
- InvalidAttributeName,
3180
- InvalidAttributeValue,
3181
- InvalidBatchEntryId,
3182
- InvalidIdFormat,
3183
- InvalidMessageContents,
3184
- InvalidSecurity,
3185
- KmsAccessDenied,
3186
- KmsDisabled,
3187
- KmsInvalidKeyUsage,
3188
- KmsInvalidState,
3189
- KmsNotFound,
3190
- KmsOptInRequired,
3191
- KmsThrottled,
3192
3180
  ListDeadLetterSourceQueuesCommand,
3193
3181
  ListMessageMoveTasksCommand,
3194
3182
  ListQueueTagsCommand,
3195
3183
  ListQueuesCommand,
3196
- MessageNotInflight,
3197
- MessageSystemAttributeName,
3198
- MessageSystemAttributeNameForSends,
3199
- OverLimit,
3200
3184
  PurgeQueueCommand,
3201
- PurgeQueueInProgress,
3202
- QueueAttributeName,
3203
- QueueDeletedRecently,
3204
- QueueDoesNotExist,
3205
- QueueNameExists,
3206
- ReceiptHandleIsInvalid,
3207
3185
  ReceiveMessageCommand,
3208
3186
  RemovePermissionCommand,
3209
- RequestThrottled,
3210
- ResourceNotFoundException,
3211
- SQS,
3212
- SQSClient,
3213
- SQSServiceException,
3214
3187
  SendMessageBatchCommand,
3215
3188
  SendMessageCommand,
3216
3189
  SetQueueAttributesCommand,
3217
3190
  StartMessageMoveTaskCommand,
3218
3191
  TagQueueCommand,
3219
- TooManyEntriesInBatchRequest,
3220
- UnsupportedOperation,
3221
3192
  UntagQueueCommand,
3222
- __Client,
3223
3193
  paginateListDeadLetterSourceQueues,
3224
- 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
3225
3226
  });
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.496.0",
4
+ "version": "3.501.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,9 +20,9 @@
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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",