@aws-sdk/client-sqs 3.362.0 → 3.369.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 (135) hide show
  1. package/dist-cjs/SQS.js +1 -1
  2. package/dist-cjs/SQSClient.js +5 -5
  3. package/dist-cjs/commands/AddPermissionCommand.js +3 -3
  4. package/dist-cjs/commands/CancelMessageMoveTaskCommand.js +3 -3
  5. package/dist-cjs/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
  6. package/dist-cjs/commands/ChangeMessageVisibilityCommand.js +3 -3
  7. package/dist-cjs/commands/CreateQueueCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteMessageBatchCommand.js +3 -3
  9. package/dist-cjs/commands/DeleteMessageCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteQueueCommand.js +3 -3
  11. package/dist-cjs/commands/GetQueueAttributesCommand.js +3 -3
  12. package/dist-cjs/commands/GetQueueUrlCommand.js +3 -3
  13. package/dist-cjs/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
  14. package/dist-cjs/commands/ListMessageMoveTasksCommand.js +3 -3
  15. package/dist-cjs/commands/ListQueueTagsCommand.js +3 -3
  16. package/dist-cjs/commands/ListQueuesCommand.js +3 -3
  17. package/dist-cjs/commands/PurgeQueueCommand.js +3 -3
  18. package/dist-cjs/commands/ReceiveMessageCommand.js +3 -3
  19. package/dist-cjs/commands/RemovePermissionCommand.js +3 -3
  20. package/dist-cjs/commands/SendMessageBatchCommand.js +3 -3
  21. package/dist-cjs/commands/SendMessageCommand.js +3 -3
  22. package/dist-cjs/commands/SetQueueAttributesCommand.js +3 -3
  23. package/dist-cjs/commands/StartMessageMoveTaskCommand.js +3 -3
  24. package/dist-cjs/commands/TagQueueCommand.js +3 -3
  25. package/dist-cjs/commands/UntagQueueCommand.js +3 -3
  26. package/dist-cjs/models/SQSServiceException.js +1 -1
  27. package/dist-cjs/protocols/Aws_query.js +1 -1
  28. package/dist-cjs/runtimeConfig.browser.js +8 -8
  29. package/dist-cjs/runtimeConfig.js +10 -10
  30. package/dist-cjs/runtimeConfig.shared.js +4 -4
  31. package/dist-es/SQS.js +1 -1
  32. package/dist-es/SQSClient.js +5 -5
  33. package/dist-es/commands/AddPermissionCommand.js +3 -3
  34. package/dist-es/commands/CancelMessageMoveTaskCommand.js +3 -3
  35. package/dist-es/commands/ChangeMessageVisibilityBatchCommand.js +3 -3
  36. package/dist-es/commands/ChangeMessageVisibilityCommand.js +3 -3
  37. package/dist-es/commands/CreateQueueCommand.js +3 -3
  38. package/dist-es/commands/DeleteMessageBatchCommand.js +3 -3
  39. package/dist-es/commands/DeleteMessageCommand.js +3 -3
  40. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  41. package/dist-es/commands/GetQueueAttributesCommand.js +3 -3
  42. package/dist-es/commands/GetQueueUrlCommand.js +3 -3
  43. package/dist-es/commands/ListDeadLetterSourceQueuesCommand.js +3 -3
  44. package/dist-es/commands/ListMessageMoveTasksCommand.js +3 -3
  45. package/dist-es/commands/ListQueueTagsCommand.js +3 -3
  46. package/dist-es/commands/ListQueuesCommand.js +3 -3
  47. package/dist-es/commands/PurgeQueueCommand.js +3 -3
  48. package/dist-es/commands/ReceiveMessageCommand.js +3 -3
  49. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  50. package/dist-es/commands/SendMessageBatchCommand.js +3 -3
  51. package/dist-es/commands/SendMessageCommand.js +3 -3
  52. package/dist-es/commands/SetQueueAttributesCommand.js +3 -3
  53. package/dist-es/commands/StartMessageMoveTaskCommand.js +3 -3
  54. package/dist-es/commands/TagQueueCommand.js +3 -3
  55. package/dist-es/commands/UntagQueueCommand.js +3 -3
  56. package/dist-es/models/SQSServiceException.js +1 -1
  57. package/dist-es/protocols/Aws_query.js +1 -1
  58. package/dist-es/runtimeConfig.browser.js +8 -8
  59. package/dist-es/runtimeConfig.js +10 -10
  60. package/dist-es/runtimeConfig.shared.js +4 -4
  61. package/dist-types/SQS.d.ts +1 -1
  62. package/dist-types/SQSClient.d.ts +8 -8
  63. package/dist-types/commands/AddPermissionCommand.d.ts +3 -3
  64. package/dist-types/commands/CancelMessageMoveTaskCommand.d.ts +3 -3
  65. package/dist-types/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -3
  66. package/dist-types/commands/ChangeMessageVisibilityCommand.d.ts +3 -3
  67. package/dist-types/commands/CreateQueueCommand.d.ts +3 -3
  68. package/dist-types/commands/DeleteMessageBatchCommand.d.ts +3 -3
  69. package/dist-types/commands/DeleteMessageCommand.d.ts +3 -3
  70. package/dist-types/commands/DeleteQueueCommand.d.ts +3 -3
  71. package/dist-types/commands/GetQueueAttributesCommand.d.ts +3 -3
  72. package/dist-types/commands/GetQueueUrlCommand.d.ts +3 -3
  73. package/dist-types/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -3
  74. package/dist-types/commands/ListMessageMoveTasksCommand.d.ts +3 -3
  75. package/dist-types/commands/ListQueueTagsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListQueuesCommand.d.ts +3 -3
  77. package/dist-types/commands/PurgeQueueCommand.d.ts +3 -3
  78. package/dist-types/commands/ReceiveMessageCommand.d.ts +3 -3
  79. package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
  80. package/dist-types/commands/SendMessageBatchCommand.d.ts +3 -3
  81. package/dist-types/commands/SendMessageCommand.d.ts +3 -3
  82. package/dist-types/commands/SetQueueAttributesCommand.d.ts +3 -3
  83. package/dist-types/commands/StartMessageMoveTaskCommand.d.ts +3 -3
  84. package/dist-types/commands/TagQueueCommand.d.ts +3 -3
  85. package/dist-types/commands/UntagQueueCommand.d.ts +3 -3
  86. package/dist-types/endpoint/EndpointParameters.d.ts +1 -2
  87. package/dist-types/endpoint/endpointResolver.d.ts +1 -1
  88. package/dist-types/endpoint/ruleset.d.ts +1 -1
  89. package/dist-types/models/SQSServiceException.d.ts +1 -1
  90. package/dist-types/models/models_0.d.ts +1 -1
  91. package/dist-types/pagination/Interfaces.d.ts +1 -1
  92. package/dist-types/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListQueuesPaginator.d.ts +1 -1
  94. package/dist-types/runtimeConfig.browser.d.ts +21 -21
  95. package/dist-types/runtimeConfig.d.ts +20 -20
  96. package/dist-types/runtimeConfig.native.d.ts +20 -20
  97. package/dist-types/runtimeConfig.shared.d.ts +4 -4
  98. package/dist-types/ts3.4/SQS.d.ts +1 -1
  99. package/dist-types/ts3.4/SQSClient.d.ts +19 -21
  100. package/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +3 -3
  101. package/dist-types/ts3.4/commands/CancelMessageMoveTaskCommand.d.ts +3 -3
  102. package/dist-types/ts3.4/commands/ChangeMessageVisibilityBatchCommand.d.ts +3 -3
  103. package/dist-types/ts3.4/commands/ChangeMessageVisibilityCommand.d.ts +3 -3
  104. package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +3 -3
  105. package/dist-types/ts3.4/commands/DeleteMessageBatchCommand.d.ts +3 -3
  106. package/dist-types/ts3.4/commands/DeleteMessageCommand.d.ts +3 -3
  107. package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +3 -3
  108. package/dist-types/ts3.4/commands/GetQueueAttributesCommand.d.ts +3 -3
  109. package/dist-types/ts3.4/commands/GetQueueUrlCommand.d.ts +3 -3
  110. package/dist-types/ts3.4/commands/ListDeadLetterSourceQueuesCommand.d.ts +3 -3
  111. package/dist-types/ts3.4/commands/ListMessageMoveTasksCommand.d.ts +3 -3
  112. package/dist-types/ts3.4/commands/ListQueueTagsCommand.d.ts +3 -3
  113. package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +3 -3
  114. package/dist-types/ts3.4/commands/PurgeQueueCommand.d.ts +3 -3
  115. package/dist-types/ts3.4/commands/ReceiveMessageCommand.d.ts +3 -3
  116. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +3 -3
  117. package/dist-types/ts3.4/commands/SendMessageBatchCommand.d.ts +3 -3
  118. package/dist-types/ts3.4/commands/SendMessageCommand.d.ts +3 -3
  119. package/dist-types/ts3.4/commands/SetQueueAttributesCommand.d.ts +3 -3
  120. package/dist-types/ts3.4/commands/StartMessageMoveTaskCommand.d.ts +3 -3
  121. package/dist-types/ts3.4/commands/TagQueueCommand.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/UntagQueueCommand.d.ts +3 -3
  123. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -2
  124. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  125. package/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  126. package/dist-types/ts3.4/models/SQSServiceException.d.ts +1 -1
  127. package/dist-types/ts3.4/models/models_0.d.ts +1 -1
  128. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -1
  129. package/dist-types/ts3.4/pagination/ListDeadLetterSourceQueuesPaginator.d.ts +1 -1
  130. package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +1 -1
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +36 -41
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +35 -37
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +34 -39
  134. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
  135. package/package.json +36 -35
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { SendMessageRequest, SendMessageResult } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { SetQueueAttributesRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import {
10
10
  StartMessageMoveTaskRequest,
11
11
  StartMessageMoveTaskResult,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { TagQueueRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,11 +1,11 @@
1
- import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
- import { Command as $Command } from "@aws-sdk/smithy-client";
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
3
  import {
4
4
  Handler,
5
5
  HttpHandlerOptions as __HttpHandlerOptions,
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
- } from "@aws-sdk/types";
8
+ } from "@smithy/types";
9
9
  import { UntagQueueRequest } from "../models/models_0";
10
10
  import {
11
11
  ServiceInputTypes,
@@ -1,8 +1,9 @@
1
1
  import {
2
+ Endpoint,
2
3
  EndpointParameters as __EndpointParameters,
3
4
  EndpointV2,
4
- } from "@aws-sdk/types";
5
- import { Endpoint, Provider } from "@smithy/types";
5
+ Provider,
6
+ } from "@smithy/types";
6
7
  export interface ClientInputEndpointParameters {
7
8
  region?: string | Provider<string>;
8
9
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -1,4 +1,4 @@
1
- import { EndpointV2, Logger } from "@aws-sdk/types";
1
+ import { EndpointV2, Logger } from "@smithy/types";
2
2
  import { EndpointParameters } from "./EndpointParameters";
3
3
  export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
@@ -1,2 +1,2 @@
1
- import { RuleSetObject } from "@aws-sdk/util-endpoints";
1
+ import { RuleSetObject } from "@smithy/types";
2
2
  export declare const ruleSet: RuleSetObject;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
- } from "@aws-sdk/smithy-client";
4
+ } from "@smithy/smithy-client";
5
5
  export { __ServiceException, __ServiceExceptionOptions };
6
6
  export declare class SQSServiceException extends __ServiceException {
7
7
  constructor(options: __ServiceExceptionOptions);
@@ -1,4 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { SQSServiceException as __BaseException } from "./SQSServiceException";
3
3
  export interface AddPermissionRequest {
4
4
  QueueUrl: string | undefined;
@@ -1,4 +1,4 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
1
+ import { PaginationConfiguration } from "@smithy/types";
2
2
  import { SQSClient } from "../SQSClient";
3
3
  export interface SQSPaginationConfiguration extends PaginationConfiguration {
4
4
  client: SQSClient;
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListDeadLetterSourceQueuesCommandInput,
4
4
  ListDeadLetterSourceQueuesCommandOutput,
@@ -1,4 +1,4 @@
1
- import { Paginator } from "@aws-sdk/types";
1
+ import { Paginator } from "@smithy/types";
2
2
  import {
3
3
  ListQueuesCommandInput,
4
4
  ListQueuesCommandOutput,
@@ -1,95 +1,90 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { SQSClientConfig } from "./SQSClient";
3
3
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
4
4
  runtime: string;
5
- defaultsMode: import("@aws-sdk/types").Provider<
6
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
5
+ defaultsMode: import("@smithy/types").Provider<
6
+ import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
8
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider: (
10
10
  input: any
11
11
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
13
- import("@aws-sdk/types").UserAgent
12
+ defaultUserAgentProvider: import("@smithy/types").Provider<
13
+ import("@smithy/types").UserAgent
14
14
  >;
15
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
16
- (number | import("@aws-sdk/types").Provider<number>);
17
- md5: import("@aws-sdk/types").HashConstructor;
18
- region: string | import("@aws-sdk/types").Provider<any>;
15
+ maxAttempts: number | import("@smithy/types").Provider<number>;
16
+ md5: import("@smithy/types").HashConstructor;
17
+ region: string | import("@smithy/types").Provider<any>;
19
18
  requestHandler:
20
- | (import("@aws-sdk/types").RequestHandler<
19
+ | (import("@smithy/types").RequestHandler<
21
20
  any,
22
21
  any,
23
- import("@aws-sdk/types").HttpHandlerOptions
22
+ import("@smithy/types").HttpHandlerOptions
24
23
  > &
25
24
  import("@smithy/protocol-http").HttpHandler)
26
25
  | RequestHandler;
27
26
  retryMode: string | import("@smithy/types").Provider<string>;
28
- sha256: import("@aws-sdk/types").HashConstructor;
27
+ sha256: import("@smithy/types").HashConstructor;
29
28
  streamCollector: import("@smithy/types").StreamCollector;
30
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
31
- (boolean | import("@aws-sdk/types").Provider<boolean>);
32
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
- (boolean | import("@aws-sdk/types").Provider<boolean>);
29
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
30
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
31
  apiVersion: string;
35
- urlParser: import("@aws-sdk/types").UrlParser;
32
+ urlParser: import("@smithy/types").UrlParser;
36
33
  base64Decoder: import("@smithy/types").Decoder;
37
34
  base64Encoder: import("@smithy/types").Encoder;
38
35
  utf8Decoder: import("@smithy/types").Decoder;
39
36
  utf8Encoder: import("@smithy/types").Encoder;
40
37
  disableHostPrefix: boolean;
41
38
  serviceId: string;
42
- logger: import("@aws-sdk/types").Logger;
39
+ logger: import("@smithy/types").Logger;
43
40
  endpoint?:
44
41
  | ((
45
42
  | string
46
- | import("@aws-sdk/types").Endpoint
47
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
48
- | import("@aws-sdk/types").EndpointV2
49
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
43
+ | import("@smithy/types").Endpoint
44
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
45
+ | import("@smithy/types").EndpointV2
46
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
50
47
  ) &
51
48
  (
52
49
  | string
53
50
  | import("@smithy/types").Provider<string>
54
51
  | import("@smithy/types").Endpoint
55
52
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@aws-sdk/types").EndpointV2
57
- | import("@smithy/types").Provider<
58
- import("@aws-sdk/types").EndpointV2
59
- >
53
+ | import("@smithy/types").EndpointV2
54
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
60
55
  ))
61
56
  | undefined;
62
57
  endpointProvider: (
63
58
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
64
59
  context?: {
65
- logger?: import("@aws-sdk/types").Logger | undefined;
60
+ logger?: import("@smithy/types").Logger | undefined;
66
61
  }
67
- ) => import("@aws-sdk/types").EndpointV2;
62
+ ) => import("@smithy/types").EndpointV2;
68
63
  tls?: boolean | undefined;
69
64
  retryStrategy?:
70
- | import("@aws-sdk/types").RetryStrategy
71
- | import("@aws-sdk/types").RetryStrategyV2
65
+ | import("@smithy/types").RetryStrategy
66
+ | import("@smithy/types").RetryStrategyV2
72
67
  | undefined;
73
68
  credentials?:
74
- | import("@aws-sdk/types").AwsCredentialIdentity
75
- | import("@aws-sdk/types").Provider<
76
- import("@aws-sdk/types").AwsCredentialIdentity
69
+ | import("@smithy/types").AwsCredentialIdentity
70
+ | import("@smithy/types").Provider<
71
+ import("@smithy/types").AwsCredentialIdentity
77
72
  >
78
73
  | undefined;
79
74
  signer?:
80
- | import("@aws-sdk/types").RequestSigner
75
+ | import("@smithy/types").RequestSigner
81
76
  | ((
82
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
83
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
77
+ authScheme?: import("@smithy/types").AuthScheme | undefined
78
+ ) => Promise<import("@smithy/types").RequestSigner>)
84
79
  | undefined;
85
80
  signingEscapePath?: boolean | undefined;
86
81
  systemClockOffset?: number | undefined;
87
82
  signingRegion?: string | undefined;
88
83
  signerConstructor?:
89
84
  | (new (
90
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
91
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
92
- ) => import("@aws-sdk/types").RequestSigner)
85
+ options: import("@smithy/signature-v4").SignatureV4Init &
86
+ import("@smithy/signature-v4").SignatureV4CryptoInit
87
+ ) => import("@smithy/types").RequestSigner)
93
88
  | undefined;
94
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
89
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
95
90
  };
@@ -1,93 +1,91 @@
1
- import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
- import { HashConstructor as __HashConstructor } from "@aws-sdk/types";
1
+ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
+ import { HashConstructor as __HashConstructor } from "@smithy/types";
3
3
  import { SQSClientConfig } from "./SQSClient";
4
4
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
5
5
  runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<
7
- import("@aws-sdk/smithy-client").ResolvedDefaultsMode
6
+ defaultsMode: import("@smithy/types").Provider<
7
+ import("@smithy/smithy-client").ResolvedDefaultsMode
8
8
  >;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
9
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: (
11
11
  input: any
12
12
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
13
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
14
- import("@aws-sdk/types").UserAgent
13
+ defaultUserAgentProvider: import("@smithy/types").Provider<
14
+ import("@smithy/types").UserAgent
15
15
  >;
16
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
16
+ maxAttempts: number | import("@smithy/types").Provider<number>;
17
17
  md5: __HashConstructor;
18
- region: string | import("@aws-sdk/types").Provider<string>;
18
+ region: string | import("@smithy/types").Provider<string>;
19
19
  requestHandler:
20
- | (import("@aws-sdk/types").RequestHandler<
20
+ | (import("@smithy/types").RequestHandler<
21
21
  any,
22
22
  any,
23
- import("@aws-sdk/types").HttpHandlerOptions
23
+ import("@smithy/types").HttpHandlerOptions
24
24
  > &
25
25
  import("@smithy/protocol-http").HttpHandler)
26
26
  | RequestHandler;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  sha256: __HashConstructor;
29
29
  streamCollector: import("@smithy/types").StreamCollector;
30
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
30
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
32
  apiVersion: string;
33
- urlParser: import("@aws-sdk/types").UrlParser;
33
+ urlParser: import("@smithy/types").UrlParser;
34
34
  base64Decoder: import("@smithy/types").Decoder;
35
35
  base64Encoder: import("@smithy/types").Encoder;
36
36
  utf8Decoder: import("@smithy/types").Decoder;
37
37
  utf8Encoder: import("@smithy/types").Encoder;
38
38
  disableHostPrefix: boolean;
39
39
  serviceId: string;
40
- logger: import("@aws-sdk/types").Logger;
40
+ logger: import("@smithy/types").Logger;
41
41
  endpoint?:
42
42
  | ((
43
43
  | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
- | import("@aws-sdk/types").EndpointV2
47
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
44
+ | import("@smithy/types").Endpoint
45
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
46
+ | import("@smithy/types").EndpointV2
47
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
48
48
  ) &
49
49
  (
50
50
  | string
51
51
  | import("@smithy/types").Provider<string>
52
52
  | import("@smithy/types").Endpoint
53
53
  | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
54
- | import("@aws-sdk/types").EndpointV2
55
- | import("@smithy/types").Provider<
56
- import("@aws-sdk/types").EndpointV2
57
- >
54
+ | import("@smithy/types").EndpointV2
55
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
58
56
  ))
59
57
  | undefined;
60
58
  endpointProvider: (
61
59
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
62
60
  context?: {
63
- logger?: import("@aws-sdk/types").Logger | undefined;
61
+ logger?: import("@smithy/types").Logger | undefined;
64
62
  }
65
- ) => import("@aws-sdk/types").EndpointV2;
63
+ ) => import("@smithy/types").EndpointV2;
66
64
  tls?: boolean | undefined;
67
65
  retryStrategy?:
68
- | import("@aws-sdk/types").RetryStrategy
69
- | import("@aws-sdk/types").RetryStrategyV2
66
+ | import("@smithy/types").RetryStrategy
67
+ | import("@smithy/types").RetryStrategyV2
70
68
  | undefined;
71
69
  credentials?:
72
- | import("@aws-sdk/types").AwsCredentialIdentity
73
- | import("@aws-sdk/types").Provider<
74
- import("@aws-sdk/types").AwsCredentialIdentity
70
+ | import("@smithy/types").AwsCredentialIdentity
71
+ | import("@smithy/types").Provider<
72
+ import("@smithy/types").AwsCredentialIdentity
75
73
  >
76
74
  | undefined;
77
75
  signer?:
78
- | import("@aws-sdk/types").RequestSigner
76
+ | import("@smithy/types").RequestSigner
79
77
  | ((
80
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
81
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
78
+ authScheme?: import("@smithy/types").AuthScheme | undefined
79
+ ) => Promise<import("@smithy/types").RequestSigner>)
82
80
  | undefined;
83
81
  signingEscapePath?: boolean | undefined;
84
82
  systemClockOffset?: number | undefined;
85
83
  signingRegion?: string | undefined;
86
84
  signerConstructor?:
87
85
  | (new (
88
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
89
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
90
- ) => import("@aws-sdk/types").RequestSigner)
86
+ options: import("@smithy/signature-v4").SignatureV4Init &
87
+ import("@smithy/signature-v4").SignatureV4CryptoInit
88
+ ) => import("@smithy/types").RequestSigner)
91
89
  | undefined;
92
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
90
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
93
91
  };
@@ -1,18 +1,18 @@
1
1
  import { SQSClientConfig } from "./SQSClient";
2
2
  export declare const getRuntimeConfig: (config: SQSClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@aws-sdk/types").HashConstructor;
4
+ sha256: import("@smithy/types").HashConstructor;
5
5
  requestHandler:
6
- | (import("@aws-sdk/types").RequestHandler<
6
+ | (import("@smithy/types").RequestHandler<
7
7
  any,
8
8
  any,
9
- import("@aws-sdk/types").HttpHandlerOptions
9
+ import("@smithy/types").HttpHandlerOptions
10
10
  > &
11
11
  import("@smithy/protocol-http").HttpHandler)
12
- | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
12
+ | import("@smithy/fetch-http-handler").FetchHttpHandler;
13
13
  apiVersion: string;
14
- urlParser: import("@aws-sdk/types").UrlParser;
15
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
14
+ urlParser: import("@smithy/types").UrlParser;
15
+ bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
16
16
  streamCollector: import("@smithy/types").StreamCollector;
17
17
  base64Decoder: import("@smithy/types").Decoder;
18
18
  base64Encoder: import("@smithy/types").Encoder;
@@ -20,67 +20,62 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
20
20
  utf8Encoder: import("@smithy/types").Encoder;
21
21
  disableHostPrefix: boolean;
22
22
  serviceId: string;
23
- useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
24
- (boolean | import("@aws-sdk/types").Provider<boolean>);
25
- useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
26
- (boolean | import("@aws-sdk/types").Provider<boolean>);
27
- region: string | import("@aws-sdk/types").Provider<any>;
23
+ useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
+ useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
28
26
  credentialDefaultProvider: (
29
27
  input: any
30
28
  ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
31
- md5: import("@aws-sdk/types").HashConstructor;
32
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<
33
- import("@aws-sdk/types").UserAgent
29
+ md5: import("@smithy/types").HashConstructor;
30
+ defaultUserAgentProvider: import("@smithy/types").Provider<
31
+ import("@smithy/types").UserAgent
34
32
  >;
35
- maxAttempts: (number | import("@smithy/types").Provider<number>) &
36
- (number | import("@aws-sdk/types").Provider<number>);
33
+ maxAttempts: number | import("@smithy/types").Provider<number>;
37
34
  retryMode: string | import("@smithy/types").Provider<string>;
38
- logger: import("@aws-sdk/types").Logger;
35
+ logger: import("@smithy/types").Logger;
39
36
  defaultsMode:
40
- | import("@aws-sdk/smithy-client").DefaultsMode
37
+ | import("@smithy/smithy-client").DefaultsMode
41
38
  | import("@smithy/types").Provider<
42
- import("@aws-sdk/smithy-client").DefaultsMode
39
+ import("@smithy/smithy-client").DefaultsMode
43
40
  >;
44
41
  endpoint?:
45
42
  | string
46
- | import("@aws-sdk/types").EndpointV2
47
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
48
- import("@smithy/types").Provider<import("@smithy/types").Endpoint>)
49
- | (import("@aws-sdk/types").Endpoint & import("@smithy/types").Endpoint)
50
- | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
51
- import("@smithy/types").Provider<import("@aws-sdk/types").EndpointV2>)
43
+ | import("@smithy/types").Endpoint
44
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
45
+ | import("@smithy/types").EndpointV2
46
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
52
47
  | undefined;
53
48
  endpointProvider: (
54
49
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
55
50
  context?: {
56
- logger?: import("@aws-sdk/types").Logger | undefined;
51
+ logger?: import("@smithy/types").Logger | undefined;
57
52
  }
58
- ) => import("@aws-sdk/types").EndpointV2;
53
+ ) => import("@smithy/types").EndpointV2;
59
54
  tls?: boolean | undefined;
60
55
  retryStrategy?:
61
- | import("@aws-sdk/types").RetryStrategy
62
- | import("@aws-sdk/types").RetryStrategyV2
56
+ | import("@smithy/types").RetryStrategy
57
+ | import("@smithy/types").RetryStrategyV2
63
58
  | undefined;
64
59
  credentials?:
65
- | import("@aws-sdk/types").AwsCredentialIdentity
66
- | import("@aws-sdk/types").Provider<
67
- import("@aws-sdk/types").AwsCredentialIdentity
60
+ | import("@smithy/types").AwsCredentialIdentity
61
+ | import("@smithy/types").Provider<
62
+ import("@smithy/types").AwsCredentialIdentity
68
63
  >
69
64
  | undefined;
70
65
  signer?:
71
- | import("@aws-sdk/types").RequestSigner
66
+ | import("@smithy/types").RequestSigner
72
67
  | ((
73
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
74
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
68
+ authScheme?: import("@smithy/types").AuthScheme | undefined
69
+ ) => Promise<import("@smithy/types").RequestSigner>)
75
70
  | undefined;
76
71
  signingEscapePath?: boolean | undefined;
77
72
  systemClockOffset?: number | undefined;
78
73
  signingRegion?: string | undefined;
79
74
  signerConstructor?:
80
75
  | (new (
81
- options: import("@aws-sdk/signature-v4").SignatureV4Init &
82
- import("@aws-sdk/signature-v4").SignatureV4CryptoInit
83
- ) => import("@aws-sdk/types").RequestSigner)
76
+ options: import("@smithy/signature-v4").SignatureV4Init &
77
+ import("@smithy/signature-v4").SignatureV4CryptoInit
78
+ ) => import("@smithy/types").RequestSigner)
84
79
  | undefined;
85
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
80
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
86
81
  };
@@ -7,12 +7,12 @@ export declare const getRuntimeConfig: (config: SQSClientConfig) => {
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
9
9
  context?: {
10
- logger?: import("@aws-sdk/types").Logger | undefined;
10
+ logger?: import("@smithy/types").Logger | undefined;
11
11
  }
12
- ) => import("@aws-sdk/types").EndpointV2;
13
- logger: import("@aws-sdk/types").Logger;
12
+ ) => import("@smithy/types").EndpointV2;
13
+ logger: import("@smithy/types").Logger;
14
14
  serviceId: string;
15
- urlParser: import("@aws-sdk/types").UrlParser;
15
+ urlParser: import("@smithy/types").UrlParser;
16
16
  utf8Decoder: import("@smithy/types").Decoder;
17
17
  utf8Encoder: import("@smithy/types").Encoder;
18
18
  };