@aws-sdk/client-shield 3.169.0 → 3.170.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 (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Shield.d.ts +676 -185
  3. package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/index.d.ts +36 -36
  41. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  42. package/dist-types/ts3.4/index.d.ts +6 -6
  43. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +8 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +1050 -937
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  47. package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  57. package/package.json +34 -34
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeProtectionRequest, DescribeProtectionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeProtectionCommandInput extends DescribeProtectionRequest {
6
- }
7
- export interface DescribeProtectionCommandOutput extends DescribeProtectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProtectionCommand extends $Command<DescribeProtectionCommandInput, DescribeProtectionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeProtectionCommandInput;
12
- constructor(input: DescribeProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionCommandInput, DescribeProtectionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeProtectionRequest,
10
+ DescribeProtectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeProtectionCommandInput
18
+ extends DescribeProtectionRequest {}
19
+ export interface DescribeProtectionCommandOutput
20
+ extends DescribeProtectionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeProtectionCommand extends $Command<
24
+ DescribeProtectionCommandInput,
25
+ DescribeProtectionCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeProtectionCommandInput;
29
+ constructor(input: DescribeProtectionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeProtectionCommandInput, DescribeProtectionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeProtectionGroupCommandInput extends DescribeProtectionGroupRequest {
6
- }
7
- export interface DescribeProtectionGroupCommandOutput extends DescribeProtectionGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeProtectionGroupCommand extends $Command<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeProtectionGroupCommandInput;
12
- constructor(input: DescribeProtectionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeProtectionGroupRequest,
10
+ DescribeProtectionGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeProtectionGroupCommandInput
18
+ extends DescribeProtectionGroupRequest {}
19
+ export interface DescribeProtectionGroupCommandOutput
20
+ extends DescribeProtectionGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeProtectionGroupCommand extends $Command<
24
+ DescribeProtectionGroupCommandInput,
25
+ DescribeProtectionGroupCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeProtectionGroupCommandInput;
29
+ constructor(input: DescribeProtectionGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeProtectionGroupCommandInput,
37
+ DescribeProtectionGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeSubscriptionCommandInput extends DescribeSubscriptionRequest {
6
- }
7
- export interface DescribeSubscriptionCommandOutput extends DescribeSubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeSubscriptionCommand extends $Command<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeSubscriptionCommandInput;
12
- constructor(input: DescribeSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DescribeSubscriptionRequest,
10
+ DescribeSubscriptionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeSubscriptionCommandInput
18
+ extends DescribeSubscriptionRequest {}
19
+ export interface DescribeSubscriptionCommandOutput
20
+ extends DescribeSubscriptionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeSubscriptionCommand extends $Command<
24
+ DescribeSubscriptionCommandInput,
25
+ DescribeSubscriptionCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeSubscriptionCommandInput;
29
+ constructor(input: DescribeSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeSubscriptionCommandInput,
37
+ DescribeSubscriptionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisableApplicationLayerAutomaticResponseRequest, DisableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DisableApplicationLayerAutomaticResponseCommandInput extends DisableApplicationLayerAutomaticResponseRequest {
6
- }
7
- export interface DisableApplicationLayerAutomaticResponseCommandOutput extends DisableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
12
- constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisableApplicationLayerAutomaticResponseRequest,
10
+ DisableApplicationLayerAutomaticResponseResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DisableApplicationLayerAutomaticResponseCommandInput
18
+ extends DisableApplicationLayerAutomaticResponseRequest {}
19
+ export interface DisableApplicationLayerAutomaticResponseCommandOutput
20
+ extends DisableApplicationLayerAutomaticResponseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisableApplicationLayerAutomaticResponseCommand extends $Command<
24
+ DisableApplicationLayerAutomaticResponseCommandInput,
25
+ DisableApplicationLayerAutomaticResponseCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DisableApplicationLayerAutomaticResponseCommandInput;
29
+ constructor(input: DisableApplicationLayerAutomaticResponseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisableApplicationLayerAutomaticResponseCommandInput,
37
+ DisableApplicationLayerAutomaticResponseCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DisableProactiveEngagementCommandInput extends DisableProactiveEngagementRequest {
6
- }
7
- export interface DisableProactiveEngagementCommandOutput extends DisableProactiveEngagementResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisableProactiveEngagementCommand extends $Command<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DisableProactiveEngagementCommandInput;
12
- constructor(input: DisableProactiveEngagementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisableProactiveEngagementRequest,
10
+ DisableProactiveEngagementResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DisableProactiveEngagementCommandInput
18
+ extends DisableProactiveEngagementRequest {}
19
+ export interface DisableProactiveEngagementCommandOutput
20
+ extends DisableProactiveEngagementResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisableProactiveEngagementCommand extends $Command<
24
+ DisableProactiveEngagementCommandInput,
25
+ DisableProactiveEngagementCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DisableProactiveEngagementCommandInput;
29
+ constructor(input: DisableProactiveEngagementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisableProactiveEngagementCommandInput,
37
+ DisableProactiveEngagementCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DisassociateDRTLogBucketCommandInput extends DisassociateDRTLogBucketRequest {
6
- }
7
- export interface DisassociateDRTLogBucketCommandOutput extends DisassociateDRTLogBucketResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateDRTLogBucketCommand extends $Command<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DisassociateDRTLogBucketCommandInput;
12
- constructor(input: DisassociateDRTLogBucketCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateDRTLogBucketRequest,
10
+ DisassociateDRTLogBucketResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DisassociateDRTLogBucketCommandInput
18
+ extends DisassociateDRTLogBucketRequest {}
19
+ export interface DisassociateDRTLogBucketCommandOutput
20
+ extends DisassociateDRTLogBucketResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateDRTLogBucketCommand extends $Command<
24
+ DisassociateDRTLogBucketCommandInput,
25
+ DisassociateDRTLogBucketCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateDRTLogBucketCommandInput;
29
+ constructor(input: DisassociateDRTLogBucketCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateDRTLogBucketCommandInput,
37
+ DisassociateDRTLogBucketCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DisassociateDRTRoleCommandInput extends DisassociateDRTRoleRequest {
6
- }
7
- export interface DisassociateDRTRoleCommandOutput extends DisassociateDRTRoleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateDRTRoleCommand extends $Command<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DisassociateDRTRoleCommandInput;
12
- constructor(input: DisassociateDRTRoleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateDRTRoleRequest,
10
+ DisassociateDRTRoleResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DisassociateDRTRoleCommandInput
18
+ extends DisassociateDRTRoleRequest {}
19
+ export interface DisassociateDRTRoleCommandOutput
20
+ extends DisassociateDRTRoleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateDRTRoleCommand extends $Command<
24
+ DisassociateDRTRoleCommandInput,
25
+ DisassociateDRTRoleCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateDRTRoleCommandInput;
29
+ constructor(input: DisassociateDRTRoleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DisassociateHealthCheckCommandInput extends DisassociateHealthCheckRequest {
6
- }
7
- export interface DisassociateHealthCheckCommandOutput extends DisassociateHealthCheckResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DisassociateHealthCheckCommand extends $Command<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DisassociateHealthCheckCommandInput;
12
- constructor(input: DisassociateHealthCheckCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DisassociateHealthCheckRequest,
10
+ DisassociateHealthCheckResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DisassociateHealthCheckCommandInput
18
+ extends DisassociateHealthCheckRequest {}
19
+ export interface DisassociateHealthCheckCommandOutput
20
+ extends DisassociateHealthCheckResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DisassociateHealthCheckCommand extends $Command<
24
+ DisassociateHealthCheckCommandInput,
25
+ DisassociateHealthCheckCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DisassociateHealthCheckCommandInput;
29
+ constructor(input: DisassociateHealthCheckCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DisassociateHealthCheckCommandInput,
37
+ DisassociateHealthCheckCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableApplicationLayerAutomaticResponseRequest, EnableApplicationLayerAutomaticResponseResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface EnableApplicationLayerAutomaticResponseCommandInput extends EnableApplicationLayerAutomaticResponseRequest {
6
- }
7
- export interface EnableApplicationLayerAutomaticResponseCommandOutput extends EnableApplicationLayerAutomaticResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
12
- constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EnableApplicationLayerAutomaticResponseRequest,
10
+ EnableApplicationLayerAutomaticResponseResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface EnableApplicationLayerAutomaticResponseCommandInput
18
+ extends EnableApplicationLayerAutomaticResponseRequest {}
19
+ export interface EnableApplicationLayerAutomaticResponseCommandOutput
20
+ extends EnableApplicationLayerAutomaticResponseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableApplicationLayerAutomaticResponseCommand extends $Command<
24
+ EnableApplicationLayerAutomaticResponseCommandInput,
25
+ EnableApplicationLayerAutomaticResponseCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: EnableApplicationLayerAutomaticResponseCommandInput;
29
+ constructor(input: EnableApplicationLayerAutomaticResponseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableApplicationLayerAutomaticResponseCommandInput,
37
+ EnableApplicationLayerAutomaticResponseCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface EnableProactiveEngagementCommandInput extends EnableProactiveEngagementRequest {
6
- }
7
- export interface EnableProactiveEngagementCommandOutput extends EnableProactiveEngagementResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class EnableProactiveEngagementCommand extends $Command<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: EnableProactiveEngagementCommandInput;
12
- constructor(input: EnableProactiveEngagementCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ EnableProactiveEngagementRequest,
10
+ EnableProactiveEngagementResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface EnableProactiveEngagementCommandInput
18
+ extends EnableProactiveEngagementRequest {}
19
+ export interface EnableProactiveEngagementCommandOutput
20
+ extends EnableProactiveEngagementResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class EnableProactiveEngagementCommand extends $Command<
24
+ EnableProactiveEngagementCommandInput,
25
+ EnableProactiveEngagementCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: EnableProactiveEngagementCommandInput;
29
+ constructor(input: EnableProactiveEngagementCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ EnableProactiveEngagementCommandInput,
37
+ EnableProactiveEngagementCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }