@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 { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface GetSubscriptionStateCommandInput extends GetSubscriptionStateRequest {
6
- }
7
- export interface GetSubscriptionStateCommandOutput extends GetSubscriptionStateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetSubscriptionStateCommand extends $Command<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: GetSubscriptionStateCommandInput;
12
- constructor(input: GetSubscriptionStateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput>;
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
+ GetSubscriptionStateRequest,
10
+ GetSubscriptionStateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface GetSubscriptionStateCommandInput
18
+ extends GetSubscriptionStateRequest {}
19
+ export interface GetSubscriptionStateCommandOutput
20
+ extends GetSubscriptionStateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetSubscriptionStateCommand extends $Command<
24
+ GetSubscriptionStateCommandInput,
25
+ GetSubscriptionStateCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: GetSubscriptionStateCommandInput;
29
+ constructor(input: GetSubscriptionStateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ GetSubscriptionStateCommandInput,
37
+ GetSubscriptionStateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface ListAttacksCommandInput extends ListAttacksRequest {
6
- }
7
- export interface ListAttacksCommandOutput extends ListAttacksResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAttacksCommand extends $Command<ListAttacksCommandInput, ListAttacksCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: ListAttacksCommandInput;
12
- constructor(input: ListAttacksCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAttacksCommandInput, ListAttacksCommandOutput>;
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 { ListAttacksRequest, ListAttacksResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ ShieldClientResolvedConfig,
13
+ } from "../ShieldClient";
14
+ export interface ListAttacksCommandInput extends ListAttacksRequest {}
15
+ export interface ListAttacksCommandOutput
16
+ extends ListAttacksResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListAttacksCommand extends $Command<
20
+ ListAttacksCommandInput,
21
+ ListAttacksCommandOutput,
22
+ ShieldClientResolvedConfig
23
+ > {
24
+ readonly input: ListAttacksCommandInput;
25
+ constructor(input: ListAttacksCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ShieldClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListAttacksCommandInput, ListAttacksCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
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 { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface ListProtectionGroupsCommandInput extends ListProtectionGroupsRequest {
6
- }
7
- export interface ListProtectionGroupsCommandOutput extends ListProtectionGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProtectionGroupsCommand extends $Command<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: ListProtectionGroupsCommandInput;
12
- constructor(input: ListProtectionGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput>;
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
+ ListProtectionGroupsRequest,
10
+ ListProtectionGroupsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface ListProtectionGroupsCommandInput
18
+ extends ListProtectionGroupsRequest {}
19
+ export interface ListProtectionGroupsCommandOutput
20
+ extends ListProtectionGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListProtectionGroupsCommand extends $Command<
24
+ ListProtectionGroupsCommandInput,
25
+ ListProtectionGroupsCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: ListProtectionGroupsCommandInput;
29
+ constructor(input: ListProtectionGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListProtectionGroupsCommandInput,
37
+ ListProtectionGroupsCommandOutput
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 { ListProtectionsRequest, ListProtectionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface ListProtectionsCommandInput extends ListProtectionsRequest {
6
- }
7
- export interface ListProtectionsCommandOutput extends ListProtectionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListProtectionsCommand extends $Command<ListProtectionsCommandInput, ListProtectionsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: ListProtectionsCommandInput;
12
- constructor(input: ListProtectionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProtectionsCommandInput, ListProtectionsCommandOutput>;
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
+ ListProtectionsRequest,
10
+ ListProtectionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface ListProtectionsCommandInput extends ListProtectionsRequest {}
18
+ export interface ListProtectionsCommandOutput
19
+ extends ListProtectionsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListProtectionsCommand extends $Command<
23
+ ListProtectionsCommandInput,
24
+ ListProtectionsCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: ListProtectionsCommandInput;
28
+ constructor(input: ListProtectionsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ShieldClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListProtectionsCommandInput, ListProtectionsCommandOutput>;
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 { ListResourcesInProtectionGroupRequest, ListResourcesInProtectionGroupResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface ListResourcesInProtectionGroupCommandInput extends ListResourcesInProtectionGroupRequest {
6
- }
7
- export interface ListResourcesInProtectionGroupCommandOutput extends ListResourcesInProtectionGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListResourcesInProtectionGroupCommand extends $Command<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: ListResourcesInProtectionGroupCommandInput;
12
- constructor(input: ListResourcesInProtectionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput>;
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
+ ListResourcesInProtectionGroupRequest,
10
+ ListResourcesInProtectionGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface ListResourcesInProtectionGroupCommandInput
18
+ extends ListResourcesInProtectionGroupRequest {}
19
+ export interface ListResourcesInProtectionGroupCommandOutput
20
+ extends ListResourcesInProtectionGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListResourcesInProtectionGroupCommand extends $Command<
24
+ ListResourcesInProtectionGroupCommandInput,
25
+ ListResourcesInProtectionGroupCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: ListResourcesInProtectionGroupCommandInput;
29
+ constructor(input: ListResourcesInProtectionGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListResourcesInProtectionGroupCommandInput,
37
+ ListResourcesInProtectionGroupCommandOutput
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ ShieldClientResolvedConfig,
13
+ } from "../ShieldClient";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ ShieldClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ShieldClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ShieldClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateApplicationLayerAutomaticResponseRequest, UpdateApplicationLayerAutomaticResponseResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface UpdateApplicationLayerAutomaticResponseCommandInput extends UpdateApplicationLayerAutomaticResponseRequest {
6
- }
7
- export interface UpdateApplicationLayerAutomaticResponseCommandOutput extends UpdateApplicationLayerAutomaticResponseResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
12
- constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput>;
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
+ UpdateApplicationLayerAutomaticResponseRequest,
10
+ UpdateApplicationLayerAutomaticResponseResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface UpdateApplicationLayerAutomaticResponseCommandInput
18
+ extends UpdateApplicationLayerAutomaticResponseRequest {}
19
+ export interface UpdateApplicationLayerAutomaticResponseCommandOutput
20
+ extends UpdateApplicationLayerAutomaticResponseResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<
24
+ UpdateApplicationLayerAutomaticResponseCommandInput,
25
+ UpdateApplicationLayerAutomaticResponseCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
29
+ constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateApplicationLayerAutomaticResponseCommandInput,
37
+ UpdateApplicationLayerAutomaticResponseCommandOutput
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 { UpdateEmergencyContactSettingsRequest, UpdateEmergencyContactSettingsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface UpdateEmergencyContactSettingsCommandInput extends UpdateEmergencyContactSettingsRequest {
6
- }
7
- export interface UpdateEmergencyContactSettingsCommandOutput extends UpdateEmergencyContactSettingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateEmergencyContactSettingsCommand extends $Command<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: UpdateEmergencyContactSettingsCommandInput;
12
- constructor(input: UpdateEmergencyContactSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput>;
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
+ UpdateEmergencyContactSettingsRequest,
10
+ UpdateEmergencyContactSettingsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface UpdateEmergencyContactSettingsCommandInput
18
+ extends UpdateEmergencyContactSettingsRequest {}
19
+ export interface UpdateEmergencyContactSettingsCommandOutput
20
+ extends UpdateEmergencyContactSettingsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateEmergencyContactSettingsCommand extends $Command<
24
+ UpdateEmergencyContactSettingsCommandInput,
25
+ UpdateEmergencyContactSettingsCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateEmergencyContactSettingsCommandInput;
29
+ constructor(input: UpdateEmergencyContactSettingsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateEmergencyContactSettingsCommandInput,
37
+ UpdateEmergencyContactSettingsCommandOutput
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 { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface UpdateProtectionGroupCommandInput extends UpdateProtectionGroupRequest {
6
- }
7
- export interface UpdateProtectionGroupCommandOutput extends UpdateProtectionGroupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateProtectionGroupCommand extends $Command<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: UpdateProtectionGroupCommandInput;
12
- constructor(input: UpdateProtectionGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput>;
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
+ UpdateProtectionGroupRequest,
10
+ UpdateProtectionGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface UpdateProtectionGroupCommandInput
18
+ extends UpdateProtectionGroupRequest {}
19
+ export interface UpdateProtectionGroupCommandOutput
20
+ extends UpdateProtectionGroupResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateProtectionGroupCommand extends $Command<
24
+ UpdateProtectionGroupCommandInput,
25
+ UpdateProtectionGroupCommandOutput,
26
+ ShieldClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateProtectionGroupCommandInput;
29
+ constructor(input: UpdateProtectionGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ShieldClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateProtectionGroupCommandInput,
37
+ UpdateProtectionGroupCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }