@aws-sdk/client-shield 3.193.0 → 3.195.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 (176) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/ShieldClient.js +11 -8
  3. package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +10 -0
  4. package/dist-cjs/commands/AssociateDRTRoleCommand.js +10 -0
  5. package/dist-cjs/commands/AssociateHealthCheckCommand.js +10 -0
  6. package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +10 -0
  7. package/dist-cjs/commands/CreateProtectionCommand.js +10 -0
  8. package/dist-cjs/commands/CreateProtectionGroupCommand.js +10 -0
  9. package/dist-cjs/commands/CreateSubscriptionCommand.js +10 -0
  10. package/dist-cjs/commands/DeleteProtectionCommand.js +10 -0
  11. package/dist-cjs/commands/DeleteProtectionGroupCommand.js +10 -0
  12. package/dist-cjs/commands/DeleteSubscriptionCommand.js +10 -0
  13. package/dist-cjs/commands/DescribeAttackCommand.js +10 -0
  14. package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +10 -0
  15. package/dist-cjs/commands/DescribeDRTAccessCommand.js +10 -0
  16. package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +10 -0
  17. package/dist-cjs/commands/DescribeProtectionCommand.js +10 -0
  18. package/dist-cjs/commands/DescribeProtectionGroupCommand.js +10 -0
  19. package/dist-cjs/commands/DescribeSubscriptionCommand.js +10 -0
  20. package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +10 -0
  21. package/dist-cjs/commands/DisableProactiveEngagementCommand.js +10 -0
  22. package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +10 -0
  23. package/dist-cjs/commands/DisassociateDRTRoleCommand.js +10 -0
  24. package/dist-cjs/commands/DisassociateHealthCheckCommand.js +10 -0
  25. package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +10 -0
  26. package/dist-cjs/commands/EnableProactiveEngagementCommand.js +10 -0
  27. package/dist-cjs/commands/GetSubscriptionStateCommand.js +10 -0
  28. package/dist-cjs/commands/ListAttacksCommand.js +10 -0
  29. package/dist-cjs/commands/ListProtectionGroupsCommand.js +10 -0
  30. package/dist-cjs/commands/ListProtectionsCommand.js +10 -0
  31. package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +10 -0
  32. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  33. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  34. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  35. package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +10 -0
  36. package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +10 -0
  37. package/dist-cjs/commands/UpdateProtectionGroupCommand.js +10 -0
  38. package/dist-cjs/commands/UpdateSubscriptionCommand.js +10 -0
  39. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  40. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  41. package/dist-cjs/endpoint/ruleset.js +613 -0
  42. package/dist-cjs/runtimeConfig.shared.js +3 -3
  43. package/dist-es/ShieldClient.js +12 -9
  44. package/dist-es/commands/AssociateDRTLogBucketCommand.js +10 -0
  45. package/dist-es/commands/AssociateDRTRoleCommand.js +10 -0
  46. package/dist-es/commands/AssociateHealthCheckCommand.js +10 -0
  47. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +10 -0
  48. package/dist-es/commands/CreateProtectionCommand.js +10 -0
  49. package/dist-es/commands/CreateProtectionGroupCommand.js +10 -0
  50. package/dist-es/commands/CreateSubscriptionCommand.js +10 -0
  51. package/dist-es/commands/DeleteProtectionCommand.js +10 -0
  52. package/dist-es/commands/DeleteProtectionGroupCommand.js +10 -0
  53. package/dist-es/commands/DeleteSubscriptionCommand.js +10 -0
  54. package/dist-es/commands/DescribeAttackCommand.js +10 -0
  55. package/dist-es/commands/DescribeAttackStatisticsCommand.js +10 -0
  56. package/dist-es/commands/DescribeDRTAccessCommand.js +10 -0
  57. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +10 -0
  58. package/dist-es/commands/DescribeProtectionCommand.js +10 -0
  59. package/dist-es/commands/DescribeProtectionGroupCommand.js +10 -0
  60. package/dist-es/commands/DescribeSubscriptionCommand.js +10 -0
  61. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +10 -0
  62. package/dist-es/commands/DisableProactiveEngagementCommand.js +10 -0
  63. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +10 -0
  64. package/dist-es/commands/DisassociateDRTRoleCommand.js +10 -0
  65. package/dist-es/commands/DisassociateHealthCheckCommand.js +10 -0
  66. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +10 -0
  67. package/dist-es/commands/EnableProactiveEngagementCommand.js +10 -0
  68. package/dist-es/commands/GetSubscriptionStateCommand.js +10 -0
  69. package/dist-es/commands/ListAttacksCommand.js +10 -0
  70. package/dist-es/commands/ListProtectionGroupsCommand.js +10 -0
  71. package/dist-es/commands/ListProtectionsCommand.js +10 -0
  72. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +10 -0
  73. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  74. package/dist-es/commands/TagResourceCommand.js +10 -0
  75. package/dist-es/commands/UntagResourceCommand.js +10 -0
  76. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +10 -0
  77. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +10 -0
  78. package/dist-es/commands/UpdateProtectionGroupCommand.js +10 -0
  79. package/dist-es/commands/UpdateSubscriptionCommand.js +10 -0
  80. package/dist-es/endpoint/EndpointParameters.js +8 -0
  81. package/dist-es/endpoint/endpointResolver.js +8 -0
  82. package/dist-es/endpoint/ruleset.js +610 -0
  83. package/dist-es/runtimeConfig.shared.js +2 -2
  84. package/dist-types/ShieldClient.d.ts +6 -9
  85. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +2 -0
  86. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +2 -0
  87. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +2 -0
  88. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -0
  89. package/dist-types/commands/CreateProtectionCommand.d.ts +2 -0
  90. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +2 -0
  91. package/dist-types/commands/CreateSubscriptionCommand.d.ts +2 -0
  92. package/dist-types/commands/DeleteProtectionCommand.d.ts +2 -0
  93. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +2 -0
  94. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +2 -0
  95. package/dist-types/commands/DescribeAttackCommand.d.ts +2 -0
  96. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +2 -0
  97. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +2 -0
  98. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -0
  99. package/dist-types/commands/DescribeProtectionCommand.d.ts +2 -0
  100. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +2 -0
  101. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +2 -0
  102. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  103. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +2 -0
  104. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +2 -0
  105. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +2 -0
  106. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +2 -0
  107. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  108. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +2 -0
  109. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +2 -0
  110. package/dist-types/commands/ListAttacksCommand.d.ts +2 -0
  111. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -0
  112. package/dist-types/commands/ListProtectionsCommand.d.ts +2 -0
  113. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -0
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  115. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  116. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  117. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  118. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -0
  119. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +2 -0
  120. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +2 -0
  121. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  122. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  123. package/dist-types/endpoint/ruleset.d.ts +2 -0
  124. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  125. package/dist-types/runtimeConfig.d.ts +4 -2
  126. package/dist-types/runtimeConfig.native.d.ts +4 -2
  127. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  128. package/dist-types/ts3.4/ShieldClient.d.ts +15 -8
  129. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +2 -0
  130. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +2 -0
  131. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +2 -0
  132. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +2 -0
  133. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +2 -0
  134. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +2 -0
  135. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +2 -0
  136. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +2 -0
  137. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +2 -0
  138. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +2 -0
  139. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +2 -0
  140. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +2 -0
  141. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +2 -0
  142. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +2 -0
  143. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +2 -0
  144. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  166. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  167. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  168. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  169. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  170. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  171. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  172. package/package.json +4 -2
  173. package/dist-cjs/endpoints.js +0 -149
  174. package/dist-es/endpoints.js +0 -145
  175. package/dist-types/endpoints.d.ts +0 -2
  176. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -186,6 +187,11 @@ import {
186
187
  UpdateSubscriptionCommandInput,
187
188
  UpdateSubscriptionCommandOutput,
188
189
  } from "./commands/UpdateSubscriptionCommand";
