@aws-sdk/client-sqs 3.890.0 → 3.891.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.
@@ -66,6 +66,8 @@ declare const AddPermissionCommand_base: {
66
66
  * ```javascript
67
67
  * import { SQSClient, AddPermissionCommand } from "@aws-sdk/client-sqs"; // ES Modules import
68
68
  * // const { SQSClient, AddPermissionCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
69
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
70
+ * const config = {}; // type is SQSClientConfig
69
71
  * const client = new SQSClient(config);
70
72
  * const input = { // AddPermissionRequest
71
73
  * QueueUrl: "STRING_VALUE", // required
@@ -50,6 +50,8 @@ declare const CancelMessageMoveTaskCommand_base: {
50
50
  * ```javascript
51
51
  * import { SQSClient, CancelMessageMoveTaskCommand } from "@aws-sdk/client-sqs"; // ES Modules import
52
52
  * // const { SQSClient, CancelMessageMoveTaskCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
53
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
54
+ * const config = {}; // type is SQSClientConfig
53
55
  * const client = new SQSClient(config);
54
56
  * const input = { // CancelMessageMoveTaskRequest
55
57
  * TaskHandle: "STRING_VALUE", // required
@@ -43,6 +43,8 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
43
43
  * ```javascript
44
44
  * import { SQSClient, ChangeMessageVisibilityBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import
45
45
  * // const { SQSClient, ChangeMessageVisibilityBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
46
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
47
+ * const config = {}; // type is SQSClientConfig
46
48
  * const client = new SQSClient(config);
47
49
  * const input = { // ChangeMessageVisibilityBatchRequest
48
50
  * QueueUrl: "STRING_VALUE", // required
@@ -74,6 +74,8 @@ declare const ChangeMessageVisibilityCommand_base: {
74
74
  * ```javascript
75
75
  * import { SQSClient, ChangeMessageVisibilityCommand } from "@aws-sdk/client-sqs"; // ES Modules import
76
76
  * // const { SQSClient, ChangeMessageVisibilityCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
77
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
78
+ * const config = {}; // type is SQSClientConfig
77
79
  * const client = new SQSClient(config);
78
80
  * const input = { // ChangeMessageVisibilityRequest
79
81
  * QueueUrl: "STRING_VALUE", // required
@@ -87,6 +87,8 @@ declare const CreateQueueCommand_base: {
87
87
  * ```javascript
88
88
  * import { SQSClient, CreateQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import
89
89
  * // const { SQSClient, CreateQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
90
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
91
+ * const config = {}; // type is SQSClientConfig
90
92
  * const client = new SQSClient(config);
91
93
  * const input = { // CreateQueueRequest
92
94
  * QueueName: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const DeleteMessageBatchCommand_base: {
39
39
  * ```javascript
40
40
  * import { SQSClient, DeleteMessageBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import
41
41
  * // const { SQSClient, DeleteMessageBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
42
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
43
+ * const config = {}; // type is SQSClientConfig
42
44
  * const client = new SQSClient(config);
43
45
  * const input = { // DeleteMessageBatchRequest
44
46
  * QueueUrl: "STRING_VALUE", // required
@@ -53,6 +53,8 @@ declare const DeleteMessageCommand_base: {
53
53
  * ```javascript
54
54
  * import { SQSClient, DeleteMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import
55
55
  * // const { SQSClient, DeleteMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
56
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
57
+ * const config = {}; // type is SQSClientConfig
56
58
  * const client = new SQSClient(config);
57
59
  * const input = { // DeleteMessageRequest
58
60
  * QueueUrl: "STRING_VALUE", // required
@@ -52,6 +52,8 @@ declare const DeleteQueueCommand_base: {
52
52
  * ```javascript
53
53
  * import { SQSClient, DeleteQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import
54
54
  * // const { SQSClient, DeleteQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
55
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
56
+ * const config = {}; // type is SQSClientConfig
55
57
  * const client = new SQSClient(config);
56
58
  * const input = { // DeleteQueueRequest
57
59
  * QueueUrl: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const GetQueueAttributesCommand_base: {
36
36
  * ```javascript
37
37
  * import { SQSClient, GetQueueAttributesCommand } from "@aws-sdk/client-sqs"; // ES Modules import
38
38
  * // const { SQSClient, GetQueueAttributesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
39
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
40
+ * const config = {}; // type is SQSClientConfig
39
41
  * const client = new SQSClient(config);
40
42
  * const input = { // GetQueueAttributesRequest
41
43
  * QueueUrl: "STRING_VALUE", // required
@@ -43,6 +43,8 @@ declare const GetQueueUrlCommand_base: {
43
43
  * ```javascript
44
44
  * import { SQSClient, GetQueueUrlCommand } from "@aws-sdk/client-sqs"; // ES Modules import
45
45
  * // const { SQSClient, GetQueueUrlCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
46
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
47
+ * const config = {}; // type is SQSClientConfig
46
48
  * const client = new SQSClient(config);
47
49
  * const input = { // GetQueueUrlRequest
48
50
  * QueueName: "STRING_VALUE", // required
@@ -43,6 +43,8 @@ declare const ListDeadLetterSourceQueuesCommand_base: {
43
43
  * ```javascript
44
44
  * import { SQSClient, ListDeadLetterSourceQueuesCommand } from "@aws-sdk/client-sqs"; // ES Modules import
45
45
  * // const { SQSClient, ListDeadLetterSourceQueuesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
46
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
47
+ * const config = {}; // type is SQSClientConfig
46
48
  * const client = new SQSClient(config);
47
49
  * const input = { // ListDeadLetterSourceQueuesRequest
48
50
  * QueueUrl: "STRING_VALUE", // required
@@ -48,6 +48,8 @@ declare const ListMessageMoveTasksCommand_base: {
48
48
  * ```javascript
49
49
  * import { SQSClient, ListMessageMoveTasksCommand } from "@aws-sdk/client-sqs"; // ES Modules import
50
50
  * // const { SQSClient, ListMessageMoveTasksCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
51
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
52
+ * const config = {}; // type is SQSClientConfig
51
53
  * const client = new SQSClient(config);
52
54
  * const input = { // ListMessageMoveTasksRequest
53
55
  * SourceArn: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const ListQueueTagsCommand_base: {
40
40
  * ```javascript
41
41
  * import { SQSClient, ListQueueTagsCommand } from "@aws-sdk/client-sqs"; // ES Modules import
42
42
  * // const { SQSClient, ListQueueTagsCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
43
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
44
+ * const config = {}; // type is SQSClientConfig
43
45
  * const client = new SQSClient(config);
44
46
  * const input = { // ListQueueTagsRequest
45
47
  * QueueUrl: "STRING_VALUE", // required
@@ -48,6 +48,8 @@ declare const ListQueuesCommand_base: {
48
48
  * ```javascript
49
49
  * import { SQSClient, ListQueuesCommand } from "@aws-sdk/client-sqs"; // ES Modules import
50
50
  * // const { SQSClient, ListQueuesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
51
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
52
+ * const config = {}; // type is SQSClientConfig
51
53
  * const client = new SQSClient(config);
52
54
  * const input = { // ListQueuesRequest
53
55
  * QueueNamePrefix: "STRING_VALUE",
@@ -45,6 +45,8 @@ declare const PurgeQueueCommand_base: {
45
45
  * ```javascript
46
46
  * import { SQSClient, PurgeQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import
47
47
  * // const { SQSClient, PurgeQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
48
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
49
+ * const config = {}; // type is SQSClientConfig
48
50
  * const client = new SQSClient(config);
49
51
  * const input = { // PurgeQueueRequest
50
52
  * QueueUrl: "STRING_VALUE", // required
@@ -75,6 +75,8 @@ declare const ReceiveMessageCommand_base: {
75
75
  * ```javascript
76
76
  * import { SQSClient, ReceiveMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import
77
77
  * // const { SQSClient, ReceiveMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
78
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
79
+ * const config = {}; // type is SQSClientConfig
78
80
  * const client = new SQSClient(config);
79
81
  * const input = { // ReceiveMessageRequest
80
82
  * QueueUrl: "STRING_VALUE", // required
@@ -49,6 +49,8 @@ declare const RemovePermissionCommand_base: {
49
49
  * ```javascript
50
50
  * import { SQSClient, RemovePermissionCommand } from "@aws-sdk/client-sqs"; // ES Modules import
51
51
  * // const { SQSClient, RemovePermissionCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
52
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
53
+ * const config = {}; // type is SQSClientConfig
52
54
  * const client = new SQSClient(config);
53
55
  * const input = { // RemovePermissionRequest
54
56
  * QueueUrl: "STRING_VALUE", // required
@@ -51,6 +51,8 @@ declare const SendMessageBatchCommand_base: {
51
51
  * ```javascript
52
52
  * import { SQSClient, SendMessageBatchCommand } from "@aws-sdk/client-sqs"; // ES Modules import
53
53
  * // const { SQSClient, SendMessageBatchCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
54
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
55
+ * const config = {}; // type is SQSClientConfig
54
56
  * const client = new SQSClient(config);
55
57
  * const input = { // SendMessageBatchRequest
56
58
  * QueueUrl: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const SendMessageCommand_base: {
40
40
  * ```javascript
41
41
  * import { SQSClient, SendMessageCommand } from "@aws-sdk/client-sqs"; // ES Modules import
42
42
  * // const { SQSClient, SendMessageCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
43
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
44
+ * const config = {}; // type is SQSClientConfig
43
45
  * const client = new SQSClient(config);
44
46
  * const input = { // SendMessageRequest
45
47
  * QueueUrl: "STRING_VALUE", // required
@@ -54,6 +54,8 @@ declare const SetQueueAttributesCommand_base: {
54
54
  * ```javascript
55
55
  * import { SQSClient, SetQueueAttributesCommand } from "@aws-sdk/client-sqs"; // ES Modules import
56
56
  * // const { SQSClient, SetQueueAttributesCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
57
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
58
+ * const config = {}; // type is SQSClientConfig
57
59
  * const client = new SQSClient(config);
58
60
  * const input = { // SetQueueAttributesRequest
59
61
  * QueueUrl: "STRING_VALUE", // required
@@ -54,6 +54,8 @@ declare const StartMessageMoveTaskCommand_base: {
54
54
  * ```javascript
55
55
  * import { SQSClient, StartMessageMoveTaskCommand } from "@aws-sdk/client-sqs"; // ES Modules import
56
56
  * // const { SQSClient, StartMessageMoveTaskCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
57
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
58
+ * const config = {}; // type is SQSClientConfig
57
59
  * const client = new SQSClient(config);
58
60
  * const input = { // StartMessageMoveTaskRequest
59
61
  * SourceArn: "STRING_VALUE", // required
@@ -57,6 +57,8 @@ declare const TagQueueCommand_base: {
57
57
  * ```javascript
58
58
  * import { SQSClient, TagQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import
59
59
  * // const { SQSClient, TagQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
60
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
61
+ * const config = {}; // type is SQSClientConfig
60
62
  * const client = new SQSClient(config);
61
63
  * const input = { // TagQueueRequest
62
64
  * QueueUrl: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const UntagQueueCommand_base: {
39
39
  * ```javascript
40
40
  * import { SQSClient, UntagQueueCommand } from "@aws-sdk/client-sqs"; // ES Modules import
41
41
  * // const { SQSClient, UntagQueueCommand } = require("@aws-sdk/client-sqs"); // CommonJS import
42
+ * // import type { SQSClientConfig } from "@aws-sdk/client-sqs";
43
+ * const config = {}; // type is SQSClientConfig
42
44
  * const client = new SQSClient(config);
43
45
  * const input = { // UntagQueueRequest
44
46
  * QueueUrl: "STRING_VALUE", // required
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.890.0",
4
+ "version": "3.891.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",
@@ -21,17 +21,17 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-sdk-sqs": "3.890.0",
29
- "@aws-sdk/middleware-user-agent": "3.890.0",
24
+ "@aws-sdk/credential-provider-node": "3.891.0",
25
+ "@aws-sdk/middleware-host-header": "3.891.0",
26
+ "@aws-sdk/middleware-logger": "3.891.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
+ "@aws-sdk/middleware-sdk-sqs": "3.891.0",
29
+ "@aws-sdk/middleware-user-agent": "3.891.0",
30
30
  "@aws-sdk/region-config-resolver": "3.890.0",
31
31
  "@aws-sdk/types": "3.887.0",
32
- "@aws-sdk/util-endpoints": "3.890.0",
32
+ "@aws-sdk/util-endpoints": "3.891.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.887.0",
34
- "@aws-sdk/util-user-agent-node": "3.890.0",
34
+ "@aws-sdk/util-user-agent-node": "3.891.0",
35
35
  "@smithy/config-resolver": "^4.2.2",
36
36
  "@smithy/core": "^3.11.0",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",
@@ -40,7 +40,7 @@
40
40
  "@smithy/md5-js": "^4.1.1",
41
41
  "@smithy/middleware-content-length": "^4.1.1",
42
42
  "@smithy/middleware-endpoint": "^4.2.2",
43
- "@smithy/middleware-retry": "^4.2.2",
43
+ "@smithy/middleware-retry": "^4.2.3",
44
44
  "@smithy/middleware-serde": "^4.1.1",
45
45
  "@smithy/middleware-stack": "^4.1.1",
46
46
  "@smithy/node-config-provider": "^4.2.2",
@@ -56,7 +56,7 @@
56
56
  "@smithy/util-defaults-mode-node": "^4.1.2",
57
57
  "@smithy/util-endpoints": "^3.1.2",
58
58
  "@smithy/util-middleware": "^4.1.1",
59
- "@smithy/util-retry": "^4.1.1",
59
+ "@smithy/util-retry": "^4.1.2",
60
60
  "@smithy/util-utf8": "^4.1.0",
61
61
  "tslib": "^2.6.2"
62
62
  },