@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,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 { AssociateProactiveEngagementDetailsRequest, AssociateProactiveEngagementDetailsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface AssociateProactiveEngagementDetailsCommandInput extends AssociateProactiveEngagementDetailsRequest {
6
- }
7
- export interface AssociateProactiveEngagementDetailsCommandOutput extends AssociateProactiveEngagementDetailsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateProactiveEngagementDetailsCommand extends $Command<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: AssociateProactiveEngagementDetailsCommandInput;
12
- constructor(input: AssociateProactiveEngagementDetailsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput>;
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
+ AssociateProactiveEngagementDetailsRequest,
10
+ AssociateProactiveEngagementDetailsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface AssociateProactiveEngagementDetailsCommandInput
18
+ extends AssociateProactiveEngagementDetailsRequest {}
19
+ export interface AssociateProactiveEngagementDetailsCommandOutput
20
+ extends AssociateProactiveEngagementDetailsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateProactiveEngagementDetailsCommand extends $Command<
24
+ AssociateProactiveEngagementDetailsCommandInput,
25
+ AssociateProactiveEngagementDetailsCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateProactiveEngagementDetailsCommandInput;
29
+ constructor(input: AssociateProactiveEngagementDetailsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateProactiveEngagementDetailsCommandInput,
37
+ AssociateProactiveEngagementDetailsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { CreateProtectionRequest, CreateProtectionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface CreateProtectionCommandInput extends CreateProtectionRequest {
6
- }
7
- export interface CreateProtectionCommandOutput extends CreateProtectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProtectionCommand extends $Command<CreateProtectionCommandInput, CreateProtectionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: CreateProtectionCommandInput;
12
- constructor(input: CreateProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProtectionCommandInput, CreateProtectionCommandOutput>;
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
+ CreateProtectionRequest,
10
+ CreateProtectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface CreateProtectionCommandInput extends CreateProtectionRequest {}
18
+ export interface CreateProtectionCommandOutput
19
+ extends CreateProtectionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateProtectionCommand extends $Command<
23
+ CreateProtectionCommandInput,
24
+ CreateProtectionCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: CreateProtectionCommandInput;
28
+ constructor(input: CreateProtectionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ShieldClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateProtectionCommandInput, CreateProtectionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { CreateProtectionGroupRequest, CreateProtectionGroupResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface CreateProtectionGroupCommandInput extends CreateProtectionGroupRequest {
6
- }
7
- export interface CreateProtectionGroupCommandOutput extends CreateProtectionGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProtectionGroupCommand extends $Command<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: CreateProtectionGroupCommandInput;
12
- constructor(input: CreateProtectionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput>;
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
+ CreateProtectionGroupRequest,
10
+ CreateProtectionGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface CreateProtectionGroupCommandInput
18
+ extends CreateProtectionGroupRequest {}
19
+ export interface CreateProtectionGroupCommandOutput
20
+ extends CreateProtectionGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateProtectionGroupCommand extends $Command<
24
+ CreateProtectionGroupCommandInput,
25
+ CreateProtectionGroupCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: CreateProtectionGroupCommandInput;
29
+ constructor(input: CreateProtectionGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateProtectionGroupCommandInput,
37
+ CreateProtectionGroupCommandOutput
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 { CreateSubscriptionRequest, CreateSubscriptionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface CreateSubscriptionCommandInput extends CreateSubscriptionRequest {
6
- }
7
- export interface CreateSubscriptionCommandOutput extends CreateSubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSubscriptionCommand extends $Command<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: CreateSubscriptionCommandInput;
12
- constructor(input: CreateSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput>;
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
+ CreateSubscriptionRequest,
10
+ CreateSubscriptionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface CreateSubscriptionCommandInput
18
+ extends CreateSubscriptionRequest {}
19
+ export interface CreateSubscriptionCommandOutput
20
+ extends CreateSubscriptionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateSubscriptionCommand extends $Command<
24
+ CreateSubscriptionCommandInput,
25
+ CreateSubscriptionCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: CreateSubscriptionCommandInput;
29
+ constructor(input: CreateSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DeleteProtectionRequest, DeleteProtectionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {
6
- }
7
- export interface DeleteProtectionCommandOutput extends DeleteProtectionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProtectionCommand extends $Command<DeleteProtectionCommandInput, DeleteProtectionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DeleteProtectionCommandInput;
12
- constructor(input: DeleteProtectionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtectionCommandInput, DeleteProtectionCommandOutput>;
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
+ DeleteProtectionRequest,
10
+ DeleteProtectionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DeleteProtectionCommandInput extends DeleteProtectionRequest {}
18
+ export interface DeleteProtectionCommandOutput
19
+ extends DeleteProtectionResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteProtectionCommand extends $Command<
23
+ DeleteProtectionCommandInput,
24
+ DeleteProtectionCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteProtectionCommandInput;
28
+ constructor(input: DeleteProtectionCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ShieldClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteProtectionCommandInput, DeleteProtectionCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DeleteProtectionGroupCommandInput extends DeleteProtectionGroupRequest {
6
- }
7
- export interface DeleteProtectionGroupCommandOutput extends DeleteProtectionGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProtectionGroupCommand extends $Command<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DeleteProtectionGroupCommandInput;
12
- constructor(input: DeleteProtectionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput>;
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
+ DeleteProtectionGroupRequest,
10
+ DeleteProtectionGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DeleteProtectionGroupCommandInput
18
+ extends DeleteProtectionGroupRequest {}
19
+ export interface DeleteProtectionGroupCommandOutput
20
+ extends DeleteProtectionGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteProtectionGroupCommand extends $Command<
24
+ DeleteProtectionGroupCommandInput,
25
+ DeleteProtectionGroupCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteProtectionGroupCommandInput;
29
+ constructor(input: DeleteProtectionGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteProtectionGroupCommandInput,
37
+ DeleteProtectionGroupCommandOutput
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 { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DeleteSubscriptionCommandInput extends DeleteSubscriptionRequest {
6
- }
7
- export interface DeleteSubscriptionCommandOutput extends DeleteSubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteSubscriptionCommand extends $Command<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DeleteSubscriptionCommandInput;
12
- constructor(input: DeleteSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput>;
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
+ DeleteSubscriptionRequest,
10
+ DeleteSubscriptionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DeleteSubscriptionCommandInput
18
+ extends DeleteSubscriptionRequest {}
19
+ export interface DeleteSubscriptionCommandOutput
20
+ extends DeleteSubscriptionResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteSubscriptionCommand extends $Command<
24
+ DeleteSubscriptionCommandInput,
25
+ DeleteSubscriptionCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteSubscriptionCommandInput;
29
+ constructor(input: DeleteSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeAttackCommandInput extends DescribeAttackRequest {
6
- }
7
- export interface DescribeAttackCommandOutput extends DescribeAttackResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAttackCommand extends $Command<DescribeAttackCommandInput, DescribeAttackCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeAttackCommandInput;
12
- constructor(input: DescribeAttackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackCommandInput, DescribeAttackCommandOutput>;
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
+ DescribeAttackRequest,
10
+ DescribeAttackResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeAttackCommandInput extends DescribeAttackRequest {}
18
+ export interface DescribeAttackCommandOutput
19
+ extends DescribeAttackResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DescribeAttackCommand extends $Command<
23
+ DescribeAttackCommandInput,
24
+ DescribeAttackCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeAttackCommandInput;
28
+ constructor(input: DescribeAttackCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ShieldClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DescribeAttackCommandInput, DescribeAttackCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeAttackStatisticsCommandInput extends DescribeAttackStatisticsRequest {
6
- }
7
- export interface DescribeAttackStatisticsCommandOutput extends DescribeAttackStatisticsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAttackStatisticsCommand extends $Command<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeAttackStatisticsCommandInput;
12
- constructor(input: DescribeAttackStatisticsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput>;
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
+ DescribeAttackStatisticsRequest,
10
+ DescribeAttackStatisticsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeAttackStatisticsCommandInput
18
+ extends DescribeAttackStatisticsRequest {}
19
+ export interface DescribeAttackStatisticsCommandOutput
20
+ extends DescribeAttackStatisticsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeAttackStatisticsCommand extends $Command<
24
+ DescribeAttackStatisticsCommandInput,
25
+ DescribeAttackStatisticsCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeAttackStatisticsCommandInput;
29
+ constructor(input: DescribeAttackStatisticsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeAttackStatisticsCommandInput,
37
+ DescribeAttackStatisticsCommandOutput
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 { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeDRTAccessCommandInput extends DescribeDRTAccessRequest {
6
- }
7
- export interface DescribeDRTAccessCommandOutput extends DescribeDRTAccessResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeDRTAccessCommand extends $Command<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeDRTAccessCommandInput;
12
- constructor(input: DescribeDRTAccessCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput>;
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
+ DescribeDRTAccessRequest,
10
+ DescribeDRTAccessResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeDRTAccessCommandInput
18
+ extends DescribeDRTAccessRequest {}
19
+ export interface DescribeDRTAccessCommandOutput
20
+ extends DescribeDRTAccessResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeDRTAccessCommand extends $Command<
24
+ DescribeDRTAccessCommandInput,
25
+ DescribeDRTAccessCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeDRTAccessCommandInput;
29
+ constructor(input: DescribeDRTAccessCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput>;
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 { DescribeEmergencyContactSettingsRequest, DescribeEmergencyContactSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface DescribeEmergencyContactSettingsCommandInput extends DescribeEmergencyContactSettingsRequest {
6
- }
7
- export interface DescribeEmergencyContactSettingsCommandOutput extends DescribeEmergencyContactSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEmergencyContactSettingsCommand extends $Command<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: DescribeEmergencyContactSettingsCommandInput;
12
- constructor(input: DescribeEmergencyContactSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput>;
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
+ DescribeEmergencyContactSettingsRequest,
10
+ DescribeEmergencyContactSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface DescribeEmergencyContactSettingsCommandInput
18
+ extends DescribeEmergencyContactSettingsRequest {}
19
+ export interface DescribeEmergencyContactSettingsCommandOutput
20
+ extends DescribeEmergencyContactSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeEmergencyContactSettingsCommand extends $Command<
24
+ DescribeEmergencyContactSettingsCommandInput,
25
+ DescribeEmergencyContactSettingsCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeEmergencyContactSettingsCommandInput;
29
+ constructor(input: DescribeEmergencyContactSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeEmergencyContactSettingsCommandInput,
37
+ DescribeEmergencyContactSettingsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }