@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,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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface AssociateDRTLogBucketCommandOutput extends AssociateDRTLogBucke
26
27
  */
27
28
  export declare class AssociateDRTLogBucketCommand extends $Command<AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: AssociateDRTLogBucketCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: AssociateDRTLogBucketCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateDRTRoleRequest, AssociateDRTRoleResponse } from "../models/models_0";
@@ -32,6 +33,7 @@ export interface AssociateDRTRoleCommandOutput extends AssociateDRTRoleResponse,
32
33
  */
33
34
  export declare class AssociateDRTRoleCommand extends $Command<AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
34
35
  readonly input: AssociateDRTRoleCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
35
37
  constructor(input: AssociateDRTRoleCommandInput);
36
38
  /**
37
39
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateHealthCheckRequest, AssociateHealthCheckResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface AssociateHealthCheckCommandOutput extends AssociateHealthCheckR
26
27
  */
27
28
  export declare class AssociateHealthCheckCommand extends $Command<AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: AssociateHealthCheckCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: AssociateHealthCheckCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { AssociateProactiveEngagementDetailsRequest, AssociateProactiveEngagementDetailsResponse } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface AssociateProactiveEngagementDetailsCommandOutput extends Associ
30
31
  */
31
32
  export declare class AssociateProactiveEngagementDetailsCommand extends $Command<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig> {
32
33
  readonly input: AssociateProactiveEngagementDetailsCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: AssociateProactiveEngagementDetailsCommandInput);
34
36
  /**
35
37
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateProtectionRequest, CreateProtectionResponse } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface CreateProtectionCommandOutput extends CreateProtectionResponse,
30
31
  */
31
32
  export declare class CreateProtectionCommand extends $Command<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig> {
32
33
  readonly input: CreateProtectionCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: CreateProtectionCommandInput);
34
36
  /**
35
37
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateProtectionGroupRequest, CreateProtectionGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface CreateProtectionGroupCommandOutput extends CreateProtectionGrou
25
26
  */
26
27
  export declare class CreateProtectionGroupCommand extends $Command<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: CreateProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateProtectionGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CreateSubscriptionRequest, CreateSubscriptionResponse } from "../models/models_0";
@@ -30,6 +31,7 @@ export interface CreateSubscriptionCommandOutput extends CreateSubscriptionRespo
30
31
  */
31
32
  export declare class CreateSubscriptionCommand extends $Command<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
32
33
  readonly input: CreateSubscriptionCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: CreateSubscriptionCommandInput);
34
36
  /**
35
37
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteProtectionRequest, DeleteProtectionResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse,
25
26
  */
26
27
  export declare class DeleteProtectionCommand extends $Command<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DeleteProtectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteProtectionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou
25
26
  */
26
27
  export declare class DeleteProtectionGroupCommand extends $Command<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DeleteProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteProtectionGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo
27
28
  */
28
29
  export declare class DeleteSubscriptionCommand extends $Command<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig> {
29
30
  readonly input: DeleteSubscriptionCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DeleteSubscriptionCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M
25
26
  */
26
27
  export declare class DescribeAttackCommand extends $Command<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeAttackCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAttackCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0";
@@ -27,6 +28,7 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta
27
28
  */
28
29
  export declare class DescribeAttackStatisticsCommand extends $Command<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig> {
29
30
  readonly input: DescribeAttackStatisticsCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeAttackStatisticsCommandInput);
31
33
  /**
32
34
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons
25
26
  */
26
27
  export declare class DescribeDRTAccessCommand extends $Command<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeDRTAccessCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeDRTAccessCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeE
25
26
  */
26
27
  export declare class DescribeEmergencyContactSettingsCommand extends $Command<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeEmergencyContactSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeEmergencyContactSettingsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo
25
26
  */
26
27
  export declare class DescribeProtectionCommand extends $Command<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeProtectionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeProtectionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection
25
26
  */
26
27
  export declare class DescribeProtectionGroupCommand extends $Command<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeProtectionGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR
25
26
  */
26
27
  export declare class DescribeSubscriptionCommand extends $Command<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DescribeSubscriptionCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeSubscriptionCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput extends D
26
27
  */
27
28
  export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv
25
26
  */
26
27
  export declare class DisableProactiveEngagementCommand extends $Command<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DisableProactiveEngagementCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisableProactiveEngagementCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo
25
26
  */
26
27
  export declare class DisassociateDRTLogBucketCommand extends $Command<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DisassociateDRTLogBucketCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateDRTLogBucketCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes
25
26
  */
26
27
  export declare class DisassociateDRTRoleCommand extends $Command<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: DisassociateDRTRoleCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DisassociateDRTRoleCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth
26
27
  */
27
28
  export declare class DisassociateHealthCheckCommand extends $Command<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: DisassociateHealthCheckCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DisassociateHealthCheckCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { EnableApplicationLayerAutomaticResponseRequest, EnableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
@@ -39,6 +40,7 @@ export interface EnableApplicationLayerAutomaticResponseCommandOutput extends En
39
40
  */
40
41
  export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
41
42
  readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
43
45
  /**
44
46
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface EnableProactiveEngagementCommandOutput extends EnableProactiveE
25
26
  */
26
27
  export declare class EnableProactiveEngagementCommand extends $Command<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: EnableProactiveEngagementCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: EnableProactiveEngagementCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateR
25
26
  */
26
27
  export declare class GetSubscriptionStateCommand extends $Command<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: GetSubscriptionStateCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: GetSubscriptionStateCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListAttacksCommandOutput extends ListAttacksResponse, __Metadat
26
27
  */
27
28
  export declare class ListAttacksCommand extends $Command<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: ListAttacksCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListAttacksCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsR
26
27
  */
27
28
  export declare class ListProtectionGroupsCommand extends $Command<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: ListProtectionGroupsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListProtectionGroupsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
@@ -26,6 +27,7 @@ export interface ListProtectionsCommandOutput extends ListProtectionsResponse, _
26
27
  */
27
28
  export declare class ListProtectionsCommand extends $Command<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig> {
28
29
  readonly input: ListProtectionsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListProtectionsCommandInput);
30
32
  /**
31
33
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface ListResourcesInProtectionGroupCommandOutput extends ListResourc
25
26
  */
26
27
  export declare class ListResourcesInProtectionGroupCommand extends $Command<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: ListResourcesInProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListResourcesInProtectionGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
26
  */
26
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends Up
25
26
  */
26
27
  export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmerg
25
26
  */
26
27
  export declare class UpdateEmergencyContactSettingsCommand extends $Command<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: UpdateEmergencyContactSettingsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEmergencyContactSettingsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
@@ -25,6 +26,7 @@ export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGrou
25
26
  */
26
27
  export declare class UpdateProtectionGroupCommand extends $Command<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
27
28
  readonly input: UpdateProtectionGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateProtectionGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
@@ -29,6 +30,7 @@ export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionRespo
29
30
  */
30
31
  export declare class UpdateSubscriptionCommand extends $Command<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
31
32
  readonly input: UpdateSubscriptionCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: UpdateSubscriptionCommandInput);
33
35
  /**
34
36
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { ShieldClientConfig } from "./ShieldClient";
6
6
  export declare const getRuntimeConfig: (config: ShieldClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };