@aws-sdk/client-shield 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Shield.d.ts +676 -185
  3. package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/index.d.ts +36 -36
  41. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  42. package/dist-types/ts3.4/index.d.ts +6 -6
  43. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +8 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +1050 -937
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  47. package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  57. package/package.json +34 -34
@@ -1,185 +1,676 @@
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
+
148
+ export declare class Shield extends ShieldClient {
149
+ associateDRTLogBucket(
150
+ args: AssociateDRTLogBucketCommandInput,
151
+ options?: __HttpHandlerOptions
152
+ ): Promise<AssociateDRTLogBucketCommandOutput>;
153
+ associateDRTLogBucket(
154
+ args: AssociateDRTLogBucketCommandInput,
155
+ cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
156
+ ): void;
157
+ associateDRTLogBucket(
158
+ args: AssociateDRTLogBucketCommandInput,
159
+ options: __HttpHandlerOptions,
160
+ cb: (err: any, data?: AssociateDRTLogBucketCommandOutput) => void
161
+ ): void;
162
+
163
+ associateDRTRole(
164
+ args: AssociateDRTRoleCommandInput,
165
+ options?: __HttpHandlerOptions
166
+ ): Promise<AssociateDRTRoleCommandOutput>;
167
+ associateDRTRole(
168
+ args: AssociateDRTRoleCommandInput,
169
+ cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
170
+ ): void;
171
+ associateDRTRole(
172
+ args: AssociateDRTRoleCommandInput,
173
+ options: __HttpHandlerOptions,
174
+ cb: (err: any, data?: AssociateDRTRoleCommandOutput) => void
175
+ ): void;
176
+
177
+ associateHealthCheck(
178
+ args: AssociateHealthCheckCommandInput,
179
+ options?: __HttpHandlerOptions
180
+ ): Promise<AssociateHealthCheckCommandOutput>;
181
+ associateHealthCheck(
182
+ args: AssociateHealthCheckCommandInput,
183
+ cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
184
+ ): void;
185
+ associateHealthCheck(
186
+ args: AssociateHealthCheckCommandInput,
187
+ options: __HttpHandlerOptions,
188
+ cb: (err: any, data?: AssociateHealthCheckCommandOutput) => void
189
+ ): void;
190
+
191
+ associateProactiveEngagementDetails(
192
+ args: AssociateProactiveEngagementDetailsCommandInput,
193
+ options?: __HttpHandlerOptions
194
+ ): Promise<AssociateProactiveEngagementDetailsCommandOutput>;
195
+ associateProactiveEngagementDetails(
196
+ args: AssociateProactiveEngagementDetailsCommandInput,
197
+ cb: (
198
+ err: any,
199
+ data?: AssociateProactiveEngagementDetailsCommandOutput
200
+ ) => void
201
+ ): void;
202
+ associateProactiveEngagementDetails(
203
+ args: AssociateProactiveEngagementDetailsCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (
206
+ err: any,
207
+ data?: AssociateProactiveEngagementDetailsCommandOutput
208
+ ) => void
209
+ ): void;
210
+
211
+ createProtection(
212
+ args: CreateProtectionCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CreateProtectionCommandOutput>;
215
+ createProtection(
216
+ args: CreateProtectionCommandInput,
217
+ cb: (err: any, data?: CreateProtectionCommandOutput) => void
218
+ ): void;
219
+ createProtection(
220
+ args: CreateProtectionCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CreateProtectionCommandOutput) => void
223
+ ): void;
224
+
225
+ createProtectionGroup(
226
+ args: CreateProtectionGroupCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<CreateProtectionGroupCommandOutput>;
229
+ createProtectionGroup(
230
+ args: CreateProtectionGroupCommandInput,
231
+ cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
232
+ ): void;
233
+ createProtectionGroup(
234
+ args: CreateProtectionGroupCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: CreateProtectionGroupCommandOutput) => void
237
+ ): void;
238
+
239
+ createSubscription(
240
+ args: CreateSubscriptionCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<CreateSubscriptionCommandOutput>;
243
+ createSubscription(
244
+ args: CreateSubscriptionCommandInput,
245
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
246
+ ): void;
247
+ createSubscription(
248
+ args: CreateSubscriptionCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: CreateSubscriptionCommandOutput) => void
251
+ ): void;
252
+
253
+ deleteProtection(
254
+ args: DeleteProtectionCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<DeleteProtectionCommandOutput>;
257
+ deleteProtection(
258
+ args: DeleteProtectionCommandInput,
259
+ cb: (err: any, data?: DeleteProtectionCommandOutput) => void
260
+ ): void;
261
+ deleteProtection(
262
+ args: DeleteProtectionCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: DeleteProtectionCommandOutput) => void
265
+ ): void;
266
+
267
+ deleteProtectionGroup(
268
+ args: DeleteProtectionGroupCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<DeleteProtectionGroupCommandOutput>;
271
+ deleteProtectionGroup(
272
+ args: DeleteProtectionGroupCommandInput,
273
+ cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
274
+ ): void;
275
+ deleteProtectionGroup(
276
+ args: DeleteProtectionGroupCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: DeleteProtectionGroupCommandOutput) => void
279
+ ): void;
280
+
281
+ deleteSubscription(
282
+ args: DeleteSubscriptionCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<DeleteSubscriptionCommandOutput>;
285
+ deleteSubscription(
286
+ args: DeleteSubscriptionCommandInput,
287
+ cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
288
+ ): void;
289
+ deleteSubscription(
290
+ args: DeleteSubscriptionCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: DeleteSubscriptionCommandOutput) => void
293
+ ): void;
294
+
295
+ describeAttack(
296
+ args: DescribeAttackCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DescribeAttackCommandOutput>;
299
+ describeAttack(
300
+ args: DescribeAttackCommandInput,
301
+ cb: (err: any, data?: DescribeAttackCommandOutput) => void
302
+ ): void;
303
+ describeAttack(
304
+ args: DescribeAttackCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DescribeAttackCommandOutput) => void
307
+ ): void;
308
+
309
+ describeAttackStatistics(
310
+ args: DescribeAttackStatisticsCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DescribeAttackStatisticsCommandOutput>;
313
+ describeAttackStatistics(
314
+ args: DescribeAttackStatisticsCommandInput,
315
+ cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
316
+ ): void;
317
+ describeAttackStatistics(
318
+ args: DescribeAttackStatisticsCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DescribeAttackStatisticsCommandOutput) => void
321
+ ): void;
322
+
323
+ describeDRTAccess(
324
+ args: DescribeDRTAccessCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DescribeDRTAccessCommandOutput>;
327
+ describeDRTAccess(
328
+ args: DescribeDRTAccessCommandInput,
329
+ cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
330
+ ): void;
331
+ describeDRTAccess(
332
+ args: DescribeDRTAccessCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DescribeDRTAccessCommandOutput) => void
335
+ ): void;
336
+
337
+ describeEmergencyContactSettings(
338
+ args: DescribeEmergencyContactSettingsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DescribeEmergencyContactSettingsCommandOutput>;
341
+ describeEmergencyContactSettings(
342
+ args: DescribeEmergencyContactSettingsCommandInput,
343
+ cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
344
+ ): void;
345
+ describeEmergencyContactSettings(
346
+ args: DescribeEmergencyContactSettingsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DescribeEmergencyContactSettingsCommandOutput) => void
349
+ ): void;
350
+
351
+ describeProtection(
352
+ args: DescribeProtectionCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<DescribeProtectionCommandOutput>;
355
+ describeProtection(
356
+ args: DescribeProtectionCommandInput,
357
+ cb: (err: any, data?: DescribeProtectionCommandOutput) => void
358
+ ): void;
359
+ describeProtection(
360
+ args: DescribeProtectionCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: DescribeProtectionCommandOutput) => void
363
+ ): void;
364
+
365
+ describeProtectionGroup(
366
+ args: DescribeProtectionGroupCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DescribeProtectionGroupCommandOutput>;
369
+ describeProtectionGroup(
370
+ args: DescribeProtectionGroupCommandInput,
371
+ cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
372
+ ): void;
373
+ describeProtectionGroup(
374
+ args: DescribeProtectionGroupCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DescribeProtectionGroupCommandOutput) => void
377
+ ): void;
378
+
379
+ describeSubscription(
380
+ args: DescribeSubscriptionCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DescribeSubscriptionCommandOutput>;
383
+ describeSubscription(
384
+ args: DescribeSubscriptionCommandInput,
385
+ cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
386
+ ): void;
387
+ describeSubscription(
388
+ args: DescribeSubscriptionCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DescribeSubscriptionCommandOutput) => void
391
+ ): void;
392
+
393
+ disableApplicationLayerAutomaticResponse(
394
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DisableApplicationLayerAutomaticResponseCommandOutput>;
397
+ disableApplicationLayerAutomaticResponse(
398
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
399
+ cb: (
400
+ err: any,
401
+ data?: DisableApplicationLayerAutomaticResponseCommandOutput
402
+ ) => void
403
+ ): void;
404
+ disableApplicationLayerAutomaticResponse(
405
+ args: DisableApplicationLayerAutomaticResponseCommandInput,
406
+ options: __HttpHandlerOptions,
407
+ cb: (
408
+ err: any,
409
+ data?: DisableApplicationLayerAutomaticResponseCommandOutput
410
+ ) => void
411
+ ): void;
412
+
413
+ disableProactiveEngagement(
414
+ args: DisableProactiveEngagementCommandInput,
415
+ options?: __HttpHandlerOptions
416
+ ): Promise<DisableProactiveEngagementCommandOutput>;
417
+ disableProactiveEngagement(
418
+ args: DisableProactiveEngagementCommandInput,
419
+ cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
420
+ ): void;
421
+ disableProactiveEngagement(
422
+ args: DisableProactiveEngagementCommandInput,
423
+ options: __HttpHandlerOptions,
424
+ cb: (err: any, data?: DisableProactiveEngagementCommandOutput) => void
425
+ ): void;
426
+
427
+ disassociateDRTLogBucket(
428
+ args: DisassociateDRTLogBucketCommandInput,
429
+ options?: __HttpHandlerOptions
430
+ ): Promise<DisassociateDRTLogBucketCommandOutput>;
431
+ disassociateDRTLogBucket(
432
+ args: DisassociateDRTLogBucketCommandInput,
433
+ cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
434
+ ): void;
435
+ disassociateDRTLogBucket(
436
+ args: DisassociateDRTLogBucketCommandInput,
437
+ options: __HttpHandlerOptions,
438
+ cb: (err: any, data?: DisassociateDRTLogBucketCommandOutput) => void
439
+ ): void;
440
+
441
+ disassociateDRTRole(
442
+ args: DisassociateDRTRoleCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<DisassociateDRTRoleCommandOutput>;
445
+ disassociateDRTRole(
446
+ args: DisassociateDRTRoleCommandInput,
447
+ cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
448
+ ): void;
449
+ disassociateDRTRole(
450
+ args: DisassociateDRTRoleCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: DisassociateDRTRoleCommandOutput) => void
453
+ ): void;
454
+
455
+ disassociateHealthCheck(
456
+ args: DisassociateHealthCheckCommandInput,
457
+ options?: __HttpHandlerOptions
458
+ ): Promise<DisassociateHealthCheckCommandOutput>;
459
+ disassociateHealthCheck(
460
+ args: DisassociateHealthCheckCommandInput,
461
+ cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
462
+ ): void;
463
+ disassociateHealthCheck(
464
+ args: DisassociateHealthCheckCommandInput,
465
+ options: __HttpHandlerOptions,
466
+ cb: (err: any, data?: DisassociateHealthCheckCommandOutput) => void
467
+ ): void;
468
+
469
+ enableApplicationLayerAutomaticResponse(
470
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<EnableApplicationLayerAutomaticResponseCommandOutput>;
473
+ enableApplicationLayerAutomaticResponse(
474
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
475
+ cb: (
476
+ err: any,
477
+ data?: EnableApplicationLayerAutomaticResponseCommandOutput
478
+ ) => void
479
+ ): void;
480
+ enableApplicationLayerAutomaticResponse(
481
+ args: EnableApplicationLayerAutomaticResponseCommandInput,
482
+ options: __HttpHandlerOptions,
483
+ cb: (
484
+ err: any,
485
+ data?: EnableApplicationLayerAutomaticResponseCommandOutput
486
+ ) => void
487
+ ): void;
488
+
489
+ enableProactiveEngagement(
490
+ args: EnableProactiveEngagementCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<EnableProactiveEngagementCommandOutput>;
493
+ enableProactiveEngagement(
494
+ args: EnableProactiveEngagementCommandInput,
495
+ cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
496
+ ): void;
497
+ enableProactiveEngagement(
498
+ args: EnableProactiveEngagementCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: EnableProactiveEngagementCommandOutput) => void
501
+ ): void;
502
+
503
+ getSubscriptionState(
504
+ args: GetSubscriptionStateCommandInput,
505
+ options?: __HttpHandlerOptions
506
+ ): Promise<GetSubscriptionStateCommandOutput>;
507
+ getSubscriptionState(
508
+ args: GetSubscriptionStateCommandInput,
509
+ cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
510
+ ): void;
511
+ getSubscriptionState(
512
+ args: GetSubscriptionStateCommandInput,
513
+ options: __HttpHandlerOptions,
514
+ cb: (err: any, data?: GetSubscriptionStateCommandOutput) => void
515
+ ): void;
516
+
517
+ listAttacks(
518
+ args: ListAttacksCommandInput,
519
+ options?: __HttpHandlerOptions
520
+ ): Promise<ListAttacksCommandOutput>;
521
+ listAttacks(
522
+ args: ListAttacksCommandInput,
523
+ cb: (err: any, data?: ListAttacksCommandOutput) => void
524
+ ): void;
525
+ listAttacks(
526
+ args: ListAttacksCommandInput,
527
+ options: __HttpHandlerOptions,
528
+ cb: (err: any, data?: ListAttacksCommandOutput) => void
529
+ ): void;
530
+
531
+ listProtectionGroups(
532
+ args: ListProtectionGroupsCommandInput,
533
+ options?: __HttpHandlerOptions
534
+ ): Promise<ListProtectionGroupsCommandOutput>;
535
+ listProtectionGroups(
536
+ args: ListProtectionGroupsCommandInput,
537
+ cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
538
+ ): void;
539
+ listProtectionGroups(
540
+ args: ListProtectionGroupsCommandInput,
541
+ options: __HttpHandlerOptions,
542
+ cb: (err: any, data?: ListProtectionGroupsCommandOutput) => void
543
+ ): void;
544
+
545
+ listProtections(
546
+ args: ListProtectionsCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<ListProtectionsCommandOutput>;
549
+ listProtections(
550
+ args: ListProtectionsCommandInput,
551
+ cb: (err: any, data?: ListProtectionsCommandOutput) => void
552
+ ): void;
553
+ listProtections(
554
+ args: ListProtectionsCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: ListProtectionsCommandOutput) => void
557
+ ): void;
558
+
559
+ listResourcesInProtectionGroup(
560
+ args: ListResourcesInProtectionGroupCommandInput,
561
+ options?: __HttpHandlerOptions
562
+ ): Promise<ListResourcesInProtectionGroupCommandOutput>;
563
+ listResourcesInProtectionGroup(
564
+ args: ListResourcesInProtectionGroupCommandInput,
565
+ cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
566
+ ): void;
567
+ listResourcesInProtectionGroup(
568
+ args: ListResourcesInProtectionGroupCommandInput,
569
+ options: __HttpHandlerOptions,
570
+ cb: (err: any, data?: ListResourcesInProtectionGroupCommandOutput) => void
571
+ ): void;
572
+
573
+ listTagsForResource(
574
+ args: ListTagsForResourceCommandInput,
575
+ options?: __HttpHandlerOptions
576
+ ): Promise<ListTagsForResourceCommandOutput>;
577
+ listTagsForResource(
578
+ args: ListTagsForResourceCommandInput,
579
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
580
+ ): void;
581
+ listTagsForResource(
582
+ args: ListTagsForResourceCommandInput,
583
+ options: __HttpHandlerOptions,
584
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
585
+ ): void;
586
+
587
+ tagResource(
588
+ args: TagResourceCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<TagResourceCommandOutput>;
591
+ tagResource(
592
+ args: TagResourceCommandInput,
593
+ cb: (err: any, data?: TagResourceCommandOutput) => void
594
+ ): void;
595
+ tagResource(
596
+ args: TagResourceCommandInput,
597
+ options: __HttpHandlerOptions,
598
+ cb: (err: any, data?: TagResourceCommandOutput) => void
599
+ ): void;
600
+
601
+ untagResource(
602
+ args: UntagResourceCommandInput,
603
+ options?: __HttpHandlerOptions
604
+ ): Promise<UntagResourceCommandOutput>;
605
+ untagResource(
606
+ args: UntagResourceCommandInput,
607
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
608
+ ): void;
609
+ untagResource(
610
+ args: UntagResourceCommandInput,
611
+ options: __HttpHandlerOptions,
612
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
613
+ ): void;
614
+
615
+ updateApplicationLayerAutomaticResponse(
616
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<UpdateApplicationLayerAutomaticResponseCommandOutput>;
619
+ updateApplicationLayerAutomaticResponse(
620
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
621
+ cb: (
622
+ err: any,
623
+ data?: UpdateApplicationLayerAutomaticResponseCommandOutput
624
+ ) => void
625
+ ): void;
626
+ updateApplicationLayerAutomaticResponse(
627
+ args: UpdateApplicationLayerAutomaticResponseCommandInput,
628
+ options: __HttpHandlerOptions,
629
+ cb: (
630
+ err: any,
631
+ data?: UpdateApplicationLayerAutomaticResponseCommandOutput
632
+ ) => void
633
+ ): void;
634
+
635
+ updateEmergencyContactSettings(
636
+ args: UpdateEmergencyContactSettingsCommandInput,
637
+ options?: __HttpHandlerOptions
638
+ ): Promise<UpdateEmergencyContactSettingsCommandOutput>;
639
+ updateEmergencyContactSettings(
640
+ args: UpdateEmergencyContactSettingsCommandInput,
641
+ cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
642
+ ): void;
643
+ updateEmergencyContactSettings(
644
+ args: UpdateEmergencyContactSettingsCommandInput,
645
+ options: __HttpHandlerOptions,
646
+ cb: (err: any, data?: UpdateEmergencyContactSettingsCommandOutput) => void
647
+ ): void;
648
+
649
+ updateProtectionGroup(
650
+ args: UpdateProtectionGroupCommandInput,
651
+ options?: __HttpHandlerOptions
652
+ ): Promise<UpdateProtectionGroupCommandOutput>;
653
+ updateProtectionGroup(
654
+ args: UpdateProtectionGroupCommandInput,
655
+ cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
656
+ ): void;
657
+ updateProtectionGroup(
658
+ args: UpdateProtectionGroupCommandInput,
659
+ options: __HttpHandlerOptions,
660
+ cb: (err: any, data?: UpdateProtectionGroupCommandOutput) => void
661
+ ): void;
662
+
663
+ updateSubscription(
664
+ args: UpdateSubscriptionCommandInput,
665
+ options?: __HttpHandlerOptions
666
+ ): Promise<UpdateSubscriptionCommandOutput>;
667
+ updateSubscription(
668
+ args: UpdateSubscriptionCommandInput,
669
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
670
+ ): void;
671
+ updateSubscription(
672
+ args: UpdateSubscriptionCommandInput,
673
+ options: __HttpHandlerOptions,
674
+ cb: (err: any, data?: UpdateSubscriptionCommandOutput) => void
675
+ ): void;
676
+ }