@aws-sdk/client-shield 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/Shield.d.ts +640 -185
  3. package/dist-types/ts3.4/ShieldClient.d.ts +320 -109
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +36 -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 +7 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +790 -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 +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  57. package/package.json +34 -34
@@ -1,17 +1,32 @@
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
+ export declare class ListAttacksCommand extends $Command<
19
+ ListAttacksCommandInput,
20
+ ListAttacksCommandOutput,
21
+ ShieldClientResolvedConfig
22
+ > {
23
+ readonly input: ListAttacksCommandInput;
24
+ constructor(input: ListAttacksCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ShieldClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListAttacksCommandInput, ListAttacksCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListProtectionGroupsCommand extends $Command<
23
+ ListProtectionGroupsCommandInput,
24
+ ListProtectionGroupsCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: ListProtectionGroupsCommandInput;
28
+ constructor(input: ListProtectionGroupsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListProtectionGroupsCommandInput,
35
+ ListProtectionGroupsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class ListProtectionsCommand extends $Command<
22
+ ListProtectionsCommandInput,
23
+ ListProtectionsCommandOutput,
24
+ ShieldClientResolvedConfig
25
+ > {
26
+ readonly input: ListProtectionsCommandInput;
27
+ constructor(input: ListProtectionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ShieldClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListProtectionsCommandInput, ListProtectionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class ListResourcesInProtectionGroupCommand extends $Command<
23
+ ListResourcesInProtectionGroupCommandInput,
24
+ ListResourcesInProtectionGroupCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: ListResourcesInProtectionGroupCommandInput;
28
+ constructor(input: ListResourcesInProtectionGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListResourcesInProtectionGroupCommandInput,
35
+ ListResourcesInProtectionGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
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
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ ShieldClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: ShieldClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ ShieldClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ShieldClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateApplicationLayerAutomaticResponseCommand extends $Command<
23
+ UpdateApplicationLayerAutomaticResponseCommandInput,
24
+ UpdateApplicationLayerAutomaticResponseCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateApplicationLayerAutomaticResponseCommandInput;
28
+ constructor(input: UpdateApplicationLayerAutomaticResponseCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateApplicationLayerAutomaticResponseCommandInput,
35
+ UpdateApplicationLayerAutomaticResponseCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateEmergencyContactSettingsCommand extends $Command<
23
+ UpdateEmergencyContactSettingsCommandInput,
24
+ UpdateEmergencyContactSettingsCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateEmergencyContactSettingsCommandInput;
28
+ constructor(input: UpdateEmergencyContactSettingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateEmergencyContactSettingsCommandInput,
35
+ UpdateEmergencyContactSettingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateProtectionGroupCommand extends $Command<
23
+ UpdateProtectionGroupCommandInput,
24
+ UpdateProtectionGroupCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateProtectionGroupCommandInput;
28
+ constructor(input: UpdateProtectionGroupCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateProtectionGroupCommandInput,
35
+ UpdateProtectionGroupCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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 { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient";
5
- export interface UpdateSubscriptionCommandInput extends UpdateSubscriptionRequest {
6
- }
7
- export interface UpdateSubscriptionCommandOutput extends UpdateSubscriptionResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSubscriptionCommand extends $Command<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput, ShieldClientResolvedConfig> {
11
- readonly input: UpdateSubscriptionCommandInput;
12
- constructor(input: UpdateSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ShieldClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput>;
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
+ UpdateSubscriptionRequest,
10
+ UpdateSubscriptionResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ ShieldClientResolvedConfig,
16
+ } from "../ShieldClient";
17
+ export interface UpdateSubscriptionCommandInput
18
+ extends UpdateSubscriptionRequest {}
19
+ export interface UpdateSubscriptionCommandOutput
20
+ extends UpdateSubscriptionResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateSubscriptionCommand extends $Command<
23
+ UpdateSubscriptionCommandInput,
24
+ UpdateSubscriptionCommandOutput,
25
+ ShieldClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSubscriptionCommandInput;
28
+ constructor(input: UpdateSubscriptionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ShieldClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }