@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
@@ -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 { GetQueueUrlRequest, GetQueueUrlResult } 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 GetQueueUrlCommandInput extends GetQueueUrlRequest {
22
19
  export interface GetQueueUrlCommandOutput extends GetQueueUrlResult, __MetadataBearer {
23
20
  }
24
21
  declare const GetQueueUrlCommand_base: {
25
- new (input: GetQueueUrlCommandInput): import("@smithy/core/client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQueueUrlCommandInput): import("@smithy/core/client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetQueueUrlCommandInput): import("@smithy/core/client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetQueueUrlCommandInput): import("@smithy/core/client").CommandImpl<GetQueueUrlCommandInput, GetQueueUrlCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The <code>GetQueueUrl</code> API returns the URL of an existing Amazon SQS queue. This is
@@ -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 { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } 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 ListDeadLetterSourceQueuesCommandInput extends ListDeadLetterSo
22
19
  export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterSourceQueuesResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListDeadLetterSourceQueuesCommand_base: {
25
- new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/core/client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, 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 that have the <code>RedrivePolicy</code> queue attribute
@@ -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 { ListMessageMoveTasksRequest, ListMessageMoveTasksResult } 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 ListMessageMoveTasksCommandInput extends ListMessageMoveTasksRe
22
19
  export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListMessageMoveTasksCommand_base: {
25
- new (input: ListMessageMoveTasksCommandInput): import("@smithy/core/client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMessageMoveTasksCommandInput): import("@smithy/core/client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMessageMoveTasksCommandInput): import("@smithy/core/client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMessageMoveTasksCommandInput): import("@smithy/core/client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the most recent message movement tasks (up to 10) under a specific source
@@ -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 { ListQueueTagsRequest, ListQueueTagsResult } 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 ListQueueTagsCommandInput extends ListQueueTagsRequest {
22
19
  export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __MetadataBearer {
23
20
  }
24
21
  declare const ListQueueTagsCommand_base: {
25
- new (input: ListQueueTagsCommandInput): import("@smithy/core/client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQueueTagsCommandInput): import("@smithy/core/client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQueueTagsCommandInput): import("@smithy/core/client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListQueueTagsCommandInput): import("@smithy/core/client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, import("..").SQSClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all cost allocation tags added to the specified Amazon SQS queue.
@@ -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";
@@ -10,11 +10,9 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
- md5: false | import("@smithy/types").HashConstructor;
14
13
  region: string | import("@smithy/types").Provider<any>;
15
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
16
15
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -25,6 +23,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
25
23
  [setting: string]: unknown;
26
24
  };
27
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
28
27
  urlParser: import("@smithy/types").UrlParser;
29
28
  base64Decoder: import("@smithy/types").Decoder;
30
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -33,6 +32,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
33
32
  disableHostPrefix: boolean;
34
33
  serviceId: string;
35
34
  profile?: string;
35
+ md5: false | import("@smithy/types").HashConstructor;
36
36
  logger: import("@smithy/types").Logger;
37
37
  extensions: import("./runtimeExtensions").RuntimeExtension[];
38
38
  customUserAgent?: string | import("@smithy/types").UserAgent;
@@ -1,4 +1,3 @@
1
- import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
2
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
3
2
  import type { SQSClientConfig } from "./SQSClient";
4
3
  /**
@@ -6,21 +5,19 @@ import type { SQSClientConfig } from "./SQSClient";
6
5
  */
7
6
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
8
7
  runtime: string;
9
- defaultsMode: import("@aws-sdk/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
10
- authSchemePreference: string[] | import("@aws-sdk/types").Provider<string[]>;
11
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
- credentialDefaultProvider: ((input: any) => import("@aws-sdk/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
13
- defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@aws-sdk/types").UserAgent>;
14
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
15
- md5: false | __HashConstructor;
16
- region: string | import("@aws-sdk/types").Provider<string>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
+ authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
+ defaultUserAgentProvider: (config?: import("@aws-sdk/core/client").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
+ maxAttempts: number | import("@smithy/types").Provider<number>;
14
+ region: string | import("@smithy/types").Provider<string>;
17
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
18
- retryMode: string | import("@aws-sdk/types").Provider<string>;
19
- sha256: __HashConstructor;
16
+ retryMode: string | import("@smithy/types").Provider<string>;
20
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
21
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
23
- userAgentAppId: string | import("@aws-sdk/types").Provider<string | undefined>;
18
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
+ userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
24
21
  cacheMiddleware?: boolean | undefined;
25
22
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
26
23
  protocolSettings: {
@@ -28,31 +25,33 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
28
25
  [setting: string]: unknown;
29
26
  };
30
27
  apiVersion: string;
31
- urlParser: import("@aws-sdk/types").UrlParser;
32
- base64Decoder: import("@aws-sdk/types").Decoder;
28
+ sha256: import("@smithy/types").HashConstructor;
29
+ urlParser: import("@smithy/types").UrlParser;
30
+ base64Decoder: import("@smithy/types").Decoder;
33
31
  base64Encoder: (_input: Uint8Array | string) => string;
34
- utf8Decoder: import("@aws-sdk/types").Decoder;
32
+ utf8Decoder: import("@smithy/types").Decoder;
35
33
  utf8Encoder: (input: Uint8Array | string) => string;
36
34
  disableHostPrefix: boolean;
37
35
  serviceId: string;
38
36
  profile?: string;
39
- logger: import("@aws-sdk/types").Logger;
37
+ md5: false | import("@smithy/types").HashConstructor;
38
+ logger: import("@smithy/types").Logger;
40
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
- customUserAgent?: string | import("@aws-sdk/types").UserAgent;
42
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | import("@aws-sdk/types").RetryStrategyV2;
43
- endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>)) | undefined;
40
+ customUserAgent?: string | import("@smithy/types").UserAgent;
41
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
42
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
44
43
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
45
- logger?: import("@aws-sdk/types").Logger;
46
- }) => import("@aws-sdk/types").EndpointV2;
44
+ logger?: import("@smithy/types").Logger;
45
+ }) => import("@smithy/types").EndpointV2;
47
46
  tls?: boolean;
48
47
  serviceConfiguredEndpoint?: never;
49
48
  useQueueUrlAsEndpoint?: boolean;
50
49
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
51
50
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").SQSHttpAuthSchemeProvider;
52
- credentials?: import("@aws-sdk/types").AwsCredentialIdentity | import("@aws-sdk/types").AwsCredentialIdentityProvider;
53
- signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme) => Promise<import("@aws-sdk/types").RequestSigner>);
51
+ credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider;
52
+ signer?: import("@smithy/types").RequestSigner | ((authScheme?: import("@smithy/types").AuthScheme) => Promise<import("@smithy/types").RequestSigner>);
54
53
  signingEscapePath?: boolean;
55
54
  systemClockOffset?: number;
56
55
  signingRegion?: string;
57
- signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner;
56
+ signerConstructor?: new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner;
58
57
  };
@@ -4,7 +4,6 @@ import type { SQSClientConfig } from "./SQSClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -15,12 +15,14 @@ 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: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsJson1_0Protocol;
19
20
  protocolSettings: {
20
21
  [setting: string]: unknown;
21
22
  defaultNamespace?: string;
22
23
  };
23
24
  serviceId: string;
25
+ sha256: import("@smithy/types").HashConstructor;
24
26
  urlParser: import("@smithy/types").UrlParser;
25
27
  utf8Decoder: import("@smithy/types").Decoder;
26
28
  utf8Encoder: (input: Uint8Array | string) => string;