@aws-sdk/client-shield 3.477.0 → 3.481.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 (165) hide show
  1. package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +18 -41
  2. package/dist-cjs/commands/AssociateDRTRoleCommand.js +18 -41
  3. package/dist-cjs/commands/AssociateHealthCheckCommand.js +18 -41
  4. package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +18 -41
  5. package/dist-cjs/commands/CreateProtectionCommand.js +18 -41
  6. package/dist-cjs/commands/CreateProtectionGroupCommand.js +18 -41
  7. package/dist-cjs/commands/CreateSubscriptionCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteProtectionCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteProtectionGroupCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteSubscriptionCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeAttackCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeDRTAccessCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeProtectionCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeProtectionGroupCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeSubscriptionCommand.js +18 -41
  18. package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +18 -41
  19. package/dist-cjs/commands/DisableProactiveEngagementCommand.js +18 -41
  20. package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +18 -41
  21. package/dist-cjs/commands/DisassociateDRTRoleCommand.js +18 -41
  22. package/dist-cjs/commands/DisassociateHealthCheckCommand.js +18 -41
  23. package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +18 -41
  24. package/dist-cjs/commands/EnableProactiveEngagementCommand.js +18 -41
  25. package/dist-cjs/commands/GetSubscriptionStateCommand.js +18 -41
  26. package/dist-cjs/commands/ListAttacksCommand.js +18 -41
  27. package/dist-cjs/commands/ListProtectionGroupsCommand.js +18 -41
  28. package/dist-cjs/commands/ListProtectionsCommand.js +18 -41
  29. package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +18 -41
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  31. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  32. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  33. package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +18 -41
  34. package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +18 -41
  35. package/dist-cjs/commands/UpdateProtectionGroupCommand.js +18 -41
  36. package/dist-cjs/commands/UpdateSubscriptionCommand.js +18 -41
  37. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  38. package/dist-cjs/pagination/ListAttacksPaginator.js +2 -24
  39. package/dist-cjs/pagination/ListProtectionGroupsPaginator.js +2 -24
  40. package/dist-cjs/pagination/ListProtectionsPaginator.js +2 -24
  41. package/dist-cjs/pagination/ListResourcesInProtectionGroupPaginator.js +2 -24
  42. package/dist-es/commands/AssociateDRTLogBucketCommand.js +18 -41
  43. package/dist-es/commands/AssociateDRTRoleCommand.js +18 -41
  44. package/dist-es/commands/AssociateHealthCheckCommand.js +18 -41
  45. package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +18 -41
  46. package/dist-es/commands/CreateProtectionCommand.js +18 -41
  47. package/dist-es/commands/CreateProtectionGroupCommand.js +18 -41
  48. package/dist-es/commands/CreateSubscriptionCommand.js +18 -41
  49. package/dist-es/commands/DeleteProtectionCommand.js +18 -41
  50. package/dist-es/commands/DeleteProtectionGroupCommand.js +18 -41
  51. package/dist-es/commands/DeleteSubscriptionCommand.js +18 -41
  52. package/dist-es/commands/DescribeAttackCommand.js +18 -41
  53. package/dist-es/commands/DescribeAttackStatisticsCommand.js +18 -41
  54. package/dist-es/commands/DescribeDRTAccessCommand.js +18 -41
  55. package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +18 -41
  56. package/dist-es/commands/DescribeProtectionCommand.js +18 -41
  57. package/dist-es/commands/DescribeProtectionGroupCommand.js +18 -41
  58. package/dist-es/commands/DescribeSubscriptionCommand.js +18 -41
  59. package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +18 -41
  60. package/dist-es/commands/DisableProactiveEngagementCommand.js +18 -41
  61. package/dist-es/commands/DisassociateDRTLogBucketCommand.js +18 -41
  62. package/dist-es/commands/DisassociateDRTRoleCommand.js +18 -41
  63. package/dist-es/commands/DisassociateHealthCheckCommand.js +18 -41
  64. package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +18 -41
  65. package/dist-es/commands/EnableProactiveEngagementCommand.js +18 -41
  66. package/dist-es/commands/GetSubscriptionStateCommand.js +18 -41
  67. package/dist-es/commands/ListAttacksCommand.js +18 -41
  68. package/dist-es/commands/ListProtectionGroupsCommand.js +18 -41
  69. package/dist-es/commands/ListProtectionsCommand.js +18 -41
  70. package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +18 -41
  71. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  72. package/dist-es/commands/TagResourceCommand.js +18 -41
  73. package/dist-es/commands/UntagResourceCommand.js +18 -41
  74. package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +18 -41
  75. package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +18 -41
  76. package/dist-es/commands/UpdateProtectionGroupCommand.js +18 -41
  77. package/dist-es/commands/UpdateSubscriptionCommand.js +18 -41
  78. package/dist-es/endpoint/EndpointParameters.js +6 -0
  79. package/dist-es/pagination/ListAttacksPaginator.js +2 -23
  80. package/dist-es/pagination/ListProtectionGroupsPaginator.js +2 -23
  81. package/dist-es/pagination/ListProtectionsPaginator.js +2 -23
  82. package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +2 -23
  83. package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +6 -21
  84. package/dist-types/commands/AssociateDRTRoleCommand.d.ts +6 -21
  85. package/dist-types/commands/AssociateHealthCheckCommand.d.ts +6 -21
  86. package/dist-types/commands/AssociateProactiveEngagementDetailsCommand.d.ts +6 -21
  87. package/dist-types/commands/CreateProtectionCommand.d.ts +6 -21
  88. package/dist-types/commands/CreateProtectionGroupCommand.d.ts +6 -21
  89. package/dist-types/commands/CreateSubscriptionCommand.d.ts +6 -21
  90. package/dist-types/commands/DeleteProtectionCommand.d.ts +6 -21
  91. package/dist-types/commands/DeleteProtectionGroupCommand.d.ts +6 -21
  92. package/dist-types/commands/DeleteSubscriptionCommand.d.ts +6 -21
  93. package/dist-types/commands/DescribeAttackCommand.d.ts +6 -21
  94. package/dist-types/commands/DescribeAttackStatisticsCommand.d.ts +6 -21
  95. package/dist-types/commands/DescribeDRTAccessCommand.d.ts +6 -21
  96. package/dist-types/commands/DescribeEmergencyContactSettingsCommand.d.ts +6 -21
  97. package/dist-types/commands/DescribeProtectionCommand.d.ts +6 -21
  98. package/dist-types/commands/DescribeProtectionGroupCommand.d.ts +6 -21
  99. package/dist-types/commands/DescribeSubscriptionCommand.d.ts +6 -21
  100. package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +6 -21
  101. package/dist-types/commands/DisableProactiveEngagementCommand.d.ts +6 -21
  102. package/dist-types/commands/DisassociateDRTLogBucketCommand.d.ts +6 -21
  103. package/dist-types/commands/DisassociateDRTRoleCommand.d.ts +6 -21
  104. package/dist-types/commands/DisassociateHealthCheckCommand.d.ts +6 -21
  105. package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -21
  106. package/dist-types/commands/EnableProactiveEngagementCommand.d.ts +6 -21
  107. package/dist-types/commands/GetSubscriptionStateCommand.d.ts +6 -21
  108. package/dist-types/commands/ListAttacksCommand.d.ts +6 -21
  109. package/dist-types/commands/ListProtectionGroupsCommand.d.ts +6 -21
  110. package/dist-types/commands/ListProtectionsCommand.d.ts +6 -21
  111. package/dist-types/commands/ListResourcesInProtectionGroupCommand.d.ts +6 -21
  112. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  113. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  114. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  115. package/dist-types/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +6 -21
  116. package/dist-types/commands/UpdateEmergencyContactSettingsCommand.d.ts +6 -21
  117. package/dist-types/commands/UpdateProtectionGroupCommand.d.ts +6 -21
  118. package/dist-types/commands/UpdateSubscriptionCommand.d.ts +6 -21
  119. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  120. package/dist-types/pagination/ListAttacksPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListProtectionGroupsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/ListProtectionsPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListResourcesInProtectionGroupPaginator.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +14 -23
  126. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +14 -23
  134. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +14 -23
  135. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +12 -24
  136. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +14 -23
  137. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +14 -23
  139. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +12 -24
  140. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +12 -24
  141. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +12 -24
  142. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +12 -24
  143. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +12 -24
  144. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +14 -23
  145. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +12 -24
  147. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +12 -24
  148. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +12 -24
  149. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +14 -23
  152. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +12 -24
  153. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  154. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  155. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  156. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +12 -24
  157. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +12 -24
  158. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +12 -24
  159. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +14 -23
  160. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  161. package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +3 -3
  162. package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +3 -3
  163. package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +3 -3
  164. package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +3 -3
  165. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteProtectionGroupCommandInput extends DeleteProtectionGroup
