@aws-sdk/client-sqs 3.1077.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 (77) hide show
  1. package/dist-cjs/index.js +41 -243
  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-types/commandBuilder.d.ts +30 -0
  28. package/dist-types/commands/AddPermissionCommand.d.ts +3 -8
  29. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +3 -8
  30. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -8
  31. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateQueueCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteMessageCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -8
  36. package/dist-types/commands/GetQueueAttributesCommand.d.ts +3 -8
  37. package/dist-types/commands/GetQueueUrlCommand.d.ts +3 -8
  38. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -8
  39. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +3 -8
  40. package/dist-types/commands/ListQueueTagsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListQueuesCommand.d.ts +3 -8
  42. package/dist-types/commands/PurgeQueueCommand.d.ts +3 -8
  43. package/dist-types/commands/ReceiveMessageCommand.d.ts +3 -8
  44. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
  45. package/dist-types/commands/SendMessageBatchCommand.d.ts +3 -8
  46. package/dist-types/commands/SendMessageCommand.d.ts +3 -8
  47. package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -8
  48. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +3 -8
  49. package/dist-types/commands/TagQueueCommand.d.ts +3 -8
  50. package/dist-types/commands/UntagQueueCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +64 -0
  53. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +10 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {
22
19
  export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListQueuesCommand_base: {
25
- new (input: ListQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/core/client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of your queues in the current region. The response includes a maximum
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PurgeQueueRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PurgeQueueCommandInput extends PurgeQueueRequest {
22
19
  export interface PurgeQueueCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const PurgeQueueCommand_base: {
25
- new (input: PurgeQueueCommandInput): import("@smithy/core/client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PurgeQueueCommandInput): import("@smithy/core/client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PurgeQueueCommandInput): import("@smithy/core/client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PurgeQueueCommandInput): import("@smithy/core/client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes available messages in a queue (including in-flight messages) specified by the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {
22
19
  export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __MetadataBearer {
23
20
  }
24
21
  declare const ReceiveMessageCommand_base: {
25
- new (input: ReceiveMessageCommandInput): import("@smithy/core/client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ReceiveMessageCommandInput): import("@smithy/core/client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ReceiveMessageCommandInput): import("@smithy/core/client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ReceiveMessageCommandInput): import("@smithy/core/client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves one or more messages (up to 10), from the specified queue. Using the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RemovePermissionRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
22
19
  export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RemovePermissionCommand_base: {
25
- new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemovePermissionCommandInput): import("@smithy/core/client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Revokes any permissions in the queue policy that matches the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {
22
19
  export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, __MetadataBearer {
23
20
  }
24
21
  declare const SendMessageBatchCommand_base: {
25
- new (input: SendMessageBatchCommandInput): import("@smithy/core/client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendMessageBatchCommandInput): import("@smithy/core/client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendMessageBatchCommandInput): import("@smithy/core/client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendMessageBatchCommandInput): import("@smithy/core/client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SendMessageRequest, SendMessageResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SendMessageCommandInput extends SendMessageRequest {
22
19
  export interface SendMessageCommandOutput extends SendMessageResult, __MetadataBearer {
23
20
  }
24
21
  declare const SendMessageCommand_base: {
25
- new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendMessageCommandInput): import("@smithy/core/client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Delivers a message to the specified queue.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SetQueueAttributesRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetQueueAttributesCommandInput extends SetQueueAttributesReques
22
19
  export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const SetQueueAttributesCommand_base: {
25
- new (input: SetQueueAttributesCommandInput): import("@smithy/core/client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetQueueAttributesCommandInput): import("@smithy/core/client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetQueueAttributesCommandInput): import("@smithy/core/client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetQueueAttributesCommandInput): import("@smithy/core/client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sets the value of one or more queue attributes, like a policy. When you change a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartMessageMoveTaskRequest, StartMessageMoveTaskResult } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMessageMoveTaskCommandInput extends StartMessageMoveTaskRe
22
19
  export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskResult, __MetadataBearer {
23
20
  }
24
21
  declare const StartMessageMoveTaskCommand_base: {
25
- new (input: StartMessageMoveTaskCommandInput): import("@smithy/core/client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMessageMoveTaskCommandInput): import("@smithy/core/client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMessageMoveTaskCommandInput): import("@smithy/core/client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMessageMoveTaskCommandInput): import("@smithy/core/client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts an asynchronous task to move messages from a specified source queue to a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagQueueRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagQueueCommandInput extends TagQueueRequest {
22
19
  export interface TagQueueCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagQueueCommand_base: {
25
- new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagQueueCommandInput): import("@smithy/core/client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Add cost allocation tags to the specified Amazon SQS queue. For an overview, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { UntagQueueRequest } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagQueueCommandInput extends UntagQueueRequest {
22
19
  export interface UntagQueueCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagQueueCommand_base: {
25
- new (input: UntagQueueCommandInput): import("@smithy/core/client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagQueueCommandInput): import("@smithy/core/client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagQueueCommandInput): import("@smithy/core/client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagQueueCommandInput): import("@smithy/core/client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Remove cost allocation tags from the specified Amazon SQS queue. For an overview, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-tags.html">Tagging
@@ -79,6 +79,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
79
79
  export type { RuntimeExtension } from "./runtimeExtensions";
80
80
  export type { SQSExtensionConfiguration } from "./extensionConfiguration";
81
81
  export * from "./commands";
82
+ export { Command as $Command } from "@smithy/core/client";
82
83
  export * from "./schemas/schemas_0";
83
84
  export * from "./pagination";
84
85
  export * from "./models/enums";
@@ -0,0 +1,64 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ServiceInputTypes,
4
+ ServiceOutputTypes,
5
+ SQSClientResolvedConfig,
6
+ } from "./SQSClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SQSClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SQSClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
47
+ export declare const _mw1: (
48
+ Command: any,
49
+ cs: any,
50
+ config: any,
51
+ o: any
52
+ ) => import("@smithy/types").Pluggable<any, any>[];
53
+ export declare const _mw2: (
54
+ Command: any,
55
+ cs: any,
56
+ config: any,
57
+ o: any
58
+ ) => import("@smithy/types").Pluggable<any, any>[];
59
+ export declare const _mw3: (
60
+ Command: any,
61
+ cs: any,
62
+ config: any,
63
+ o: any
64
+ ) => import("@smithy/types").Pluggable<any, any>[];
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { AddPermissionRequest } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SQSClientResolvedConfig,
8
- } from "../SQSClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface AddPermissionCommandInput extends AddPermissionRequest {}
12
5
  export interface AddPermissionCommandOutput extends __MetadataBearer {}
13
6
  declare const AddPermissionCommand_base: {
@@ -16,22 +9,20 @@ declare const AddPermissionCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  AddPermissionCommandInput,
18
11
  AddPermissionCommandOutput,
19
- SQSClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SQSClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: AddPermissionCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  AddPermissionCommandInput,
27
20
  AddPermissionCommandOutput,
28
- SQSClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").SQSClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
37
28
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CancelMessageMoveTaskRequest,
5
4
  CancelMessageMoveTaskResult,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SQSClientResolvedConfig,
11
- } from "../SQSClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelMessageMoveTaskCommandInput
15
8
  extends CancelMessageMoveTaskRequest {}
16
9
  export interface CancelMessageMoveTaskCommandOutput
@@ -22,22 +15,20 @@ declare const CancelMessageMoveTaskCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CancelMessageMoveTaskCommandInput,
24
17
  CancelMessageMoveTaskCommandOutput,
25
- SQSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SQSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CancelMessageMoveTaskCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CancelMessageMoveTaskCommandInput,
33
26
  CancelMessageMoveTaskCommandOutput,
34
- SQSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SQSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  ChangeMessageVisibilityBatchRequest,
5
4
  ChangeMessageVisibilityBatchResult,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SQSClientResolvedConfig,
11
- } from "../SQSClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ChangeMessageVisibilityBatchCommandInput
15
8
  extends ChangeMessageVisibilityBatchRequest {}
16
9
  export interface ChangeMessageVisibilityBatchCommandOutput
@@ -22,22 +15,20 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ChangeMessageVisibilityBatchCommandInput,
24
17
  ChangeMessageVisibilityBatchCommandOutput,
25
- SQSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SQSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ChangeMessageVisibilityBatchCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ChangeMessageVisibilityBatchCommandInput,
33
26
  ChangeMessageVisibilityBatchCommandOutput,
34
- SQSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SQSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { ChangeMessageVisibilityRequest } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SQSClientResolvedConfig,
8
- } from "../SQSClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ChangeMessageVisibilityCommandInput
12
5
  extends ChangeMessageVisibilityRequest {}
13
6
  export interface ChangeMessageVisibilityCommandOutput
@@ -18,22 +11,20 @@ declare const ChangeMessageVisibilityCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ChangeMessageVisibilityCommandInput,
20
13
  ChangeMessageVisibilityCommandOutput,
21
- SQSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SQSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ChangeMessageVisibilityCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ChangeMessageVisibilityCommandInput,
29
22
  ChangeMessageVisibilityCommandOutput,
30
- SQSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SQSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateQueueRequest, CreateQueueResult } from "../models/models_0";
4
- import {
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- SQSClientResolvedConfig,
8
- } from "../SQSClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateQueueCommandInput extends CreateQueueRequest {}
12
5
  export interface CreateQueueCommandOutput
13
6
  extends CreateQueueResult,
@@ -18,22 +11,20 @@ declare const CreateQueueCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateQueueCommandInput,
20
13
  CreateQueueCommandOutput,
21
- SQSClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SQSClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateQueueCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateQueueCommandInput,
29
22
  CreateQueueCommandOutput,
30
- SQSClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SQSClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  DeleteMessageBatchRequest,
5
4
  DeleteMessageBatchResult,
6
5
  } from "../models/models_0";
7
- import {
8
- ServiceInputTypes,
9
- ServiceOutputTypes,
10
- SQSClientResolvedConfig,
11
- } from "../SQSClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteMessageBatchCommandInput
15
8
  extends DeleteMessageBatchRequest {}
16
9
  export interface DeleteMessageBatchCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteMessageBatchCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteMessageBatchCommandInput,
24
17
  DeleteMessageBatchCommandOutput,
25
- SQSClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SQSClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteMessageBatchCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteMessageBatchCommandInput,
33
26
  DeleteMessageBatchCommandOutput,
34
- SQSClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SQSClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
43
34
  protected static __types: {