190
+ import {
191
+ ClientInputEndpointParameters,
192
+ ClientResolvedEndpointParameters,
193
+ EndpointParameters,
194
+ } from "./endpoint/EndpointParameters";
189
195
  export declare type ServiceInputTypes =
190
196
  | AssociateDRTLogBucketCommandInput
191
197
  | AssociateDRTRoleCommandInput
@@ -281,7 +287,6 @@ export interface ClientDefaults
281
287
  serviceId?: string;
282
288
  region?: string | __Provider<string>;
283
289
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
284
- regionInfoProvider?: RegionInfoProvider;
285
290
  defaultUserAgentProvider?: Provider<__UserAgent>;
286
291
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
287
292
  }
@@ -290,21 +295,23 @@ declare type ShieldClientConfigType = Partial<
290
295
  > &
291
296
  ClientDefaults &
292
297
  RegionInputConfig &
293
- EndpointsInputConfig &
298
+ EndpointInputConfig<EndpointParameters> &
294
299
  RetryInputConfig &
295
300
  HostHeaderInputConfig &
296
301
  AwsAuthInputConfig &
297
- UserAgentInputConfig;
302
+ UserAgentInputConfig &
303
+ ClientInputEndpointParameters;
298
304
  export interface ShieldClientConfig extends ShieldClientConfigType {}
