@aws-sdk/client-sqs 3.1045.0 → 3.1046.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 (104) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +64 -65
  5. package/dist-cjs/models/SQSServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +14 -16
  7. package/dist-cjs/runtimeConfig.js +19 -23
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/SQS.js +1 -1
  10. package/dist-es/SQSClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddPermissionCommand.js +2 -2
  13. package/dist-es/commands/CancelMessageMoveTaskCommand.js +2 -2
  14. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +2 -2
  15. package/dist-es/commands/ChangeMessageVisibilityCommand.js +2 -2
  16. package/dist-es/commands/CreateQueueCommand.js +2 -2
  17. package/dist-es/commands/DeleteMessageBatchCommand.js +2 -2
  18. package/dist-es/commands/DeleteMessageCommand.js +2 -2
  19. package/dist-es/commands/DeleteQueueCommand.js +2 -2
  20. package/dist-es/commands/GetQueueAttributesCommand.js +2 -2
  21. package/dist-es/commands/GetQueueUrlCommand.js +2 -2
  22. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +2 -2
  23. package/dist-es/commands/ListMessageMoveTasksCommand.js +2 -2
  24. package/dist-es/commands/ListQueueTagsCommand.js +2 -2
  25. package/dist-es/commands/ListQueuesCommand.js +2 -2
  26. package/dist-es/commands/PurgeQueueCommand.js +2 -2
  27. package/dist-es/commands/ReceiveMessageCommand.js +2 -2
  28. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  29. package/dist-es/commands/SendMessageBatchCommand.js +2 -2
  30. package/dist-es/commands/SendMessageCommand.js +2 -2
  31. package/dist-es/commands/SetQueueAttributesCommand.js +2 -2
  32. package/dist-es/commands/StartMessageMoveTaskCommand.js +2 -2
  33. package/dist-es/commands/TagQueueCommand.js +2 -2
  34. package/dist-es/commands/UntagQueueCommand.js +2 -2
  35. package/dist-es/endpoint/bdd.js +1 -1
  36. package/dist-es/endpoint/endpointResolver.js +1 -1
  37. package/dist-es/models/SQSServiceException.js +1 -1
  38. package/dist-es/runtimeConfig.browser.js +5 -7
  39. package/dist-es/runtimeConfig.js +4 -8
  40. package/dist-es/runtimeConfig.shared.js +3 -4
  41. package/dist-es/runtimeExtensions.js +2 -2
  42. package/dist-types/SQSClient.d.ts +5 -5
  43. package/dist-types/commands/AddPermissionCommand.d.ts +6 -4
  44. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +6 -4
  45. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -4
  46. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +6 -4
  47. package/dist-types/commands/CreateQueueCommand.d.ts +6 -4
  48. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +6 -4
  49. package/dist-types/commands/DeleteMessageCommand.d.ts +6 -4
  50. package/dist-types/commands/DeleteQueueCommand.d.ts +6 -4
  51. package/dist-types/commands/GetQueueAttributesCommand.d.ts +6 -4
  52. package/dist-types/commands/GetQueueUrlCommand.d.ts +6 -4
  53. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -4
  54. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +6 -4
  55. package/dist-types/commands/ListQueueTagsCommand.d.ts +6 -4
  56. package/dist-types/commands/ListQueuesCommand.d.ts +6 -4
  57. package/dist-types/commands/PurgeQueueCommand.d.ts +6 -4
  58. package/dist-types/commands/ReceiveMessageCommand.d.ts +6 -4
  59. package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
  60. package/dist-types/commands/SendMessageBatchCommand.d.ts +6 -4
  61. package/dist-types/commands/SendMessageCommand.d.ts +6 -4
  62. package/dist-types/commands/SetQueueAttributesCommand.d.ts +6 -4
  63. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +6 -4
  64. package/dist-types/commands/TagQueueCommand.d.ts +6 -4
  65. package/dist-types/commands/UntagQueueCommand.d.ts +6 -4
  66. package/dist-types/endpoint/bdd.d.ts +1 -1
  67. package/dist-types/extensionConfiguration.d.ts +1 -1
  68. package/dist-types/models/SQSServiceException.d.ts +1 -1
  69. package/dist-types/models/errors.d.ts +1 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  71. package/dist-types/runtimeConfig.d.ts +2 -2
  72. package/dist-types/runtimeConfig.native.d.ts +2 -2
  73. package/dist-types/ts3.4/SQSClient.d.ts +8 -14
  74. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +6 -4
  79. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +6 -8
  96. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  98. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  99. package/dist-types/ts3.4/models/SQSServiceException.d.ts +1 -1
  100. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  102. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  103. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  104. package/package.json +15 -37
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface ListDeadLetterSourceQueuesCommandInput extends ListDeadLetterSo
22
22
  export interface ListDeadLetterSourceQueuesCommandOutput extends ListDeadLetterSourceQueuesResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListDeadLetterSourceQueuesCommand_base: {
25
- new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDeadLetterSourceQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDeadLetterSourceQueuesCommandInput, ListDeadLetterSourceQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of your queues that have the <code>RedrivePolicy</code> queue attribute
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListMessageMoveTasksRequest, ListMessageMoveTasksResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface ListMessageMoveTasksCommandInput extends ListMessageMoveTasksRe
22
22
  export interface ListMessageMoveTasksCommandOutput extends ListMessageMoveTasksResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListMessageMoveTasksCommand_base: {
25
- new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMessageMoveTasksCommandInput): import("@smithy/smithy-client").CommandImpl<ListMessageMoveTasksCommandInput, ListMessageMoveTasksCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets the most recent message movement tasks (up to 10) under a specific source
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface ListQueueTagsCommandInput extends ListQueueTagsRequest {
22
22
  export interface ListQueueTagsCommandOutput extends ListQueueTagsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListQueueTagsCommand_base: {
25
- new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQueueTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueTagsCommandInput, ListQueueTagsCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all cost allocation tags added to the specified Amazon SQS queue.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ListQueuesRequest, ListQueuesResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface ListQueuesCommandInput extends ListQueuesRequest {
22
22
  export interface ListQueuesCommandOutput extends ListQueuesResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListQueuesCommand_base: {
25
- new (input: ListQueuesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListQueuesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListQueuesCommandInput, ListQueuesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a list of your queues in the current region. The response includes a maximum
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { PurgeQueueRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface PurgeQueueCommandInput extends PurgeQueueRequest {
22
22
  export interface PurgeQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const PurgeQueueCommand_base: {
25
- new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PurgeQueueCommandInput): import("@smithy/smithy-client").CommandImpl<PurgeQueueCommandInput, PurgeQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes available messages in a queue (including in-flight messages) specified by the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface ReceiveMessageCommandInput extends ReceiveMessageRequest {
22
22
  export interface ReceiveMessageCommandOutput extends ReceiveMessageResult, __MetadataBearer {
23
23
  }
24
24
  declare const ReceiveMessageCommand_base: {
25
- new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ReceiveMessageCommandInput): import("@smithy/smithy-client").CommandImpl<ReceiveMessageCommandInput, ReceiveMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves one or more messages (up to 10), from the specified queue. Using the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { RemovePermissionRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
22
22
  export interface RemovePermissionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RemovePermissionCommand_base: {
25
- new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Revokes any permissions in the queue policy that matches the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SendMessageBatchRequest, SendMessageBatchResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface SendMessageBatchCommandInput extends SendMessageBatchRequest {
22
22
  export interface SendMessageBatchCommandOutput extends SendMessageBatchResult, __MetadataBearer {
23
23
  }
24
24
  declare const SendMessageBatchCommand_base: {
25
- new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendMessageBatchCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageBatchCommandInput, SendMessageBatchCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SendMessageRequest, SendMessageResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface SendMessageCommandInput extends SendMessageRequest {
22
22
  export interface SendMessageCommandOutput extends SendMessageResult, __MetadataBearer {
23
23
  }
24
24
  declare const SendMessageCommand_base: {
25
- new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendMessageCommandInput): import("@smithy/smithy-client").CommandImpl<SendMessageCommandInput, SendMessageCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Delivers a message to the specified queue.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { SetQueueAttributesRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface SetQueueAttributesCommandInput extends SetQueueAttributesReques
22
22
  export interface SetQueueAttributesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const SetQueueAttributesCommand_base: {
25
- new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetQueueAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<SetQueueAttributesCommandInput, SetQueueAttributesCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sets the value of one or more queue attributes, like a policy. When you change a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { StartMessageMoveTaskRequest, StartMessageMoveTaskResult } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface StartMessageMoveTaskCommandInput extends StartMessageMoveTaskRe
22
22
  export interface StartMessageMoveTaskCommandOutput extends StartMessageMoveTaskResult, __MetadataBearer {
23
23
  }
24
24
  declare const StartMessageMoveTaskCommand_base: {
25
- new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMessageMoveTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartMessageMoveTaskCommandInput, StartMessageMoveTaskCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an asynchronous task to move messages from a specified source queue to a
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { TagQueueRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface TagQueueCommandInput extends TagQueueRequest {
22
22
  export interface TagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const TagQueueCommand_base: {
25
- new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<TagQueueCommandInput, TagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { UntagQueueRequest } from "../models/models_0";
4
4
  import type { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient";
@@ -22,9 +22,11 @@ export interface UntagQueueCommandInput extends UntagQueueRequest {
22
22
  export interface UntagQueueCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UntagQueueCommand_base: {
25
- new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagQueueCommandInput): import("@smithy/smithy-client").CommandImpl<UntagQueueCommandInput, UntagQueueCommandOutput, SQSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { SQSServiceException as __BaseException } from "./SQSServiceException";
3
3
  /**
4
4
  * <p>The specified ID is invalid.</p>
@@ -5,14 +5,14 @@ import type { SQSClientConfig } from "./SQSClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  md5: false | import("@smithy/types").HashConstructor;
14
14
  region: string | import("@smithy/types").Provider<any>;
15
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
15
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -6,7 +6,7 @@ import type { SQSClientConfig } from "./SQSClient";
6
6
  */
7
7
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
8
8
  runtime: string;
9
- defaultsMode: import("@aws-sdk/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
+ defaultsMode: import("@aws-sdk/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
10
10
  authSchemePreference: string[] | import("@aws-sdk/types").Provider<string[]>;
11
11
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
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);
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
14
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
15
15
  md5: false | __HashConstructor;
16
16
  region: string | import("@aws-sdk/types").Provider<string>;
17
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
17
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
18
18
  retryMode: string | import("@aws-sdk/types").Provider<string>;
19
19
  sha256: __HashConstructor;
20
20
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { SQSClientConfig } from "./SQSClient";
5
5
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ 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
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_0Protocol;
11
11
  protocolSettings: {
@@ -33,7 +33,7 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
33
33
  retryMode: string | import("@smithy/types").Provider<string>;
34
34
  logger: import("@smithy/types").Logger;
35
35
  extensions: import("./runtimeExtensions").RuntimeExtension[];
36
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
36
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
37
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
38
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
39
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -10,25 +10,19 @@ import {
10
10
  UserAgentInputConfig,
11
11
  UserAgentResolvedConfig,
12
12
  } from "@aws-sdk/middleware-user-agent";
13
- import {
14
- RegionInputConfig,
15
- RegionResolvedConfig,
16
- } from "@smithy/config-resolver";
17
- import {
18
- EndpointInputConfig,
19
- EndpointResolvedConfig,
20
- } from "@smithy/middleware-endpoint";
21
- import {
22
- RetryInputConfig,
23
- RetryResolvedConfig,
24
- } from "@smithy/middleware-retry";
25
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
26
13
  import {
27
14
  DefaultsMode as __DefaultsMode,
28
15
  SmithyConfiguration as __SmithyConfiguration,
29
16
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
30
17
  Client as __Client,
31
- } from "@smithy/smithy-client";
18
+ } from "@smithy/core/client";
19
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
20
+ import {
21
+ EndpointInputConfig,
22
+ EndpointResolvedConfig,
23
+ } from "@smithy/core/endpoints";
24
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
25
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
32
26
  import {
33
27
  AwsCredentialIdentityProvider,
34
28
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { AddPermissionRequest } from "../models/models_0";
4
4
  import {
@@ -13,7 +13,7 @@ export interface AddPermissionCommandOutput extends __MetadataBearer {}
13
13
  declare const AddPermissionCommand_base: {
14
14
  new (
15
15
  input: AddPermissionCommandInput
16
- ): import("@smithy/smithy-client").CommandImpl<
16
+ ): import("@smithy/core/client").CommandImpl<
17
17
  AddPermissionCommandInput,
18
18
  AddPermissionCommandOutput,
19
19
  SQSClientResolvedConfig,
@@ -22,14 +22,16 @@ declare const AddPermissionCommand_base: {
22
22
  >;
23
23
  new (
24
24
  input: AddPermissionCommandInput
25
- ): import("@smithy/smithy-client").CommandImpl<
25
+ ): import("@smithy/core/client").CommandImpl<
26
26
  AddPermissionCommandInput,
27
27
  AddPermissionCommandOutput,
28
28
  SQSClientResolvedConfig,
29
29
  ServiceInputTypes,
30
30
  ServiceOutputTypes
31
31
  >;
32
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
+ getEndpointParameterInstructions(): {
33
+ [x: string]: unknown;
34
+ };
33
35
  };
34
36
  export declare class AddPermissionCommand extends AddPermissionCommand_base {
35
37
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CancelMessageMoveTaskRequest,
@@ -19,7 +19,7 @@ export interface CancelMessageMoveTaskCommandOutput
19
19
  declare const CancelMessageMoveTaskCommand_base: {
20
20
  new (
21
21
  input: CancelMessageMoveTaskCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CancelMessageMoveTaskCommandInput,
24
24
  CancelMessageMoveTaskCommandOutput,
25
25
  SQSClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CancelMessageMoveTaskCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CancelMessageMoveTaskCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CancelMessageMoveTaskCommandInput,
33
33
  CancelMessageMoveTaskCommandOutput,
34
34
  SQSClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CancelMessageMoveTaskCommand extends CancelMessageMoveTaskCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ChangeMessageVisibilityBatchRequest,
@@ -19,7 +19,7 @@ export interface ChangeMessageVisibilityBatchCommandOutput
19
19
  declare const ChangeMessageVisibilityBatchCommand_base: {
20
20
  new (
21
21
  input: ChangeMessageVisibilityBatchCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ChangeMessageVisibilityBatchCommandInput,
24
24
  ChangeMessageVisibilityBatchCommandOutput,
25
25
  SQSClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ChangeMessageVisibilityBatchCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: ChangeMessageVisibilityBatchCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ChangeMessageVisibilityBatchCommandInput,
33
33
  ChangeMessageVisibilityBatchCommandOutput,
34
34
  SQSClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ChangeMessageVisibilityBatchCommand extends ChangeMessageVisibilityBatchCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { ChangeMessageVisibilityRequest } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface ChangeMessageVisibilityCommandOutput
15
15
  declare const ChangeMessageVisibilityCommand_base: {
16
16
  new (
17
17
  input: ChangeMessageVisibilityCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  ChangeMessageVisibilityCommandInput,
20
20
  ChangeMessageVisibilityCommandOutput,
21
21
  SQSClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const ChangeMessageVisibilityCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: ChangeMessageVisibilityCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  ChangeMessageVisibilityCommandInput,
29
29
  ChangeMessageVisibilityCommandOutput,
30
30
  SQSClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class ChangeMessageVisibilityCommand extends ChangeMessageVisibilityCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { CreateQueueRequest, CreateQueueResult } from "../models/models_0";
4
4
  import {
@@ -15,7 +15,7 @@ export interface CreateQueueCommandOutput
15
15
  declare const CreateQueueCommand_base: {
16
16
  new (
17
17
  input: CreateQueueCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateQueueCommandInput,
20
20
  CreateQueueCommandOutput,
21
21
  SQSClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateQueueCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateQueueCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateQueueCommandInput,
29
29
  CreateQueueCommandOutput,
30
30
  SQSClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateQueueCommand extends CreateQueueCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  DeleteMessageBatchRequest,
@@ -19,7 +19,7 @@ export interface DeleteMessageBatchCommandOutput
19
19
  declare const DeleteMessageBatchCommand_base: {
20
20
  new (
21
21
  input: DeleteMessageBatchCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DeleteMessageBatchCommandInput,
24
24
  DeleteMessageBatchCommandOutput,
25
25
  SQSClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DeleteMessageBatchCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DeleteMessageBatchCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DeleteMessageBatchCommandInput,
33
33
  DeleteMessageBatchCommandOutput,
34
34
  SQSClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DeleteMessageBatchCommand extends DeleteMessageBatchCommand_base {
41
43
  protected static __types: {