@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,185 +1,640 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateDRTLogBucketCommandInput, AssociateDRTLogBucketCommandOutput } from "./commands/AssociateDRTLogBucketCommand";
3
- import { AssociateDRTRoleCommandInput, AssociateDRTRoleCommandOutput } from "./commands/AssociateDRTRoleCommand";
4
- import { AssociateHealthCheckCommandInput, AssociateHealthCheckCommandOutput } from "./commands/AssociateHealthCheckCommand";
5
- import { AssociateProactiveEngagementDetailsCommandInput, AssociateProactiveEngagementDetailsCommandOutput } from "./commands/AssociateProactiveEngagementDetailsCommand";
6
- import { CreateProtectionCommandInput, CreateProtectionCommandOutput } from "./commands/CreateProtectionCommand";
7
- import { CreateProtectionGroupCommandInput, CreateProtectionGroupCommandOutput } from "./commands/CreateProtectionGroupCommand";
8
- import { CreateSubscriptionCommandInput, CreateSubscriptionCommandOutput } from "./commands/CreateSubscriptionCommand";
9
- import { DeleteProtectionCommandInput, DeleteProtectionCommandOutput } from "./commands/DeleteProtectionCommand";
10
- import { DeleteProtectionGroupCommandInput, DeleteProtectionGroupCommandOutput } from "./commands/DeleteProtectionGroupCommand";
11
- import { DeleteSubscriptionCommandInput, DeleteSubscriptionCommandOutput } from "./commands/DeleteSubscriptionCommand";
12
- import { DescribeAttackCommandInput, DescribeAttackCommandOutput } from "./commands/DescribeAttackCommand";
13
- import { DescribeAttackStatisticsCommandInput, DescribeAttackStatisticsCommandOutput } from "./commands/DescribeAttackStatisticsCommand";
14
- import { DescribeDRTAccessCommandInput, DescribeDRTAccessCommandOutput } from "./commands/DescribeDRTAccessCommand";
15
- import { DescribeEmergencyContactSettingsCommandInput, DescribeEmergencyContactSettingsCommandOutput } from "./commands/DescribeEmergencyContactSettingsCommand";
16
- import { DescribeProtectionCommandInput, DescribeProtectionCommandOutput } from "./commands/DescribeProtectionCommand";
17
- import { DescribeProtectionGroupCommandInput, DescribeProtectionGroupCommandOutput } from "./commands/DescribeProtectionGroupCommand";
18
- import { DescribeSubscriptionCommandInput, DescribeSubscriptionCommandOutput } from "./commands/DescribeSubscriptionCommand";
19
- import { DisableApplicationLayerAutomaticResponseCommandInput, DisableApplicationLayerAutomaticResponseCommandOutput } from "./commands/DisableApplicationLayerAutomaticResponseCommand";
20
- import { DisableProactiveEngagementCommandInput, DisableProactiveEngagementCommandOutput } from "./commands/DisableProactiveEngagementCommand";
21
- import { DisassociateDRTLogBucketCommandInput, DisassociateDRTLogBucketCommandOutput } from "./commands/DisassociateDRTLogBucketCommand";
22
- import { DisassociateDRTRoleCommandInput, DisassociateDRTRoleCommandOutput } from "./commands/DisassociateDRTRoleCommand";
23
- import { DisassociateHealthCheckCommandInput, DisassociateHealthCheckCommandOutput } from "./commands/DisassociateHealthCheckCommand";
24
- import { EnableApplicationLayerAutomaticResponseCommandInput, EnableApplicationLayerAutomaticResponseCommandOutput } from "./commands/EnableApplicationLayerAutomaticResponseCommand";
25
- import { EnableProactiveEngagementCommandInput, EnableProactiveEngagementCommandOutput } from "./commands/EnableProactiveEngagementCommand";
26
- import { GetSubscriptionStateCommandInput, GetSubscriptionStateCommandOutput } from "./commands/GetSubscriptionStateCommand";
27
- import { ListAttacksCommandInput, ListAttacksCommandOutput } from "./commands/ListAttacksCommand";
28
- import { ListProtectionGroupsCommandInput, ListProtectionGroupsCommandOutput } from "./commands/ListProtectionGroupsCommand";
29
- import { ListProtectionsCommandInput, ListProtectionsCommandOutput } from "./commands/ListProtectionsCommand";
30
- import { ListResourcesInProtectionGroupCommandInput, ListResourcesInProtectionGroupCommandOutput } from "./commands/ListResourcesInProtectionGroupCommand";
31
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
34
- import { UpdateApplicationLayerAutomaticResponseCommandInput, UpdateApplicationLayerAutomaticResponseCommandOutput } from "./commands/UpdateApplicationLayerAutomaticResponseCommand";
35
- import { UpdateEmergencyContactSettingsCommandInput, UpdateEmergencyContactSettingsCommandOutput } from "./commands/UpdateEmergencyContactSettingsCommand";
36
- import { UpdateProtectionGroupCommandInput, UpdateProtectionGroupCommandOutput } from "./commands/UpdateProtectionGroupCommand";
37
- import { UpdateSubscriptionCommandInput, UpdateSubscriptionCommandOutput } from "./commands/UpdateSubscriptionCommand";
38
- import { ShieldClient } from "./ShieldClient";
39
-
40
- export declare class Shield extends ShieldClient {
41
-
42
- associateDRTLogBucket(args: AssociateDRTLogBucketCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDRTLogBucketCommandOutput>;
43
- associateDRTLogBucket(args: AssociateDRTLogBucketCommandInput, cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void): void;
44
- associateDRTLogBucket(args: AssociateDRTLogBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void): void;
45
-
46
- associateDRTRole(args: AssociateDRTRoleCommandInput, options?: __HttpHandlerOptions): Promise<AssociateDRTRoleCommandOutput>;
47
- associateDRTRole(args: AssociateDRTRoleCommandInput, cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void): void;
48
- associateDRTRole(args: AssociateDRTRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void): void;
49
-
50
- associateHealthCheck(args: AssociateHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<AssociateHealthCheckCommandOutput>;
51
- associateHealthCheck(args: AssociateHealthCheckCommandInput, cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void): void;
52
- associateHealthCheck(args: AssociateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void): void;
53
-
54
- associateProactiveEngagementDetails(args: AssociateProactiveEngagementDetailsCommandInput, options?: __HttpHandlerOptions): Promise<AssociateProactiveEngagementDetailsCommandOutput>;
55
- associateProactiveEngagementDetails(args: AssociateProactiveEngagementDetailsCommandInput, cb: (err: any, data?: AssociateProactiveEngagementDetailsCommandOutput) => void): void;
56
- associateProactiveEngagementDetails(args: AssociateProactiveEngagementDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateProactiveEngagementDetailsCommandOutput) => void): void;
57
-
58
- createProtection(args: CreateProtectionCommandInput, options?: __HttpHandlerOptions): Promise<CreateProtectionCommandOutput>;
59
- createProtection(args: CreateProtectionCommandInput, cb: (err: any, data?: CreateProtectionCommandOutput) => void): void;
60
- createProtection(args: CreateProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProtectionCommandOutput) => void): void;
61
-
62
- createProtectionGroup(args: CreateProtectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateProtectionGroupCommandOutput>;
63
- createProtectionGroup(args: CreateProtectionGroupCommandInput, cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void): void;
64
- createProtectionGroup(args: CreateProtectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void): void;
65
-
66
- createSubscription(args: CreateSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateSubscriptionCommandOutput>;
67
- createSubscription(args: CreateSubscriptionCommandInput, cb: (err: any, data?: CreateSubscriptionCommandOutput) => void): void;
68
- createSubscription(args: CreateSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSubscriptionCommandOutput) => void): void;
69
-
70
- deleteProtection(args: DeleteProtectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProtectionCommandOutput>;
71
- deleteProtection(args: DeleteProtectionCommandInput, cb: (err: any, data?: DeleteProtectionCommandOutput) => void): void;
72
- deleteProtection(args: DeleteProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProtectionCommandOutput) => void): void;
73
-
74
- deleteProtectionGroup(args: DeleteProtectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProtectionGroupCommandOutput>;
75
- deleteProtectionGroup(args: DeleteProtectionGroupCommandInput, cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void): void;
76
- deleteProtectionGroup(args: DeleteProtectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void): void;
77
-
78
- deleteSubscription(args: DeleteSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSubscriptionCommandOutput>;
79
- deleteSubscription(args: DeleteSubscriptionCommandInput, cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void): void;
80
- deleteSubscription(args: DeleteSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void): void;
81
-
82
- describeAttack(args: DescribeAttackCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttackCommandOutput>;
83
- describeAttack(args: DescribeAttackCommandInput, cb: (err: any, data?: DescribeAttackCommandOutput) => void): void;
84
- describeAttack(args: DescribeAttackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttackCommandOutput) => void): void;
85
-
86
- describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttackStatisticsCommandOutput>;
87
- describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void): void;
88
- describeAttackStatistics(args: DescribeAttackStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void): void;
89
-
90
- describeDRTAccess(args: DescribeDRTAccessCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDRTAccessCommandOutput>;
91
- describeDRTAccess(args: DescribeDRTAccessCommandInput, cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void): void;
92
- describeDRTAccess(args: DescribeDRTAccessCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void): void;
93
-
94
- describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEmergencyContactSettingsCommandOutput>;
95
- describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void): void;
96
- describeEmergencyContactSettings(args: DescribeEmergencyContactSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void): void;
97
-
98
- describeProtection(args: DescribeProtectionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProtectionCommandOutput>;
99
- describeProtection(args: DescribeProtectionCommandInput, cb: (err: any, data?: DescribeProtectionCommandOutput) => void): void;
100
- describeProtection(args: DescribeProtectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectionCommandOutput) => void): void;
101
-
102
- describeProtectionGroup(args: DescribeProtectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProtectionGroupCommandOutput>;
103
- describeProtectionGroup(args: DescribeProtectionGroupCommandInput, cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void): void;
104
- describeProtectionGroup(args: DescribeProtectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void): void;
105
-
106
- describeSubscription(args: DescribeSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSubscriptionCommandOutput>;
107
- describeSubscription(args: DescribeSubscriptionCommandInput, cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void): void;
108
- describeSubscription(args: DescribeSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void): void;
109
-
110
- disableApplicationLayerAutomaticResponse(args: DisableApplicationLayerAutomaticResponseCommandInput, options?: __HttpHandlerOptions): Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
111
- disableApplicationLayerAutomaticResponse(args: DisableApplicationLayerAutomaticResponseCommandInput, cb: (err: any, data?: DisableApplicationLayerAutomaticResponseCommandOutput) => void): void;
112
- disableApplicationLayerAutomaticResponse(args: DisableApplicationLayerAutomaticResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableApplicationLayerAutomaticResponseCommandOutput) => void): void;
113
-
114
- disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, options?: __HttpHandlerOptions): Promise<DisableProactiveEngagementCommandOutput>;
115
- disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void): void;
116
- disableProactiveEngagement(args: DisableProactiveEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void): void;
117
-
118
- disassociateDRTLogBucket(args: DisassociateDRTLogBucketCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDRTLogBucketCommandOutput>;
119
- disassociateDRTLogBucket(args: DisassociateDRTLogBucketCommandInput, cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void): void;
120
- disassociateDRTLogBucket(args: DisassociateDRTLogBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void): void;
121
-
122
- disassociateDRTRole(args: DisassociateDRTRoleCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateDRTRoleCommandOutput>;
123
- disassociateDRTRole(args: DisassociateDRTRoleCommandInput, cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void): void;
124
- disassociateDRTRole(args: DisassociateDRTRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void): void;
125
-
126
- disassociateHealthCheck(args: DisassociateHealthCheckCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateHealthCheckCommandOutput>;
127
- disassociateHealthCheck(args: DisassociateHealthCheckCommandInput, cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void): void;
128
- disassociateHealthCheck(args: DisassociateHealthCheckCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void): void;
129
-
130
- enableApplicationLayerAutomaticResponse(args: EnableApplicationLayerAutomaticResponseCommandInput, options?: __HttpHandlerOptions): Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
131
- enableApplicationLayerAutomaticResponse(args: EnableApplicationLayerAutomaticResponseCommandInput, cb: (err: any, data?: EnableApplicationLayerAutomaticResponseCommandOutput) => void): void;
132
- enableApplicationLayerAutomaticResponse(args: EnableApplicationLayerAutomaticResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableApplicationLayerAutomaticResponseCommandOutput) => void): void;
133
-
134
- enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, options?: __HttpHandlerOptions): Promise<EnableProactiveEngagementCommandOutput>;
135
- enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void): void;
136
- enableProactiveEngagement(args: EnableProactiveEngagementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void): void;
137
-
138
- getSubscriptionState(args: GetSubscriptionStateCommandInput, options?: __HttpHandlerOptions): Promise<GetSubscriptionStateCommandOutput>;
139
- getSubscriptionState(args: GetSubscriptionStateCommandInput, cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void): void;
140
- getSubscriptionState(args: GetSubscriptionStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void): void;
141
-
142
- listAttacks(args: ListAttacksCommandInput, options?: __HttpHandlerOptions): Promise<ListAttacksCommandOutput>;
143
- listAttacks(args: ListAttacksCommandInput, cb: (err: any, data?: ListAttacksCommandOutput) => void): void;
144
- listAttacks(args: ListAttacksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttacksCommandOutput) => void): void;
145
-
146
- listProtectionGroups(args: ListProtectionGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectionGroupsCommandOutput>;
147
- listProtectionGroups(args: ListProtectionGroupsCommandInput, cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void): void;
148
- listProtectionGroups(args: ListProtectionGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void): void;
149
-
150
- listProtections(args: ListProtectionsCommandInput, options?: __HttpHandlerOptions): Promise<ListProtectionsCommandOutput>;
151
- listProtections(args: ListProtectionsCommandInput, cb: (err: any, data?: ListProtectionsCommandOutput) => void): void;
152
- listProtections(args: ListProtectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProtectionsCommandOutput) => void): void;
153
-
154
- listResourcesInProtectionGroup(args: ListResourcesInProtectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesInProtectionGroupCommandOutput>;
155
- listResourcesInProtectionGroup(args: ListResourcesInProtectionGroupCommandInput, cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void): void;
156
- listResourcesInProtectionGroup(args: ListResourcesInProtectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void): void;
157
-
158
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
159
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
160
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
161
-
162
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
163
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
164
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
165
-
166
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
167
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
168
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
169
-
170
- updateApplicationLayerAutomaticResponse(args: UpdateApplicationLayerAutomaticResponseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
171
- updateApplicationLayerAutomaticResponse(args: UpdateApplicationLayerAutomaticResponseCommandInput, cb: (err: any, data?: UpdateApplicationLayerAutomaticResponseCommandOutput) => void): void;
172
- updateApplicationLayerAutomaticResponse(args: UpdateApplicationLayerAutomaticResponseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationLayerAutomaticResponseCommandOutput) => void): void;
173
-
174
- updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEmergencyContactSettingsCommandOutput>;
175
- updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void): void;
176
- updateEmergencyContactSettings(args: UpdateEmergencyContactSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void): void;
177
-
178
- updateProtectionGroup(args: UpdateProtectionGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProtectionGroupCommandOutput>;
179
- updateProtectionGroup(args: UpdateProtectionGroupCommandInput, cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void): void;
180
- updateProtectionGroup(args: UpdateProtectionGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void): void;
181
-
182
- updateSubscription(args: UpdateSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriptionCommandOutput>;
183
- updateSubscription(args: UpdateSubscriptionCommandInput, cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void): void;
184
- updateSubscription(args: UpdateSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void): void;
185
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateDRTLogBucketCommandInput,
4
+ AssociateDRTLogBucketCommandOutput,
5
+ } from "./commands/AssociateDRTLogBucketCommand";
6
+ import {
7
+ AssociateDRTRoleCommandInput,
8
+ AssociateDRTRoleCommandOutput,
9
+ } from "./commands/AssociateDRTRoleCommand";
10
+ import {
11
+ AssociateHealthCheckCommandInput,
12
+ AssociateHealthCheckCommandOutput,
13
+ } from "./commands/AssociateHealthCheckCommand";
14
+ import {
15
+ AssociateProactiveEngagementDetailsCommandInput,
16
+ AssociateProactiveEngagementDetailsCommandOutput,
17
+ } from "./commands/AssociateProactiveEngagementDetailsCommand";
18
+ import {
19
+ CreateProtectionCommandInput,
20
+ CreateProtectionCommandOutput,
21
+ } from "./commands/CreateProtectionCommand";
22
+ import {
23
+ CreateProtectionGroupCommandInput,
24
+ CreateProtectionGroupCommandOutput,
25
+ } from "./commands/CreateProtectionGroupCommand";
26
+ import {
27
+ CreateSubscriptionCommandInput,
28
+ CreateSubscriptionCommandOutput,
29
+ } from "./commands/CreateSubscriptionCommand";
30
+ import {
31
+ DeleteProtectionCommandInput,
32
+ DeleteProtectionCommandOutput,
33
+ } from "./commands/DeleteProtectionCommand";
34
+ import {
35
+ DeleteProtectionGroupCommandInput,
36
+ DeleteProtectionGroupCommandOutput,
37
+ } from "./commands/DeleteProtectionGroupCommand";
38
+ import {
39
+ DeleteSubscriptionCommandInput,
40
+ DeleteSubscriptionCommandOutput,
41
+ } from "./commands/DeleteSubscriptionCommand";
42
+ import {
43
+ DescribeAttackCommandInput,
44
+ DescribeAttackCommandOutput,
45
+ } from "./commands/DescribeAttackCommand";
46
+ import {
47
+ DescribeAttackStatisticsCommandInput,
48
+ DescribeAttackStatisticsCommandOutput,
49
+ } from "./commands/DescribeAttackStatisticsCommand";
50
+ import {
51
+ DescribeDRTAccessCommandInput,
52
+ DescribeDRTAccessCommandOutput,
53
+ } from "./commands/DescribeDRTAccessCommand";
54
+ import {
55
+ DescribeEmergencyContactSettingsCommandInput,
56
+ DescribeEmergencyContactSettingsCommandOutput,
57
+ } from "./commands/DescribeEmergencyContactSettingsCommand";
58
+ import {
59
+ DescribeProtectionCommandInput,
60
+ DescribeProtectionCommandOutput,
61
+ } from "./commands/DescribeProtectionCommand";
62
+ import {
63
+ DescribeProtectionGroupCommandInput,
64
+ DescribeProtectionGroupCommandOutput,
65
+ } from "./commands/DescribeProtectionGroupCommand";
66
+ import {
67
+ DescribeSubscriptionCommandInput,
68
+ DescribeSubscriptionCommandOutput,
69
+ } from "./commands/DescribeSubscriptionCommand";
70
+ import {
71
+ DisableApplicationLayerAutomaticResponseCommandInput,
72
+ DisableApplicationLayerAutomaticResponseCommandOutput,
73
+ } from "./commands/DisableApplicationLayerAutomaticResponseCommand";
74
+ import {
75
+ DisableProactiveEngagementCommandInput,
76
+ DisableProactiveEngagementCommandOutput,
77
+ } from "./commands/DisableProactiveEngagementCommand";
78
+ import {
79
+ DisassociateDRTLogBucketCommandInput,
80
+ DisassociateDRTLogBucketCommandOutput,
81
+ } from "./commands/DisassociateDRTLogBucketCommand";
82
+ import {
83
+ DisassociateDRTRoleCommandInput,
84
+ DisassociateDRTRoleCommandOutput,
85
+ } from "./commands/DisassociateDRTRoleCommand";
86
+ import {
87
+ DisassociateHealthCheckCommandInput,
88
+ DisassociateHealthCheckCommandOutput,
89
+ } from "./commands/DisassociateHealthCheckCommand";
90
+ import {
91
+ EnableApplicationLayerAutomaticResponseCommandInput,
92
+ EnableApplicationLayerAutomaticResponseCommandOutput,
93
+ } from "./commands/EnableApplicationLayerAutomaticResponseCommand";
94
+ import {
95
+ EnableProactiveEngagementCommandInput,
96
+ EnableProactiveEngagementCommandOutput,
97
+ } from "./commands/EnableProactiveEngagementCommand";
98
+ import {
99
+ GetSubscriptionStateCommandInput,
100
+ GetSubscriptionStateCommandOutput,
101
+ } from "./commands/GetSubscriptionStateCommand";
102
+ import {
103
+ ListAttacksCommandInput,
104
+ ListAttacksCommandOutput,
105
+ } from "./commands/ListAttacksCommand";
106
+ import {
107
+ ListProtectionGroupsCommandInput,
108
+ ListProtectionGroupsCommandOutput,
109
+ } from "./commands/ListProtectionGroupsCommand";
110
+ import {
111
+ ListProtectionsCommandInput,
112
+ ListProtectionsCommandOutput,
113
+ } from "./commands/ListProtectionsCommand";
114
+ import {
115
+ ListResourcesInProtectionGroupCommandInput,
116
+ ListResourcesInProtectionGroupCommandOutput,
117
+ } from "./commands/ListResourcesInProtectionGroupCommand";
118
+ import {
119
+ ListTagsForResourceCommandInput,
120
+ ListTagsForResourceCommandOutput,
121
+ } from "./commands/ListTagsForResourceCommand";
122
+ import {
123
+ TagResourceCommandInput,
124
+ TagResourceCommandOutput,
125
+ } from "./commands/TagResourceCommand";
126
+ import {
127
+ UntagResourceCommandInput,
128
+ UntagResourceCommandOutput,
129
+ } from "./commands/UntagResourceCommand";
130
+ import {
131
+ UpdateApplicationLayerAutomaticResponseCommandInput,
132
+ UpdateApplicationLayerAutomaticResponseCommandOutput,
133
+ } from "./commands/UpdateApplicationLayerAutomaticResponseCommand";
134
+ import {
135
+ UpdateEmergencyContactSettingsCommandInput,
136
+ UpdateEmergencyContactSettingsCommandOutput,
137
+ } from "./commands/UpdateEmergencyContactSettingsCommand";
138
+ import {
139
+ UpdateProtectionGroupCommandInput,
140
+ UpdateProtectionGroupCommandOutput,
141
+ } from "./commands/UpdateProtectionGroupCommand";
142
+ import {
143
+ UpdateSubscriptionCommandInput,
144
+ UpdateSubscriptionCommandOutput,
145
+ } from "./commands/UpdateSubscriptionCommand";
146
+ import { ShieldClient } from "./ShieldClient";
147
+ export declare class Shield extends ShieldClient {
148
+ associateDRTLogBucket(
149
+ args: AssociateDRTLogBucketCommandInput,
150
+ options?: __HttpHandlerOptions
151
+ ): Promise<AssociateDRTLogBucketCommandOutput>;
152
+ associateDRTLogBucket(
153
+ args: AssociateDRTLogBucketCommandInput,
154
+ cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
155
+ ): void;
156
+ associateDRTLogBucket(
157
+ args: AssociateDRTLogBucketCommandInput,
158
+ options: __HttpHandlerOptions,
159
+ cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
160
+ ): void;
161
+ associateDRTRole(
162
+ args: AssociateDRTRoleCommandInput,
163
+ options?: __HttpHandlerOptions
164
+ ): Promise<AssociateDRTRoleCommandOutput>;
165
+ associateDRTRole(
166
+ args: AssociateDRTRoleCommandInput,
167
+ cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
168
+ ): void;
169
+ associateDRTRole(
170
+ args: AssociateDRTRoleCommandInput,
171
+ options: __HttpHandlerOptions,
172
+ cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
173
+ ): void;
174
+ associateHealthCheck(
175
+ args: AssociateHealthCheckCommandInput,
176
+ options?: __HttpHandlerOptions
177
+ ): Promise<AssociateHealthCheckCommandOutput>;
178
+ associateHealthCheck(
179
+ args: AssociateHealthCheckCommandInput,
180
+ cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
181
+ ): void;
182
+ associateHealthCheck(
183
+ args: AssociateHealthCheckCommandInput,
184
+ options: __HttpHandlerOptions,
185
+ cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
186
+ ): void;
187
+ associateProactiveEngagementDetails(
188
+ args: AssociateProactiveEngagementDetailsCommandInput,
189
+ options?: __HttpHandlerOptions
190
+ ): Promise<AssociateProactiveEngagementDetailsCommandOutput>;
191
+ associateProactiveEngagementDetails(
192
+ args: AssociateProactiveEngagementDetailsCommandInput,
193
+ cb: (
194
+ err: any,
195
+ data?: AssociateProactiveEngagementDetailsCommandOutput
196
+ ) => void
197
+ ): void;
198
+ associateProactiveEngagementDetails(
199
+ args: AssociateProactiveEngagementDetailsCommandInput,
200
+ options: __HttpHandlerOptions,
201
+ cb: (
202
+ err: any,
203
+ data?: AssociateProactiveEngagementDetailsCommandOutput
204
+ ) => void
205
+ ): void;
206
+ createProtection(
207
+ args: CreateProtectionCommandInput,
208
+ options?: __HttpHandlerOptions
209
+ ): Promise<CreateProtectionCommandOutput>;
210
+ createProtection(
211
+ args: CreateProtectionCommandInput,
212
+ cb: (err: any, data?: CreateProtectionCommandOutput) => void
213
+ ): void;
214
+ createProtection(
215
+ args: CreateProtectionCommandInput,
216
+ options: __HttpHandlerOptions,
217
+ cb: (err: any, data?: CreateProtectionCommandOutput) => void
218
+ ): void;
219
+ createProtectionGroup(
220
+ args: CreateProtectionGroupCommandInput,
221
+ options?: __HttpHandlerOptions
222
+ ): Promise<CreateProtectionGroupCommandOutput>;
223
+ createProtectionGroup(
224
+ args: CreateProtectionGroupCommandInput,
225
+ cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
226
+ ): void;
227
+ createProtectionGroup(
228
+ args: CreateProtectionGroupCommandInput,
229
+ options: __HttpHandlerOptions,
230
+ cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
231
+ ): void;
232
+ createSubscription(
233
+ args: CreateSubscriptionCommandInput,
234
+ options?: __HttpHandlerOptions
235
+ ): Promise<CreateSubscriptionCommandOutput>;
236
+ createSubscription(
237
+ args: CreateSubscriptionCommandInput,
238
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
239
+ ): void;
240
+ createSubscription(
241
+ args: CreateSubscriptionCommandInput,
242
+ options: __HttpHandlerOptions,
243
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
244
+ ): void;
245
+ deleteProtection(
246
+ args: DeleteProtectionCommandInput,
247
+ options?: __HttpHandlerOptions
248
+ ): Promise<DeleteProtectionCommandOutput>;
249
+ deleteProtection(
250
+ args: DeleteProtectionCommandInput,
251
+ cb: (err: any, data?: DeleteProtectionCommandOutput) => void
252
+ ): void;
253
+ deleteProtection(
254
+ args: DeleteProtectionCommandInput,
255
+ options: __HttpHandlerOptions,
256
+ cb: (err: any, data?: DeleteProtectionCommandOutput) => void
257
+ ): void;
258
+ deleteProtectionGroup(
259
+ args: DeleteProtectionGroupCommandInput,
260
+ options?: __HttpHandlerOptions
261
+ ): Promise<DeleteProtectionGroupCommandOutput>;
262
+ deleteProtectionGroup(
263
+ args: DeleteProtectionGroupCommandInput,
264
+ cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
265
+ ): void;
266
+ deleteProtectionGroup(
267
+ args: DeleteProtectionGroupCommandInput,
268
+ options: __HttpHandlerOptions,
269
+ cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
270
+ ): void;
271
+ deleteSubscription(
272
+ args: DeleteSubscriptionCommandInput,
273
+ options?: __HttpHandlerOptions
274
+ ): Promise<DeleteSubscriptionCommandOutput>;
275
+ deleteSubscription(
276
+ args: DeleteSubscriptionCommandInput,
277
+ cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
278
+ ): void;
279
+ deleteSubscription(
280
+ args: DeleteSubscriptionCommandInput,
281
+ options: __HttpHandlerOptions,
282
+ cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
283
+ ): void;
284
+ describeAttack(
285
+ args: DescribeAttackCommandInput,
286
+ options?: __HttpHandlerOptions
287
+ ): Promise<DescribeAttackCommandOutput>;
288
+ describeAttack(
289
+ args: DescribeAttackCommandInput,
290
+ cb: (err: any, data?: DescribeAttackCommandOutput) => void
291
+ ): void;
292
+ describeAttack(
293
+ args: DescribeAttackCommandInput,
294
+ options: __HttpHandlerOptions,
295
+ cb: (err: any, data?: DescribeAttackCommandOutput) => void
296
+ ): void;
297
+ describeAttackStatistics(
298
+ args: DescribeAttackStatisticsCommandInput,
299
+ options?: __HttpHandlerOptions
300
+ ): Promise<DescribeAttackStatisticsCommandOutput>;
301
+ describeAttackStatistics(
302
+ args: DescribeAttackStatisticsCommandInput,
303
+ cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
304
+ ): void;
305
+ describeAttackStatistics(
306
+ args: DescribeAttackStatisticsCommandInput,
307
+ options: __HttpHandlerOptions,
308
+ cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
309
+ ): void;
310
+ describeDRTAccess(
311
+ args: DescribeDRTAccessCommandInput,
312
+ options?: __HttpHandlerOptions
313
+ ): Promise<DescribeDRTAccessCommandOutput>;
314
+ describeDRTAccess(
315
+ args: DescribeDRTAccessCommandInput,
316
+ cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
317
+ ): void;
318
+ describeDRTAccess(
319
+ args: DescribeDRTAccessCommandInput,
320
+ options: __HttpHandlerOptions,
321
+ cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
322
+ ): void;
323
+ describeEmergencyContactSettings(
324
+ args: DescribeEmergencyContactSettingsCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DescribeEmergencyContactSettingsCommandOutput>;
327
+ describeEmergencyContactSettings(
328
+ args: DescribeEmergencyContactSettingsCommandInput,
329
+ cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
330
+ ): void;
331
+ describeEmergencyContactSettings(
332
+ args: DescribeEmergencyContactSettingsCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
335
+ ): void;
336
+ describeProtection(
337
+ args: DescribeProtectionCommandInput,
338
+ options?: __HttpHandlerOptions
339
+ ): Promise<DescribeProtectionCommandOutput>;
340
+ describeProtection(
341
+ args: DescribeProtectionCommandInput,
342
+ cb: (err: any, data?: DescribeProtectionCommandOutput) => void
343
+ ): void;
344
+ describeProtection(
345
+ args: DescribeProtectionCommandInput,
346
+ options: __HttpHandlerOptions,
347
+ cb: (err: any, data?: DescribeProtectionCommandOutput) => void
348
+ ): void;
349
+ describeProtectionGroup(
350
+ args: DescribeProtectionGroupCommandInput,
351
+ options?: __HttpHandlerOptions
352
+ ): Promise<DescribeProtectionGroupCommandOutput>;
353
+ describeProtectionGroup(
354
+ args: DescribeProtectionGroupCommandInput,
355
+ cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
356
+ ): void;
357
+ describeProtectionGroup(
358
+ args: DescribeProtectionGroupCommandInput,
359
+ options: __HttpHandlerOptions,
360
+ cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
361
+ ): void;
362
+ describeSubscription(
363
+ args: DescribeSubscriptionCommandInput,
364
+ options?: __HttpHandlerOptions
365
+ ): Promise<DescribeSubscriptionCommandOutput>;
366
+ describeSubscription(
367
+ args: DescribeSubscriptionCommandInput,
368
+ cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
369
+ ): void;
370
+ describeSubscription(
371
+ args: DescribeSubscriptionCommandInput,
372
+ options: __HttpHandlerOptions,
373
+ cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
374
+ ): void;
375
+ disableApplicationLayerAutomaticResponse(
376
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
377
+ options?: __HttpHandlerOptions
378
+ ): Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
379
+ disableApplicationLayerAutomaticResponse(
380
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
381
+ cb: (
382
+ err: any,
383
+ data?: DisableApplicationLayerAutomaticResponseCommandOutput
384
+ ) => void
385
+ ): void;
386
+ disableApplicationLayerAutomaticResponse(
387
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
388
+ options: __HttpHandlerOptions,
389
+ cb: (
390
+ err: any,
391
+ data?: DisableApplicationLayerAutomaticResponseCommandOutput
392
+ ) => void
393
+ ): void;
394
+ disableProactiveEngagement(
395
+ args: DisableProactiveEngagementCommandInput,
396
+ options?: __HttpHandlerOptions
397
+ ): Promise<DisableProactiveEngagementCommandOutput>;
398
+ disableProactiveEngagement(
399
+ args: DisableProactiveEngagementCommandInput,
400
+ cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
401
+ ): void;
402
+ disableProactiveEngagement(
403
+ args: DisableProactiveEngagementCommandInput,
404
+ options: __HttpHandlerOptions,
405
+ cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
406
+ ): void;
407
+ disassociateDRTLogBucket(
408
+ args: DisassociateDRTLogBucketCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<DisassociateDRTLogBucketCommandOutput>;
411
+ disassociateDRTLogBucket(
412
+ args: DisassociateDRTLogBucketCommandInput,
413
+ cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
414
+ ): void;
415
+ disassociateDRTLogBucket(
416
+ args: DisassociateDRTLogBucketCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
419
+ ): void;
420
+ disassociateDRTRole(
421
+ args: DisassociateDRTRoleCommandInput,
422
+ options?: __HttpHandlerOptions
423
+ ): Promise<DisassociateDRTRoleCommandOutput>;
424
+ disassociateDRTRole(
425
+ args: DisassociateDRTRoleCommandInput,
426
+ cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
427
+ ): void;
428
+ disassociateDRTRole(
429
+ args: DisassociateDRTRoleCommandInput,
430
+ options: __HttpHandlerOptions,
431
+ cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
432
+ ): void;
433
+ disassociateHealthCheck(
434
+ args: DisassociateHealthCheckCommandInput,
435
+ options?: __HttpHandlerOptions
436
+ ): Promise<DisassociateHealthCheckCommandOutput>;
437
+ disassociateHealthCheck(
438
+ args: DisassociateHealthCheckCommandInput,
439
+ cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
440
+ ): void;
441
+ disassociateHealthCheck(
442
+ args: DisassociateHealthCheckCommandInput,
443
+ options: __HttpHandlerOptions,
444
+ cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
445
+ ): void;
446
+ enableApplicationLayerAutomaticResponse(
447
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
448
+ options?: __HttpHandlerOptions
449
+ ): Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
450
+ enableApplicationLayerAutomaticResponse(
451
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
452
+ cb: (
453
+ err: any,
454
+ data?: EnableApplicationLayerAutomaticResponseCommandOutput
455
+ ) => void
456
+ ): void;
457
+ enableApplicationLayerAutomaticResponse(
458
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (
461
+ err: any,
462
+ data?: EnableApplicationLayerAutomaticResponseCommandOutput
463
+ ) => void
464
+ ): void;
465
+ enableProactiveEngagement(
466
+ args: EnableProactiveEngagementCommandInput,
467
+ options?: __HttpHandlerOptions
468
+ ): Promise<EnableProactiveEngagementCommandOutput>;
469
+ enableProactiveEngagement(
470
+ args: EnableProactiveEngagementCommandInput,
471
+ cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
472
+ ): void;
473
+ enableProactiveEngagement(
474
+ args: EnableProactiveEngagementCommandInput,
475
+ options: __HttpHandlerOptions,
476
+ cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
477
+ ): void;
478
+ getSubscriptionState(
479
+ args: GetSubscriptionStateCommandInput,
480
+ options?: __HttpHandlerOptions
481
+ ): Promise<GetSubscriptionStateCommandOutput>;
482
+ getSubscriptionState(
483
+ args: GetSubscriptionStateCommandInput,
484
+ cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
485
+ ): void;
486
+ getSubscriptionState(
487
+ args: GetSubscriptionStateCommandInput,
488
+ options: __HttpHandlerOptions,
489
+ cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
490
+ ): void;
491
+ listAttacks(
492
+ args: ListAttacksCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<ListAttacksCommandOutput>;
495
+ listAttacks(
496
+ args: ListAttacksCommandInput,
497
+ cb: (err: any, data?: ListAttacksCommandOutput) => void
498
+ ): void;
499
+ listAttacks(
500
+ args: ListAttacksCommandInput,
501
+ options: __HttpHandlerOptions,
502
+ cb: (err: any, data?: ListAttacksCommandOutput) => void
503
+ ): void;
504
+ listProtectionGroups(
505
+ args: ListProtectionGroupsCommandInput,
506
+ options?: __HttpHandlerOptions
507
+ ): Promise<ListProtectionGroupsCommandOutput>;
508
+ listProtectionGroups(
509
+ args: ListProtectionGroupsCommandInput,
510
+ cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
511
+ ): void;
512
+ listProtectionGroups(
513
+ args: ListProtectionGroupsCommandInput,
514
+ options: __HttpHandlerOptions,
515
+ cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
516
+ ): void;
517
+ listProtections(
518
+ args: ListProtectionsCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<ListProtectionsCommandOutput>;
521
+ listProtections(
522
+ args: ListProtectionsCommandInput,
523
+ cb: (err: any, data?: ListProtectionsCommandOutput) => void
524
+ ): void;
525
+ listProtections(
526
+ args: ListProtectionsCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: ListProtectionsCommandOutput) => void
529
+ ): void;
530
+ listResourcesInProtectionGroup(
531
+ args: ListResourcesInProtectionGroupCommandInput,
532
+ options?: __HttpHandlerOptions
533
+ ): Promise<ListResourcesInProtectionGroupCommandOutput>;
534
+ listResourcesInProtectionGroup(
535
+ args: ListResourcesInProtectionGroupCommandInput,
536
+ cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
537
+ ): void;
538
+ listResourcesInProtectionGroup(
539
+ args: ListResourcesInProtectionGroupCommandInput,
540
+ options: __HttpHandlerOptions,
541
+ cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
542
+ ): void;
543
+ listTagsForResource(
544
+ args: ListTagsForResourceCommandInput,
545
+ options?: __HttpHandlerOptions
546
+ ): Promise<ListTagsForResourceCommandOutput>;
547
+ listTagsForResource(
548
+ args: ListTagsForResourceCommandInput,
549
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
550
+ ): void;
551
+ listTagsForResource(
552
+ args: ListTagsForResourceCommandInput,
553
+ options: __HttpHandlerOptions,
554
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
555
+ ): void;
556
+ tagResource(
557
+ args: TagResourceCommandInput,
558
+ options?: __HttpHandlerOptions
559
+ ): Promise<TagResourceCommandOutput>;
560
+ tagResource(
561
+ args: TagResourceCommandInput,
562
+ cb: (err: any, data?: TagResourceCommandOutput) => void
563
+ ): void;
564
+ tagResource(
565
+ args: TagResourceCommandInput,
566
+ options: __HttpHandlerOptions,
567
+ cb: (err: any, data?: TagResourceCommandOutput) => void
568
+ ): void;
569
+ untagResource(
570
+ args: UntagResourceCommandInput,
571
+ options?: __HttpHandlerOptions
572
+ ): Promise<UntagResourceCommandOutput>;
573
+ untagResource(
574
+ args: UntagResourceCommandInput,
575
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
576
+ ): void;
577
+ untagResource(
578
+ args: UntagResourceCommandInput,
579
+ options: __HttpHandlerOptions,
580
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
581
+ ): void;
582
+ updateApplicationLayerAutomaticResponse(
583
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
584
+ options?: __HttpHandlerOptions
585
+ ): Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
586
+ updateApplicationLayerAutomaticResponse(
587
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
588
+ cb: (
589
+ err: any,
590
+ data?: UpdateApplicationLayerAutomaticResponseCommandOutput
591
+ ) => void
592
+ ): void;
593
+ updateApplicationLayerAutomaticResponse(
594
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
595
+ options: __HttpHandlerOptions,
596
+ cb: (
597
+ err: any,
598
+ data?: UpdateApplicationLayerAutomaticResponseCommandOutput
599
+ ) => void
600
+ ): void;
601
+ updateEmergencyContactSettings(
602
+ args: UpdateEmergencyContactSettingsCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<UpdateEmergencyContactSettingsCommandOutput>;
605
+ updateEmergencyContactSettings(
606
+ args: UpdateEmergencyContactSettingsCommandInput,
607
+ cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
608
+ ): void;
609
+ updateEmergencyContactSettings(
610
+ args: UpdateEmergencyContactSettingsCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
613
+ ): void;
614
+ updateProtectionGroup(
615
+ args: UpdateProtectionGroupCommandInput,
616
+ options?: __HttpHandlerOptions
617
+ ): Promise<UpdateProtectionGroupCommandOutput>;
618
+ updateProtectionGroup(
619
+ args: UpdateProtectionGroupCommandInput,
620
+ cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
621
+ ): void;
622
+ updateProtectionGroup(
623
+ args: UpdateProtectionGroupCommandInput,
624
+ options: __HttpHandlerOptions,
625
+ cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
626
+ ): void;
627
+ updateSubscription(
628
+ args: UpdateSubscriptionCommandInput,
629
+ options?: __HttpHandlerOptions
630
+ ): Promise<UpdateSubscriptionCommandOutput>;
631
+ updateSubscription(
632
+ args: UpdateSubscriptionCommandInput,
633
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
634
+ ): void;
635
+ updateSubscription(
636
+ args: UpdateSubscriptionCommandInput,
637
+ options: __HttpHandlerOptions,
638
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
639
+ ): void;
640
+ }