@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,110 +1,437 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "../commands/AssociateDRTLogBucketCommand";
4
- import { AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput } from "../commands/AssociateDRTRoleCommand";
5
- import { AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput } from "../commands/AssociateHealthCheckCommand";
6
- import { AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput } from "../commands/AssociateProactiveEngagementDetailsCommand";
7
- import { CreateProtectionCommandInput, CreateProtectionCommandOutput } from "../commands/CreateProtectionCommand";
8
- import { CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput } from "../commands/CreateProtectionGroupCommand";
9
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "../commands/CreateSubscriptionCommand";
10
- import { DeleteProtectionCommandInput, DeleteProtectionCommandOutput } from "../commands/DeleteProtectionCommand";
11
- import { DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput } from "../commands/DeleteProtectionGroupCommand";
12
- import { DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput } from "../commands/DeleteSubscriptionCommand";
13
- import { DescribeAttackCommandInput, DescribeAttackCommandOutput } from "../commands/DescribeAttackCommand";
14
- import { DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput } from "../commands/DescribeAttackStatisticsCommand";
15
- import { DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput } from "../commands/DescribeDRTAccessCommand";
16
- import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput } from "../commands/DescribeEmergencyContactSettingsCommand";
17
- import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "../commands/DescribeProtectionCommand";
18
- import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "../commands/DescribeProtectionGroupCommand";
19
- import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "../commands/DescribeSubscriptionCommand";
20
- import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
21
- import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "../commands/DisableProactiveEngagementCommand";
22
- import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "../commands/DisassociateDRTLogBucketCommand";
23
- import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "../commands/DisassociateDRTRoleCommand";
24
- import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "../commands/DisassociateHealthCheckCommand";
25
- import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
26
- import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "../commands/EnableProactiveEngagementCommand";
27
- import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "../commands/GetSubscriptionStateCommand";
28
- import { ListAttacksCommandInput, ListAttacksCommandOutput } from "../commands/ListAttacksCommand";
29
- import { ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput } from "../commands/ListProtectionGroupsCommand";
30
- import { ListProtectionsCommandInput, ListProtectionsCommandOutput } from "../commands/ListProtectionsCommand";
31
- import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput } from "../commands/ListResourcesInProtectionGroupCommand";
32
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
33
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
34
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
35
- import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
36
- import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "../commands/UpdateEmergencyContactSettingsCommand";
37
- import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "../commands/UpdateProtectionGroupCommand";
38
- import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "../commands/UpdateSubscriptionCommand";
39
- export declare const serializeAws_json1_1AssociateDRTLogBucketCommand: (input: AssociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_json1_1AssociateDRTRoleCommand: (input: AssociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_1AssociateHealthCheckCommand: (input: AssociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (input: AssociateProactiveEngagementDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1CreateProtectionCommand: (input: CreateProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateProtectionGroupCommand: (input: CreateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreateSubscriptionCommand: (input: CreateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1DeleteProtectionCommand: (input: DeleteProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeleteProtectionGroupCommand: (input: DeleteProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteSubscriptionCommand: (input: DeleteSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DescribeAttackCommand: (input: DescribeAttackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DescribeAttackStatisticsCommand: (input: DescribeAttackStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1DescribeDRTAccessCommand: (input: DescribeDRTAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1DescribeEmergencyContactSettingsCommand: (input: DescribeEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1DescribeProtectionCommand: (input: DescribeProtectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1DescribeProtectionGroupCommand: (input: DescribeProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1DescribeSubscriptionCommand: (input: DescribeSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (input: DisableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1DisableProactiveEngagementCommand: (input: DisableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1DisassociateDRTLogBucketCommand: (input: DisassociateDRTLogBucketCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1DisassociateDRTRoleCommand: (input: DisassociateDRTRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1DisassociateHealthCheckCommand: (input: DisassociateHealthCheckCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (input: EnableApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1EnableProactiveEngagementCommand: (input: EnableProactiveEngagementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1GetSubscriptionStateCommand: (input: GetSubscriptionStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1ListAttacksCommand: (input: ListAttacksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1ListProtectionGroupsCommand: (input: ListProtectionGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1ListProtectionsCommand: (input: ListProtectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1ListResourcesInProtectionGroupCommand: (input: ListResourcesInProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (input: UpdateApplicationLayerAutomaticResponseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1UpdateEmergencyContactSettingsCommand: (input: UpdateEmergencyContactSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1UpdateProtectionGroupCommand: (input: UpdateProtectionGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1UpdateSubscriptionCommand: (input: UpdateSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const deserializeAws_json1_1AssociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTLogBucketCommandOutput>;
76
- export declare const deserializeAws_json1_1AssociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDRTRoleCommandOutput>;
77
- export declare const deserializeAws_json1_1AssociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateHealthCheckCommandOutput>;
78
- export declare const deserializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateProactiveEngagementDetailsCommandOutput>;
79
- export declare const deserializeAws_json1_1CreateProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionCommandOutput>;
80
- export declare const deserializeAws_json1_1CreateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProtectionGroupCommandOutput>;
81
- export declare const deserializeAws_json1_1CreateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSubscriptionCommandOutput>;
82
- export declare const deserializeAws_json1_1DeleteProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionCommandOutput>;
83
- export declare const deserializeAws_json1_1DeleteProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtectionGroupCommandOutput>;
84
- export declare const deserializeAws_json1_1DeleteSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSubscriptionCommandOutput>;
85
- export declare const deserializeAws_json1_1DescribeAttackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackCommandOutput>;
86
- export declare const deserializeAws_json1_1DescribeAttackStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAttackStatisticsCommandOutput>;
87
- export declare const deserializeAws_json1_1DescribeDRTAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDRTAccessCommandOutput>;
88
- export declare const deserializeAws_json1_1DescribeEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEmergencyContactSettingsCommandOutput>;
89
- export declare const deserializeAws_json1_1DescribeProtectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionCommandOutput>;
90
- export declare const deserializeAws_json1_1DescribeProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProtectionGroupCommandOutput>;
91
- export declare const deserializeAws_json1_1DescribeSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSubscriptionCommandOutput>;
92
- export declare const deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
93
- export declare const deserializeAws_json1_1DisableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableProactiveEngagementCommandOutput>;
94
- export declare const deserializeAws_json1_1DisassociateDRTLogBucketCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTLogBucketCommandOutput>;
95
- export declare const deserializeAws_json1_1DisassociateDRTRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateDRTRoleCommandOutput>;
96
- export declare const deserializeAws_json1_1DisassociateHealthCheckCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateHealthCheckCommandOutput>;
97
- export declare const deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
98
- export declare const deserializeAws_json1_1EnableProactiveEngagementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableProactiveEngagementCommandOutput>;
99
- export declare const deserializeAws_json1_1GetSubscriptionStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSubscriptionStateCommandOutput>;
100
- export declare const deserializeAws_json1_1ListAttacksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAttacksCommandOutput>;
101
- export declare const deserializeAws_json1_1ListProtectionGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionGroupsCommandOutput>;
102
- export declare const deserializeAws_json1_1ListProtectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectionsCommandOutput>;
103
- export declare const deserializeAws_json1_1ListResourcesInProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourcesInProtectionGroupCommandOutput>;
104
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
105
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
106
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
107
- export declare const deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
108
- export declare const deserializeAws_json1_1UpdateEmergencyContactSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
109
- export declare const deserializeAws_json1_1UpdateProtectionGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectionGroupCommandOutput>;
110
- export declare const deserializeAws_json1_1UpdateSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AssociateDRTLogBucketCommandInput,
8
+ AssociateDRTLogBucketCommandOutput,
9
+ } from "../commands/AssociateDRTLogBucketCommand";
10
+ import {
11
+ AssociateDRTRoleCommandInput,
12
+ AssociateDRTRoleCommandOutput,
13
+ } from "../commands/AssociateDRTRoleCommand";
14
+ import {
15
+ AssociateHealthCheckCommandInput,
16
+ AssociateHealthCheckCommandOutput,
17
+ } from "../commands/AssociateHealthCheckCommand";
18
+ import {
19
+ AssociateProactiveEngagementDetailsCommandInput,
20
+ AssociateProactiveEngagementDetailsCommandOutput,
21
+ } from "../commands/AssociateProactiveEngagementDetailsCommand";
22
+ import {
23
+ CreateProtectionCommandInput,
24
+ CreateProtectionCommandOutput,
25
+ } from "../commands/CreateProtectionCommand";
26
+ import {
27
+ CreateProtectionGroupCommandInput,
28
+ CreateProtectionGroupCommandOutput,
29
+ } from "../commands/CreateProtectionGroupCommand";
30
+ import {
31
+ CreateSubscriptionCommandInput,
32
+ CreateSubscriptionCommandOutput,
33
+ } from "../commands/CreateSubscriptionCommand";
34
+ import {
35
+ DeleteProtectionCommandInput,
36
+ DeleteProtectionCommandOutput,
37
+ } from "../commands/DeleteProtectionCommand";
38
+ import {
39
+ DeleteProtectionGroupCommandInput,
40
+ DeleteProtectionGroupCommandOutput,
41
+ } from "../commands/DeleteProtectionGroupCommand";
42
+ import {
43
+ DeleteSubscriptionCommandInput,
44
+ DeleteSubscriptionCommandOutput,
45
+ } from "../commands/DeleteSubscriptionCommand";
46
+ import {
47
+ DescribeAttackCommandInput,
48
+ DescribeAttackCommandOutput,
49
+ } from "../commands/DescribeAttackCommand";
50
+ import {
51
+ DescribeAttackStatisticsCommandInput,
52
+ DescribeAttackStatisticsCommandOutput,
53
+ } from "../commands/DescribeAttackStatisticsCommand";
54
+ import {
55
+ DescribeDRTAccessCommandInput,
56
+ DescribeDRTAccessCommandOutput,
57
+ } from "../commands/DescribeDRTAccessCommand";
58
+ import {
59
+ DescribeEmergencyContactSettingsCommandInput,
60
+ DescribeEmergencyContactSettingsCommandOutput,
61
+ } from "../commands/DescribeEmergencyContactSettingsCommand";
62
+ import {
63
+ DescribeProtectionCommandInput,
64
+ DescribeProtectionCommandOutput,
65
+ } from "../commands/DescribeProtectionCommand";
66
+ import {
67
+ DescribeProtectionGroupCommandInput,
68
+ DescribeProtectionGroupCommandOutput,
69
+ } from "../commands/DescribeProtectionGroupCommand";
70
+ import {
71
+ DescribeSubscriptionCommandInput,
72
+ DescribeSubscriptionCommandOutput,
73
+ } from "../commands/DescribeSubscriptionCommand";
74
+ import {
75
+ DisableApplicationLayerAutomaticResponseCommandInput,
76
+ DisableApplicationLayerAutomaticResponseCommandOutput,
77
+ } from "../commands/DisableApplicationLayerAutomaticResponseCommand";
78
+ import {
79
+ DisableProactiveEngagementCommandInput,
80
+ DisableProactiveEngagementCommandOutput,
81
+ } from "../commands/DisableProactiveEngagementCommand";
82
+ import {
83
+ DisassociateDRTLogBucketCommandInput,
84
+ DisassociateDRTLogBucketCommandOutput,
85
+ } from "../commands/DisassociateDRTLogBucketCommand";
86
+ import {
87
+ DisassociateDRTRoleCommandInput,
88
+ DisassociateDRTRoleCommandOutput,
89
+ } from "../commands/DisassociateDRTRoleCommand";
90
+ import {
91
+ DisassociateHealthCheckCommandInput,
92
+ DisassociateHealthCheckCommandOutput,
93
+ } from "../commands/DisassociateHealthCheckCommand";
94
+ import {
95
+ EnableApplicationLayerAutomaticResponseCommandInput,
96
+ EnableApplicationLayerAutomaticResponseCommandOutput,
97
+ } from "../commands/EnableApplicationLayerAutomaticResponseCommand";
98
+ import {
99
+ EnableProactiveEngagementCommandInput,
100
+ EnableProactiveEngagementCommandOutput,
101
+ } from "../commands/EnableProactiveEngagementCommand";
102
+ import {
103
+ GetSubscriptionStateCommandInput,
104
+ GetSubscriptionStateCommandOutput,
105
+ } from "../commands/GetSubscriptionStateCommand";
106
+ import {
107
+ ListAttacksCommandInput,
108
+ ListAttacksCommandOutput,
109
+ } from "../commands/ListAttacksCommand";
110
+ import {
111
+ ListProtectionGroupsCommandInput,
112
+ ListProtectionGroupsCommandOutput,
113
+ } from "../commands/ListProtectionGroupsCommand";
114
+ import {
115
+ ListProtectionsCommandInput,
116
+ ListProtectionsCommandOutput,
117
+ } from "../commands/ListProtectionsCommand";
118
+ import {
119
+ ListResourcesInProtectionGroupCommandInput,
120
+ ListResourcesInProtectionGroupCommandOutput,
121
+ } from "../commands/ListResourcesInProtectionGroupCommand";
122
+ import {
123
+ ListTagsForResourceCommandInput,
124
+ ListTagsForResourceCommandOutput,
125
+ } from "../commands/ListTagsForResourceCommand";
126
+ import {
127
+ TagResourceCommandInput,
128
+ TagResourceCommandOutput,
129
+ } from "../commands/TagResourceCommand";
130
+ import {
131
+ UntagResourceCommandInput,
132
+ UntagResourceCommandOutput,
133
+ } from "../commands/UntagResourceCommand";
134
+ import {
135
+ UpdateApplicationLayerAutomaticResponseCommandInput,
136
+ UpdateApplicationLayerAutomaticResponseCommandOutput,
137
+ } from "../commands/UpdateApplicationLayerAutomaticResponseCommand";
138
+ import {
139
+ UpdateEmergencyContactSettingsCommandInput,
140
+ UpdateEmergencyContactSettingsCommandOutput,
141
+ } from "../commands/UpdateEmergencyContactSettingsCommand";
142
+ import {
143
+ UpdateProtectionGroupCommandInput,
144
+ UpdateProtectionGroupCommandOutput,
145
+ } from "../commands/UpdateProtectionGroupCommand";
146
+ import {
147
+ UpdateSubscriptionCommandInput,
148
+ UpdateSubscriptionCommandOutput,
149
+ } from "../commands/UpdateSubscriptionCommand";
150
+ export declare const serializeAws_json1_1AssociateDRTLogBucketCommand: (
151
+ input: AssociateDRTLogBucketCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_json1_1AssociateDRTRoleCommand: (
155
+ input: AssociateDRTRoleCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_1AssociateHealthCheckCommand: (
159
+ input: AssociateHealthCheckCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (
163
+ input: AssociateProactiveEngagementDetailsCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_1CreateProtectionCommand: (
167
+ input: CreateProtectionCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_1CreateProtectionGroupCommand: (
171
+ input: CreateProtectionGroupCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_1CreateSubscriptionCommand: (
175
+ input: CreateSubscriptionCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_1DeleteProtectionCommand: (
179
+ input: DeleteProtectionCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_1DeleteProtectionGroupCommand: (
183
+ input: DeleteProtectionGroupCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_1DeleteSubscriptionCommand: (
187
+ input: DeleteSubscriptionCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_1DescribeAttackCommand: (
191
+ input: DescribeAttackCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_1DescribeAttackStatisticsCommand: (
195
+ input: DescribeAttackStatisticsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_1DescribeDRTAccessCommand: (
199
+ input: DescribeDRTAccessCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_1DescribeEmergencyContactSettingsCommand: (
203
+ input: DescribeEmergencyContactSettingsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1DescribeProtectionCommand: (
207
+ input: DescribeProtectionCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_1DescribeProtectionGroupCommand: (
211
+ input: DescribeProtectionGroupCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_1DescribeSubscriptionCommand: (
215
+ input: DescribeSubscriptionCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (
219
+ input: DisableApplicationLayerAutomaticResponseCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_1DisableProactiveEngagementCommand: (
223
+ input: DisableProactiveEngagementCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_1DisassociateDRTLogBucketCommand: (
227
+ input: DisassociateDRTLogBucketCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_1DisassociateDRTRoleCommand: (
231
+ input: DisassociateDRTRoleCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_1DisassociateHealthCheckCommand: (
235
+ input: DisassociateHealthCheckCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (
239
+ input: EnableApplicationLayerAutomaticResponseCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_1EnableProactiveEngagementCommand: (
243
+ input: EnableProactiveEngagementCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_1GetSubscriptionStateCommand: (
247
+ input: GetSubscriptionStateCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_1ListAttacksCommand: (
251
+ input: ListAttacksCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_1ListProtectionGroupsCommand: (
255
+ input: ListProtectionGroupsCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_1ListProtectionsCommand: (
259
+ input: ListProtectionsCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_1ListResourcesInProtectionGroupCommand: (
263
+ input: ListResourcesInProtectionGroupCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
267
+ input: ListTagsForResourceCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_1TagResourceCommand: (
271
+ input: TagResourceCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_1UntagResourceCommand: (
275
+ input: UntagResourceCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (
279
+ input: UpdateApplicationLayerAutomaticResponseCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_1UpdateEmergencyContactSettingsCommand: (
283
+ input: UpdateEmergencyContactSettingsCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_1UpdateProtectionGroupCommand: (
287
+ input: UpdateProtectionGroupCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_1UpdateSubscriptionCommand: (
291
+ input: UpdateSubscriptionCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const deserializeAws_json1_1AssociateDRTLogBucketCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<AssociateDRTLogBucketCommandOutput>;
298
+ export declare const deserializeAws_json1_1AssociateDRTRoleCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<AssociateDRTRoleCommandOutput>;
302
+ export declare const deserializeAws_json1_1AssociateHealthCheckCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<AssociateHealthCheckCommandOutput>;
306
+ export declare const deserializeAws_json1_1AssociateProactiveEngagementDetailsCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<AssociateProactiveEngagementDetailsCommandOutput>;
310
+ export declare const deserializeAws_json1_1CreateProtectionCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<CreateProtectionCommandOutput>;
314
+ export declare const deserializeAws_json1_1CreateProtectionGroupCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CreateProtectionGroupCommandOutput>;
318
+ export declare const deserializeAws_json1_1CreateSubscriptionCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<CreateSubscriptionCommandOutput>;
322
+ export declare const deserializeAws_json1_1DeleteProtectionCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DeleteProtectionCommandOutput>;
326
+ export declare const deserializeAws_json1_1DeleteProtectionGroupCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeleteProtectionGroupCommandOutput>;
330
+ export declare const deserializeAws_json1_1DeleteSubscriptionCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DeleteSubscriptionCommandOutput>;
334
+ export declare const deserializeAws_json1_1DescribeAttackCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DescribeAttackCommandOutput>;
338
+ export declare const deserializeAws_json1_1DescribeAttackStatisticsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DescribeAttackStatisticsCommandOutput>;
342
+ export declare const deserializeAws_json1_1DescribeDRTAccessCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DescribeDRTAccessCommandOutput>;
346
+ export declare const deserializeAws_json1_1DescribeEmergencyContactSettingsCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<DescribeEmergencyContactSettingsCommandOutput>;
350
+ export declare const deserializeAws_json1_1DescribeProtectionCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<DescribeProtectionCommandOutput>;
354
+ export declare const deserializeAws_json1_1DescribeProtectionGroupCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<DescribeProtectionGroupCommandOutput>;
358
+ export declare const deserializeAws_json1_1DescribeSubscriptionCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<DescribeSubscriptionCommandOutput>;
362
+ export declare const deserializeAws_json1_1DisableApplicationLayerAutomaticResponseCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
366
+ export declare const deserializeAws_json1_1DisableProactiveEngagementCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<DisableProactiveEngagementCommandOutput>;
370
+ export declare const deserializeAws_json1_1DisassociateDRTLogBucketCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<DisassociateDRTLogBucketCommandOutput>;
374
+ export declare const deserializeAws_json1_1DisassociateDRTRoleCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<DisassociateDRTRoleCommandOutput>;
378
+ export declare const deserializeAws_json1_1DisassociateHealthCheckCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<DisassociateHealthCheckCommandOutput>;
382
+ export declare const deserializeAws_json1_1EnableApplicationLayerAutomaticResponseCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
386
+ export declare const deserializeAws_json1_1EnableProactiveEngagementCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<EnableProactiveEngagementCommandOutput>;
390
+ export declare const deserializeAws_json1_1GetSubscriptionStateCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<GetSubscriptionStateCommandOutput>;
394
+ export declare const deserializeAws_json1_1ListAttacksCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<ListAttacksCommandOutput>;
398
+ export declare const deserializeAws_json1_1ListProtectionGroupsCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<ListProtectionGroupsCommandOutput>;
402
+ export declare const deserializeAws_json1_1ListProtectionsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<ListProtectionsCommandOutput>;
406
+ export declare const deserializeAws_json1_1ListResourcesInProtectionGroupCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<ListResourcesInProtectionGroupCommandOutput>;
410
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<ListTagsForResourceCommandOutput>;
414
+ export declare const deserializeAws_json1_1TagResourceCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<TagResourceCommandOutput>;
418
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<UntagResourceCommandOutput>;
422
+ export declare const deserializeAws_json1_1UpdateApplicationLayerAutomaticResponseCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
426
+ export declare const deserializeAws_json1_1UpdateEmergencyContactSettingsCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<UpdateEmergencyContactSettingsCommandOutput>;
430
+ export declare const deserializeAws_json1_1UpdateProtectionGroupCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<UpdateProtectionGroupCommandOutput>;
434
+ export declare const deserializeAws_json1_1UpdateSubscriptionCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UpdateSubscriptionCommandOutput>;