299
305
  declare type ShieldClientResolvedConfigType =
300
306
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
301
307
  Required<ClientDefaults> &
302
308
  RegionResolvedConfig &
303
- EndpointsResolvedConfig &
309
+ EndpointResolvedConfig<EndpointParameters> &
304
310
  RetryResolvedConfig &
305
311
  HostHeaderResolvedConfig &
306
312
  AwsAuthResolvedConfig &
307
- UserAgentResolvedConfig;
313
+ UserAgentResolvedConfig &
314
+ ClientResolvedEndpointParameters;
308
315
  export interface ShieldClientResolvedConfig
309
316
  extends ShieldClientResolvedConfigType {}
310
317
  export declare class ShieldClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateDRTLogBucketCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateDRTLogBucketCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateDRTLogBucketCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class AssociateDRTRoleCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: AssociateDRTRoleCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: AssociateDRTRoleCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateHealthCheckCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateHealthCheckCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateHealthCheckCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AssociateProactiveEngagementDetailsCommand extends $Command
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: AssociateProactiveEngagementDetailsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AssociateProactiveEngagementDetailsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateProtectionCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateProtectionCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateProtectionCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateProtectionGroupCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProtectionGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class CreateSubscriptionCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: CreateSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateSubscriptionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteProtectionCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteProtectionCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteProtectionCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteProtectionGroupCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteProtectionGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DeleteSubscriptionCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DeleteSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteSubscriptionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DescribeAttackCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: DescribeAttackCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DescribeAttackCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeAttackStatisticsCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeAttackStatisticsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAttackStatisticsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeDRTAccessCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeDRTAccessCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeDRTAccessCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeEmergencyContactSettingsCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeEmergencyContactSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeEmergencyContactSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeProtectionCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeProtectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeProtectionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeProtectionGroupCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeProtectionGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeSubscriptionCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeSubscriptionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisableApplicationLayerAutomaticResponseCommand extends $Co
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisableProactiveEngagementCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisableProactiveEngagementCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisableProactiveEngagementCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateDRTLogBucketCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateDRTLogBucketCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateDRTLogBucketCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateDRTRoleCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateDRTRoleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateDRTRoleCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DisassociateHealthCheckCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: DisassociateHealthCheckCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateHealthCheckCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class EnableApplicationLayerAutomaticResponseCommand extends $Com
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class EnableProactiveEngagementCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: EnableProactiveEngagementCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: EnableProactiveEngagementCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class GetSubscriptionStateCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: GetSubscriptionStateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetSubscriptionStateCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListAttacksCommand extends $Command<
21
22
  ShieldClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListAttacksCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListAttacksCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListProtectionGroupsCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListProtectionGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListProtectionGroupsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListProtectionsCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListProtectionsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListProtectionsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListResourcesInProtectionGroupCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListResourcesInProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListResourcesInProtectionGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  ShieldClientResolvedConfig
22
23
  > {
23
24
  readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: TagResourceCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
24
25
  ShieldClientResolvedConfig
25
26
  > {
26
27
  readonly input: UntagResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UntagResourceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Com
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateEmergencyContactSettingsCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateEmergencyContactSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEmergencyContactSettingsCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateProtectionGroupCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateProtectionGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateSubscriptionCommand extends $Command<
25
26
  ShieldClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateSubscriptionCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -36,12 +36,22 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
36
36
  disableHostPrefix: boolean;
37
37
  logger: import("@aws-sdk/types").Logger;
38
38
  serviceId: string;
39
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
40
39
  endpoint?:
41
- | string
42
- | import("@aws-sdk/types").Endpoint
43
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
40
+ | ((
41
+ | string
42
+ | import("@aws-sdk/types").Endpoint
43
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | import("@aws-sdk/types").EndpointV2
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
46
+ ) &
47
+ (string | import("@aws-sdk/types").Provider<string>))
44
48
  | undefined;
49
+ endpointProvider: (
50
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
51
+ context?: {
52
+ logger?: import("@aws-sdk/types").Logger | undefined;
53
+ }
54
+ ) => import("@aws-sdk/types").EndpointV2;
45
55
  tls?: boolean | undefined;
46
56
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
47
57
  credentials?: