@aws-sdk/client-sqs 3.1076.0 → 3.1078.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 (89) hide show
  1. package/dist-cjs/index.js +45 -246
  2. package/dist-es/commandBuilder.js +18 -0
  3. package/dist-es/commands/AddPermissionCommand.js +2 -14
  4. package/dist-es/commands/CancelMessageMoveTaskCommand.js +2 -14
  5. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +2 -14
  6. package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -14
  7. package/dist-es/commands/CreateQueueCommand.js +2 -14
  8. package/dist-es/commands/DeleteMessageBatchCommand.js +2 -14
  9. package/dist-es/commands/DeleteMessageCommand.js +2 -14
  10. package/dist-es/commands/DeleteQueueCommand.js +2 -14
  11. package/dist-es/commands/GetQueueAttributesCommand.js +2 -14
  12. package/dist-es/commands/GetQueueUrlCommand.js +2 -14
  13. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +2 -14
  14. package/dist-es/commands/ListMessageMoveTasksCommand.js +2 -14
  15. package/dist-es/commands/ListQueueTagsCommand.js +2 -14
  16. package/dist-es/commands/ListQueuesCommand.js +2 -14
  17. package/dist-es/commands/PurgeQueueCommand.js +2 -14
  18. package/dist-es/commands/ReceiveMessageCommand.js +2 -20
  19. package/dist-es/commands/RemovePermissionCommand.js +2 -14
  20. package/dist-es/commands/SendMessageBatchCommand.js +2 -18
  21. package/dist-es/commands/SendMessageCommand.js +2 -18
  22. package/dist-es/commands/SetQueueAttributesCommand.js +2 -14
  23. package/dist-es/commands/StartMessageMoveTaskCommand.js +2 -14
  24. package/dist-es/commands/TagQueueCommand.js +2 -14
  25. package/dist-es/commands/UntagQueueCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.browser.js +0 -4
  28. package/dist-es/runtimeConfig.js +1 -3
  29. package/dist-es/runtimeConfig.native.js +0 -2
  30. package/dist-es/runtimeConfig.shared.js +3 -0
  31. package/dist-types/commandBuilder.d.ts +30 -0
  32. package/dist-types/commands/AddPermissionCommand.d.ts +3 -8
  33. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +3 -8
  34. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -8
  35. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateQueueCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteMessageCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -8
  40. package/dist-types/commands/GetQueueAttributesCommand.d.ts +3 -8
  41. package/dist-types/commands/GetQueueUrlCommand.d.ts +3 -8
  42. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -8
  43. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +3 -8
  44. package/dist-types/commands/ListQueueTagsCommand.d.ts +3 -8
  45. package/dist-types/commands/ListQueuesCommand.d.ts +3 -8
  46. package/dist-types/commands/PurgeQueueCommand.d.ts +3 -8
  47. package/dist-types/commands/ReceiveMessageCommand.d.ts +3 -8
  48. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  49. package/dist-types/commands/SendMessageBatchCommand.d.ts +3 -8
  50. package/dist-types/commands/SendMessageCommand.d.ts +3 -8
  51. package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -8
  52. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +3 -8
  53. package/dist-types/commands/TagQueueCommand.d.ts +3 -8
  54. package/dist-types/commands/UntagQueueCommand.d.ts +3 -8
  55. package/dist-types/index.d.ts +1 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  57. package/dist-types/runtimeConfig.d.ts +25 -26
  58. package/dist-types/runtimeConfig.native.d.ts +1 -1
  59. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  60. package/dist-types/ts3.4/commandBuilder.d.ts +64 -0
  61. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/index.d.ts +1 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -42
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  89. package/package.json +10 -12
@@ -15,6 +15,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
16
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
17
17
  logger: import("@smithy/types").Logger;
18
+ md5: false | import("@smithy/types").HashConstructor;
18
19
  protocol:
19
20
  | import("@smithy/types").ClientProtocol<any, any>
20
21
  | import("@smithy/types").ClientProtocolCtor<any, any>
@@ -24,6 +25,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
24
25
  defaultNamespace?: string;
25
26
  };
26
27
  serviceId: string;
28
+ sha256: import("@smithy/types").HashConstructor;
27
29
  urlParser: import("@smithy/types").UrlParser;
28
30
  utf8Decoder: import("@smithy/types").Decoder;
29
31
  utf8Encoder: (input: Uint8Array | string) => string;
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.1076.0",
4
+ "version": "3.1078.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",
@@ -27,20 +27,18 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@aws-crypto/sha256-browser": "5.2.0",
31
- "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.24",
33
- "@aws-sdk/credential-provider-node": "^3.972.59",
34
- "@aws-sdk/middleware-sdk-sqs": "^3.972.32",
35
- "@aws-sdk/types": "^3.973.14",
36
- "@smithy/core": "^3.27.0",
37
- "@smithy/fetch-http-handler": "^5.6.0",
38
- "@smithy/node-http-handler": "^4.9.0",
39
- "@smithy/types": "^4.15.0",
30
+ "@aws-sdk/core": "^3.974.26",
31
+ "@aws-sdk/credential-provider-node": "^3.972.61",
32
+ "@aws-sdk/middleware-sdk-sqs": "^3.972.34",
33
+ "@aws-sdk/types": "^3.973.15",
34
+ "@smithy/core": "^3.29.0",
35
+ "@smithy/fetch-http-handler": "^5.6.2",
36
+ "@smithy/node-http-handler": "^4.9.2",
37
+ "@smithy/types": "^4.15.1",
40
38
  "tslib": "^2.6.2"
41
39
  },
42
40
  "devDependencies": {
43
- "@smithy/snapshot-testing": "^2.2.3",
41
+ "@smithy/snapshot-testing": "^2.2.5",
44
42
  "@tsconfig/node20": "20.1.8",
45
43
  "@types/node": "^20.14.8",
46
44
  "concurrently": "7.0.0",