21
20
  */
22
21
  export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteProtectionGroupCommand_base: {
24
+ new (input: DeleteProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified protection group.</p>
@@ -59,23 +62,5 @@ export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGrou
59
62
  * <p>Base exception class for all service exceptions from Shield service.</p>
60
63
  *
61
64
  */
62
- export declare class DeleteProtectionGroupCommand extends $Command<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
63
- readonly input: DeleteProtectionGroupCommandInput;
64
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
- /**
66
- * @public
67
- */
68
- constructor(input: DeleteProtectionGroupCommandInput);
69
- /**
70
- * @internal
71
- */
72
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput>;
73
- /**
74
- * @internal
75
- */
76
- private serialize;
77
- /**
78
- * @internal
79
- */
80
- private deserialize;
65
+ export declare class DeleteProtectionGroupCommand extends DeleteProtectionGroupCommand_base {
81
66
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubscriptionCommandInput extends DeleteSubscriptionReques
21
20
  */
22
21
  export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubscriptionCommand_base: {
24
+ new (input: DeleteSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -58,23 +61,5 @@ export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionRespo
58
61
  * <p>Base exception class for all service exceptions from Shield service.</p>
59
62
  *
60
63
  */
61
- export declare class DeleteSubscriptionCommand extends $Command<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig> {
62
- readonly input: DeleteSubscriptionCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: DeleteSubscriptionCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class DeleteSubscriptionCommand extends DeleteSubscriptionCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAttackCommandInput extends DescribeAttackRequest {
21
20
  */
22
21
  export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAttackCommand_base: {
24
+ new (input: DescribeAttackCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the details of a DDoS attack. </p>
@@ -113,23 +116,5 @@ export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __M
113
116
  * <p>Base exception class for all service exceptions from Shield service.</p>
114
117
  *
115
118
  */
116
- export declare class DescribeAttackCommand extends $Command<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig> {
117
- readonly input: DescribeAttackCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: DescribeAttackCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackCommandInput, DescribeAttackCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class DescribeAttackCommand extends DescribeAttackCommand_base {
135
120
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAttackStatisticsCommandInput extends DescribeAttackStat
21
20
  */
22
21
  export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackStatisticsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAttackStatisticsCommand_base: {
24
+ new (input: DescribeAttackStatisticsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides information about the number and type of attacks Shield has detected in the last year for all resources that belong to your account, regardless of whether you've defined Shield protections for them. This operation is available to Shield customers as well as to Shield Advanced customers.</p>
@@ -73,23 +76,5 @@ export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackSta
73
76
  * <p>Base exception class for all service exceptions from Shield service.</p>
74
77
  *
75
78
  */
76
- export declare class DescribeAttackStatisticsCommand extends $Command<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig> {
77
- readonly input: DescribeAttackStatisticsCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DescribeAttackStatisticsCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DescribeAttackStatisticsCommand extends DescribeAttackStatisticsCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeDRTAccessCommandInput extends DescribeDRTAccessRequest
21
20
  */
22
21
  export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeDRTAccessCommand_base: {
24
+ new (input: DescribeDRTAccessCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the current role and list of Amazon S3 log buckets used by the Shield Response Team (SRT) to access your Amazon Web Services account while assisting with attack mitigation.</p>
@@ -58,23 +61,5 @@ export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessRespons
58
61
  * <p>Base exception class for all service exceptions from Shield service.</p>
59
62
  *
60
63
  */
61
- export declare class DescribeDRTAccessCommand extends $Command<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig> {
62
- readonly input: DescribeDRTAccessCommandInput;
63
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
- /**
65
- * @public
66
- */
67
- constructor(input: DescribeDRTAccessCommandInput);
68
- /**
69
- * @internal
70
- */
71
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput>;
72
- /**
73
- * @internal
74
- */
75
- private serialize;
76
- /**
77
- * @internal
78
- */
79
- private deserialize;
64
+ export declare class DescribeDRTAccessCommand extends DescribeDRTAccessCommand_base {
80
65
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEmergencyContactSettingsCommandInput extends DescribeEm
21
20
  */
22
21
  export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeEmergencyContactSettingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEmergencyContactSettingsCommand_base: {
24
+ new (input: DescribeEmergencyContactSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
@@ -61,23 +64,5 @@ export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeE
61
64
  * <p>Base exception class for all service exceptions from Shield service.</p>
62
65
  *
63
66
  */
64
- export declare class DescribeEmergencyContactSettingsCommand extends $Command<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
65
- readonly input: DescribeEmergencyContactSettingsCommandInput;
66
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
67
- /**
68
- * @public
69
- */
70
- constructor(input: DescribeEmergencyContactSettingsCommandInput);
71
- /**
72
- * @internal
73
- */
74
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput>;
75
- /**
76
- * @internal
77
- */
78
- private serialize;
79
- /**
80
- * @internal
81
- */
82
- private deserialize;
67
+ export declare class DescribeEmergencyContactSettingsCommand extends DescribeEmergencyContactSettingsCommand_base {
83
68
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeProtectionCommandInput extends DescribeProtectionReques
21
20
  */
22
21
  export interface DescribeProtectionCommandOutput extends DescribeProtectionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeProtectionCommand_base: {
24
+ new (input: DescribeProtectionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the details of a <a>Protection</a> object.</p>
@@ -76,23 +79,5 @@ export interface DescribeProtectionCommandOutput extends DescribeProtectionRespo
76
79
  * <p>Base exception class for all service exceptions from Shield service.</p>
77
80
  *
78
81
  */
79
- export declare class DescribeProtectionCommand extends $Command<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig> {
80
- readonly input: DescribeProtectionCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DescribeProtectionCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionCommandInput, DescribeProtectionCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DescribeProtectionCommand extends DescribeProtectionCommand_base {
98
83
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeProtectionGroupCommandInput extends DescribeProtectionG
21
20
  */
22
21
  export interface DescribeProtectionGroupCommandOutput extends DescribeProtectionGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeProtectionGroupCommand_base: {
24
+ new (input: DescribeProtectionGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the specification for the specified protection group.</p>
@@ -66,23 +69,5 @@ export interface DescribeProtectionGroupCommandOutput extends DescribeProtection
66
69
  * <p>Base exception class for all service exceptions from Shield service.</p>
67
70
  *
68
71
  */
69
- export declare class DescribeProtectionGroupCommand extends $Command<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
70
- readonly input: DescribeProtectionGroupCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DescribeProtectionGroupCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DescribeProtectionGroupCommand extends DescribeProtectionGroupCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSubscriptionCommandInput extends DescribeSubscriptionRe
21
20
  */
22
21
  export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSubscriptionCommand_base: {
24
+ new (input: DescribeSubscriptionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Provides details about the Shield Advanced subscription for an account.</p>
@@ -86,23 +89,5 @@ export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionR
86
89
  * <p>Base exception class for all service exceptions from Shield service.</p>
87
90
  *
88
91
  */
89
- export declare class DescribeSubscriptionCommand extends $Command<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig> {
90
- readonly input: DescribeSubscriptionCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: DescribeSubscriptionCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class DescribeSubscriptionCommand extends DescribeSubscriptionCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableApplicationLayerAutomaticResponseCommandInput extends Di
21
20
  */
22
21
  export interface DisableApplicationLayerAutomaticResponseCommandOutput extends DisableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisableApplicationLayerAutomaticResponseCommand_base: {
24
+ new (input: DisableApplicationLayerAutomaticResponseCommandInput): import("@smithy/smithy-client").CommandImpl<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disable the Shield Advanced automatic application layer DDoS mitigation feature for the protected resource. This
@@ -66,23 +69,5 @@ export interface DisableApplicationLayerAutomaticResponseCommandOutput extends D
66
69
  * <p>Base exception class for all service exceptions from Shield service.</p>
67
70
  *
68
71
  */
69
- export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
70
- readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DisableApplicationLayerAutomaticResponseCommand extends DisableApplicationLayerAutomaticResponseCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisableProactiveEngagementCommandInput extends DisableProactive
21
20
  */
22
21
  export interface DisableProactiveEngagementCommandOutput extends DisableProactiveEngagementResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisableProactiveEngagementCommand_base: {
24
+ new (input: DisableProactiveEngagementCommandInput): import("@smithy/smithy-client").CommandImpl<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes authorization from the Shield Response Team (SRT) to notify contacts about escalations to the SRT and to initiate proactive customer support.</p>
@@ -63,23 +66,5 @@ export interface DisableProactiveEngagementCommandOutput extends DisableProactiv
63
66
  * <p>Base exception class for all service exceptions from Shield service.</p>
64
67
  *
65
68
  */
66
- export declare class DisableProactiveEngagementCommand extends $Command<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
67
- readonly input: DisableProactiveEngagementCommandInput;
68
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
- /**
70
- * @public
71
- */
72
- constructor(input: DisableProactiveEngagementCommandInput);
73
- /**
74
- * @internal
75
- */
76
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput>;
77
- /**
78
- * @internal
79
- */
80
- private serialize;
81
- /**
82
- * @internal
83
- */
84
- private deserialize;
69
+ export declare class DisableProactiveEngagementCommand extends DisableProactiveEngagementCommand_base {
85
70
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateDRTLogBucketCommandInput extends DisassociateDRTLog
21
20
  */
22
21
  export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLogBucketResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateDRTLogBucketCommand_base: {
24
+ new (input: DisassociateDRTLogBucketCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket containing the logs that you shared previously.</p>
@@ -68,23 +71,5 @@ export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLo
68
71
  * <p>Base exception class for all service exceptions from Shield service.</p>
69
72
  *
70
73
  */
71
- export declare class DisassociateDRTLogBucketCommand extends $Command<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
72
- readonly input: DisassociateDRTLogBucketCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DisassociateDRTLogBucketCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DisassociateDRTLogBucketCommand extends DisassociateDRTLogBucketCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateDRTRoleCommandInput extends DisassociateDRTRoleRequ
21
20
  */
22
21
  export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateDRTRoleCommand_base: {
24
+ new (input: DisassociateDRTRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.</p>
@@ -60,23 +63,5 @@ export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleRes
60
63
  * <p>Base exception class for all service exceptions from Shield service.</p>
61
64
  *
62
65
  */
63
- export declare class DisassociateDRTRoleCommand extends $Command<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
64
- readonly input: DisassociateDRTRoleCommandInput;
65
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
66
- /**
67
- * @public
68
- */
69
- constructor(input: DisassociateDRTRoleCommandInput);
70
- /**
71
- * @internal
72
- */
73
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput>;
74
- /**
75
- * @internal
76
- */
77
- private serialize;
78
- /**
79
- * @internal
80
- */
81
- private deserialize;
66
+ export declare class DisassociateDRTRoleCommand extends DisassociateDRTRoleCommand_base {
82
67
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
5
4
  import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateHealthCheckCommandInput extends DisassociateHealthC
21
20
  */
22
21
  export interface DisassociateHealthCheckCommandOutput extends DisassociateHealthCheckResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateHealthCheckCommand_base: {
24
+ new (input: DisassociateHealthCheckCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your Amazon Web Services resource to improve responsiveness and accuracy in attack detection and response. </p>
@@ -67,23 +70,5 @@ export interface DisassociateHealthCheckCommandOutput extends DisassociateHealth
67
70
  * <p>Base exception class for all service exceptions from Shield service.</p>
68
71
  *
69
72
  */
70
- export declare class DisassociateHealthCheckCommand extends $Command<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
71
- readonly input: DisassociateHealthCheckCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: DisassociateHealthCheckCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class DisassociateHealthCheckCommand extends DisassociateHealthCheckCommand_base {
89
74
  }