@aws-sdk/client-sqs 3.478.0 → 3.484.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 (97) hide show
  1. package/dist-cjs/commands/AddPermissionCommand.js +18 -41
  2. package/dist-cjs/commands/CancelMessageMoveTaskCommand.js +18 -41
  3. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +18 -41
  4. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +18 -41
  5. package/dist-cjs/commands/CreateQueueCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteMessageBatchCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMessageCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteQueueCommand.js +18 -41
  9. package/dist-cjs/commands/GetQueueAttributesCommand.js +18 -41
  10. package/dist-cjs/commands/GetQueueUrlCommand.js +18 -41
  11. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +18 -41
  12. package/dist-cjs/commands/ListMessageMoveTasksCommand.js +18 -41
  13. package/dist-cjs/commands/ListQueueTagsCommand.js +18 -41
  14. package/dist-cjs/commands/ListQueuesCommand.js +18 -41
  15. package/dist-cjs/commands/PurgeQueueCommand.js +18 -41
  16. package/dist-cjs/commands/ReceiveMessageCommand.js +19 -42
  17. package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
  18. package/dist-cjs/commands/SendMessageBatchCommand.js +19 -42
  19. package/dist-cjs/commands/SendMessageCommand.js +19 -42
  20. package/dist-cjs/commands/SetQueueAttributesCommand.js +18 -41
  21. package/dist-cjs/commands/StartMessageMoveTaskCommand.js +18 -41
  22. package/dist-cjs/commands/TagQueueCommand.js +18 -41
  23. package/dist-cjs/commands/UntagQueueCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/AddPermissionCommand.js +18 -41
  26. package/dist-es/commands/CancelMessageMoveTaskCommand.js +18 -41
  27. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +18 -41
  28. package/dist-es/commands/ChangeMessageVisibilityCommand.js +18 -41
  29. package/dist-es/commands/CreateQueueCommand.js +18 -41
  30. package/dist-es/commands/DeleteMessageBatchCommand.js +18 -41
  31. package/dist-es/commands/DeleteMessageCommand.js +18 -41
  32. package/dist-es/commands/DeleteQueueCommand.js +18 -41
  33. package/dist-es/commands/GetQueueAttributesCommand.js +18 -41
  34. package/dist-es/commands/GetQueueUrlCommand.js +18 -41
  35. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +18 -41
  36. package/dist-es/commands/ListMessageMoveTasksCommand.js +18 -41
  37. package/dist-es/commands/ListQueueTagsCommand.js +18 -41
  38. package/dist-es/commands/ListQueuesCommand.js +18 -41
  39. package/dist-es/commands/PurgeQueueCommand.js +18 -41
  40. package/dist-es/commands/ReceiveMessageCommand.js +19 -42
  41. package/dist-es/commands/RemovePermissionCommand.js +18 -41
  42. package/dist-es/commands/SendMessageBatchCommand.js +19 -42
  43. package/dist-es/commands/SendMessageCommand.js +19 -42
  44. package/dist-es/commands/SetQueueAttributesCommand.js +18 -41
  45. package/dist-es/commands/StartMessageMoveTaskCommand.js +18 -41
  46. package/dist-es/commands/TagQueueCommand.js +18 -41
  47. package/dist-es/commands/UntagQueueCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/AddPermissionCommand.d.ts +6 -21
  50. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +6 -21
  51. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -21
  52. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +6 -21
  53. package/dist-types/commands/CreateQueueCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteMessageCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -21
  57. package/dist-types/commands/GetQueueAttributesCommand.d.ts +6 -21
  58. package/dist-types/commands/GetQueueUrlCommand.d.ts +6 -21
  59. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -21
  60. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +6 -21
  61. package/dist-types/commands/ListQueueTagsCommand.d.ts +6 -21
  62. package/dist-types/commands/ListQueuesCommand.d.ts +6 -21
  63. package/dist-types/commands/PurgeQueueCommand.d.ts +6 -21
  64. package/dist-types/commands/ReceiveMessageCommand.d.ts +6 -21
  65. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
  66. package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -21
  67. package/dist-types/commands/SendMessageCommand.d.ts +6 -21
  68. package/dist-types/commands/SetQueueAttributesCommand.d.ts +6 -21
  69. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +6 -21
  70. package/dist-types/commands/TagQueueCommand.d.ts +6 -21
  71. package/dist-types/commands/UntagQueueCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +12 -24
  75. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +12 -24
  76. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +12 -24
  77. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +11 -11
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { CreateQueueRequest, CreateQueueResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateQueueCommandInput extends CreateQueueRequest {}
17
11
  export interface CreateQueueCommandOutput
18
12
  extends CreateQueueResult,
19
13
  __MetadataBearer {}
20
- export declare class CreateQueueCommand extends $Command<
21
- CreateQueueCommandInput,
22
- CreateQueueCommandOutput,
23
- SQSClientResolvedConfig
24
- > {
25
- readonly input: CreateQueueCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateQueueCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SQSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateQueueCommandInput, CreateQueueCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateQueueCommand_base: {
15
+ new (
16
+ input: CreateQueueCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateQueueCommandInput,
19
+ CreateQueueCommandOutput,
20
+ SQSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateQueueCommand extends CreateQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DeleteMessageBatchRequest,
11
5
  DeleteMessageBatchResult,
@@ -21,19 +15,16 @@ export interface DeleteMessageBatchCommandInput
21
15
  export interface DeleteMessageBatchCommandOutput
22
16
  extends DeleteMessageBatchResult,
23
17
  __MetadataBearer {}
24
- export declare class DeleteMessageBatchCommand extends $Command<
25
- DeleteMessageBatchCommandInput,
26
- DeleteMessageBatchCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: DeleteMessageBatchCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteMessageBatchCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DeleteMessageBatchCommandInput, DeleteMessageBatchCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DeleteMessageBatchCommand_base: {
19
+ new (
20
+ input: DeleteMessageBatchCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DeleteMessageBatchCommandInput,
23
+ DeleteMessageBatchCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteMessageRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteMessageCommandInput extends DeleteMessageRequest {}
17
11
  export interface DeleteMessageCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteMessageCommand extends $Command<
19
- DeleteMessageCommandInput,
20
- DeleteMessageCommandOutput,
21
- SQSClientResolvedConfig
22
- > {
23
- readonly input: DeleteMessageCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteMessageCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SQSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteMessageCommandInput, DeleteMessageCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteMessageCommand_base: {
13
+ new (
14
+ input: DeleteMessageCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteMessageCommandInput,
17
+ DeleteMessageCommandOutput,
18
+ SQSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteMessageCommand extends DeleteMessageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { DeleteQueueRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteQueueCommandInput extends DeleteQueueRequest {}
17
11
  export interface DeleteQueueCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteQueueCommand extends $Command<
19
- DeleteQueueCommandInput,
20
- DeleteQueueCommandOutput,
21
- SQSClientResolvedConfig
22
- > {
23
- readonly input: DeleteQueueCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteQueueCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SQSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteQueueCommandInput, DeleteQueueCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteQueueCommand_base: {
13
+ new (
14
+ input: DeleteQueueCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteQueueCommandInput,
17
+ DeleteQueueCommandOutput,
18
+ SQSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteQueueCommand extends DeleteQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GetQueueAttributesRequest,
11
5
  GetQueueAttributesResult,
@@ -21,19 +15,16 @@ export interface GetQueueAttributesCommandInput
21
15
  export interface GetQueueAttributesCommandOutput
22
16
  extends GetQueueAttributesResult,
23
17
  __MetadataBearer {}
24
- export declare class GetQueueAttributesCommand extends $Command<
25
- GetQueueAttributesCommandInput,
26
- GetQueueAttributesCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: GetQueueAttributesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetQueueAttributesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetQueueAttributesCommandInput, GetQueueAttributesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetQueueAttributesCommand_base: {
19
+ new (
20
+ input: GetQueueAttributesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetQueueAttributesCommandInput,
23
+ GetQueueAttributesCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetQueueAttributesCommand extends GetQueueAttributesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { GetQueueUrlRequest, GetQueueUrlResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetQueueUrlCommandInput extends GetQueueUrlRequest {}
17
11
  export interface GetQueueUrlCommandOutput
18
12
  extends GetQueueUrlResult,
19
13
  __MetadataBearer {}
20
- export declare class GetQueueUrlCommand extends $Command<
21
- GetQueueUrlCommandInput,
22
- GetQueueUrlCommandOutput,
23
- SQSClientResolvedConfig
24
- > {
25
- readonly input: GetQueueUrlCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetQueueUrlCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SQSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetQueueUrlCommandInput, GetQueueUrlCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetQueueUrlCommand_base: {
15
+ new (
16
+ input: GetQueueUrlCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetQueueUrlCommandInput,
19
+ GetQueueUrlCommandOutput,
20
+ SQSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetQueueUrlCommand extends GetQueueUrlCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListDeadLetterSourceQueuesRequest,
11
5
  ListDeadLetterSourceQueuesResult,
@@ -21,22 +15,16 @@ export interface ListDeadLetterSourceQueuesCommandInput
21
15
  export interface ListDeadLetterSourceQueuesCommandOutput
22
16
  extends ListDeadLetterSourceQueuesResult,
23
17
  __MetadataBearer {}
24
- export declare class ListDeadLetterSourceQueuesCommand extends $Command<
25
- ListDeadLetterSourceQueuesCommandInput,
26
- ListDeadLetterSourceQueuesCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: ListDeadLetterSourceQueuesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDeadLetterSourceQueuesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDeadLetterSourceQueuesCommand_base: {
19
+ new (
20
+ input: ListDeadLetterSourceQueuesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDeadLetterSourceQueuesCommandInput,
38
- ListDeadLetterSourceQueuesCommandOutput
23
+ ListDeadLetterSourceQueuesCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDeadLetterSourceQueuesCommand extends ListDeadLetterSourceQueuesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ListMessageMoveTasksRequest,
11
5
  ListMessageMoveTasksResult,
@@ -21,22 +15,16 @@ export interface ListMessageMoveTasksCommandInput
21
15
  export interface ListMessageMoveTasksCommandOutput
22
16
  extends ListMessageMoveTasksResult,
23
17
  __MetadataBearer {}
24
- export declare class ListMessageMoveTasksCommand extends $Command<
25
- ListMessageMoveTasksCommandInput,
26
- ListMessageMoveTasksCommandOutput,
27
- SQSClientResolvedConfig
28
- > {
29
- readonly input: ListMessageMoveTasksCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListMessageMoveTasksCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: SQSClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListMessageMoveTasksCommand_base: {
19
+ new (
20
+ input: ListMessageMoveTasksCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListMessageMoveTasksCommandInput,
38
- ListMessageMoveTasksCommandOutput
23
+ ListMessageMoveTasksCommandOutput,
24
+ SQSClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListMessageMoveTasksCommand extends ListMessageMoveTasksCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {}
17
11
  export interface ListQueueTagsCommandOutput
18
12
  extends ListQueueTagsResult,
19
13
  __MetadataBearer {}
20
- export declare class ListQueueTagsCommand extends $Command<
21
- ListQueueTagsCommandInput,
22
- ListQueueTagsCommandOutput,
23
- SQSClientResolvedConfig
24
- > {
25
- readonly input: ListQueueTagsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListQueueTagsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SQSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListQueueTagsCommandInput, ListQueueTagsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListQueueTagsCommand_base: {
15
+ new (
16
+ input: ListQueueTagsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListQueueTagsCommandInput,
19
+ ListQueueTagsCommandOutput,
20
+ SQSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListQueueTagsCommand extends ListQueueTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {}
17
11
  export interface ListQueuesCommandOutput
18
12
  extends ListQueuesResult,
19
13
  __MetadataBearer {}
20
- export declare class ListQueuesCommand extends $Command<
21
- ListQueuesCommandInput,
22
- ListQueuesCommandOutput,
23
- SQSClientResolvedConfig
24
- > {
25
- readonly input: ListQueuesCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListQueuesCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: SQSClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListQueuesCommandInput, ListQueuesCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListQueuesCommand_base: {
15
+ new (
16
+ input: ListQueuesCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListQueuesCommandInput,
19
+ ListQueuesCommandOutput,
20
+ SQSClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListQueuesCommand extends ListQueuesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { PurgeQueueRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface PurgeQueueCommandInput extends PurgeQueueRequest {}
17
11
  export interface PurgeQueueCommandOutput extends __MetadataBearer {}
18
- export declare class PurgeQueueCommand extends $Command<
19
- PurgeQueueCommandInput,
20
- PurgeQueueCommandOutput,
21
- SQSClientResolvedConfig
22
- > {
23
- readonly input: PurgeQueueCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: PurgeQueueCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SQSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<PurgeQueueCommandInput, PurgeQueueCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const PurgeQueueCommand_base: {
13
+ new (
14
+ input: PurgeQueueCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ PurgeQueueCommandInput,
17
+ PurgeQueueCommandOutput,
18
+ SQSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class PurgeQueueCommand extends PurgeQueueCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ReceiveMessageRequest,
11
5
  ReceiveMessageResult,
@@ -20,19 +14,16 @@ export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {}
20
14
  export interface ReceiveMessageCommandOutput
21
15
  extends ReceiveMessageResult,
22
16
  __MetadataBearer {}
23
- export declare class ReceiveMessageCommand extends $Command<
24
- ReceiveMessageCommandInput,
25
- ReceiveMessageCommandOutput,
26
- SQSClientResolvedConfig
27
- > {
28
- readonly input: ReceiveMessageCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ReceiveMessageCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SQSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ReceiveMessageCommandInput, ReceiveMessageCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ReceiveMessageCommand_base: {
18
+ new (
19
+ input: ReceiveMessageCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ReceiveMessageCommandInput,
22
+ ReceiveMessageCommandOutput,
23
+ SQSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ReceiveMessageCommand extends ReceiveMessageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import { RemovePermissionRequest } from "../models/models_0";
10
4
  import {
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import {
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
17
11
  export interface RemovePermissionCommandOutput extends __MetadataBearer {}
18
- export declare class RemovePermissionCommand extends $Command<
19
- RemovePermissionCommandInput,
20
- RemovePermissionCommandOutput,
21
- SQSClientResolvedConfig
22
- > {
23
- readonly input: RemovePermissionCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: RemovePermissionCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: SQSClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const RemovePermissionCommand_base: {
13
+ new (
14
+ input: RemovePermissionCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ RemovePermissionCommandInput,
17
+ RemovePermissionCommandOutput,
18
+ SQSClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  SendMessageBatchRequest,
11
5
  SendMessageBatchResult,
@@ -20,19 +14,16 @@ export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {}
20
14
  export interface SendMessageBatchCommandOutput
21
15
  extends SendMessageBatchResult,
22
16
  __MetadataBearer {}
23
- export declare class SendMessageBatchCommand extends $Command<
24
- SendMessageBatchCommandInput,
25
- SendMessageBatchCommandOutput,
26
- SQSClientResolvedConfig
27
- > {
28
- readonly input: SendMessageBatchCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: SendMessageBatchCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: SQSClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<SendMessageBatchCommandInput, SendMessageBatchCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const SendMessageBatchCommand_base: {
18
+ new (
19
+ input: SendMessageBatchCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ SendMessageBatchCommandInput,
22
+ SendMessageBatchCommandOutput,
23
+ SQSClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class SendMessageBatchCommand extends SendMessageBatchCommand_base {}