@aws-sdk/client-shield 3.169.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Shield.d.ts +676 -185
- package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
- package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/index.d.ts +36 -36
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ShieldServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1050 -937
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,937 +1,1050 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ShieldServiceException as __BaseException } from "./ShieldServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
export
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export interface
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
export
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
export interface AttackStatisticsDataItem {
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
}
|
|
359
|
-
export interface
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
}
|
|
363
|
-
export interface
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
}
|
|
377
|
-
export interface
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
export
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
}
|
|
444
|
-
export interface
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
export interface
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
}
|
|
573
|
-
export interface
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
}
|
|
623
|
-
export interface
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
}
|
|
660
|
-
export interface
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
export
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
export
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
export
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
export
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
export
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
export
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
export
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ShieldServiceException as __BaseException } from "./ShieldServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
constructor(
|
|
9
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
10
|
+
);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export declare class AccessDeniedForDependencyException extends __BaseException {
|
|
14
|
+
readonly name: "AccessDeniedForDependencyException";
|
|
15
|
+
readonly $fault: "client";
|
|
16
|
+
|
|
17
|
+
constructor(
|
|
18
|
+
opts: __ExceptionOptionType<
|
|
19
|
+
AccessDeniedForDependencyException,
|
|
20
|
+
__BaseException
|
|
21
|
+
>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface BlockAction {}
|
|
26
|
+
|
|
27
|
+
export interface CountAction {}
|
|
28
|
+
|
|
29
|
+
export interface ResponseAction {
|
|
30
|
+
Block?: BlockAction;
|
|
31
|
+
|
|
32
|
+
Count?: CountAction;
|
|
33
|
+
}
|
|
34
|
+
export declare enum ApplicationLayerAutomaticResponseStatus {
|
|
35
|
+
DISABLED = "DISABLED",
|
|
36
|
+
ENABLED = "ENABLED",
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface ApplicationLayerAutomaticResponseConfiguration {
|
|
40
|
+
Status: ApplicationLayerAutomaticResponseStatus | string | undefined;
|
|
41
|
+
|
|
42
|
+
Action: ResponseAction | undefined;
|
|
43
|
+
}
|
|
44
|
+
export interface AssociateDRTLogBucketRequest {
|
|
45
|
+
LogBucket: string | undefined;
|
|
46
|
+
}
|
|
47
|
+
export interface AssociateDRTLogBucketResponse {}
|
|
48
|
+
|
|
49
|
+
export declare class InternalErrorException extends __BaseException {
|
|
50
|
+
readonly name: "InternalErrorException";
|
|
51
|
+
readonly $fault: "server";
|
|
52
|
+
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
59
|
+
readonly name: "InvalidOperationException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
|
|
62
|
+
constructor(
|
|
63
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ValidationExceptionField {
|
|
68
|
+
name: string | undefined;
|
|
69
|
+
|
|
70
|
+
message: string | undefined;
|
|
71
|
+
}
|
|
72
|
+
export declare enum ValidationExceptionReason {
|
|
73
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
74
|
+
OTHER = "OTHER",
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
78
|
+
readonly name: "InvalidParameterException";
|
|
79
|
+
readonly $fault: "client";
|
|
80
|
+
|
|
81
|
+
reason?: ValidationExceptionReason | string;
|
|
82
|
+
|
|
83
|
+
fields?: ValidationExceptionField[];
|
|
84
|
+
|
|
85
|
+
constructor(
|
|
86
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
87
|
+
);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export declare class LimitsExceededException extends __BaseException {
|
|
91
|
+
readonly name: "LimitsExceededException";
|
|
92
|
+
readonly $fault: "client";
|
|
93
|
+
|
|
94
|
+
Type?: string;
|
|
95
|
+
|
|
96
|
+
Limit?: number;
|
|
97
|
+
|
|
98
|
+
constructor(
|
|
99
|
+
opts: __ExceptionOptionType<LimitsExceededException, __BaseException>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export declare class NoAssociatedRoleException extends __BaseException {
|
|
104
|
+
readonly name: "NoAssociatedRoleException";
|
|
105
|
+
readonly $fault: "client";
|
|
106
|
+
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<NoAssociatedRoleException, __BaseException>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export declare class OptimisticLockException extends __BaseException {
|
|
113
|
+
readonly name: "OptimisticLockException";
|
|
114
|
+
readonly $fault: "client";
|
|
115
|
+
|
|
116
|
+
constructor(
|
|
117
|
+
opts: __ExceptionOptionType<OptimisticLockException, __BaseException>
|
|
118
|
+
);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
122
|
+
readonly name: "ResourceNotFoundException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
|
|
125
|
+
resourceType?: string;
|
|
126
|
+
|
|
127
|
+
constructor(
|
|
128
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
export interface AssociateDRTRoleRequest {
|
|
132
|
+
RoleArn: string | undefined;
|
|
133
|
+
}
|
|
134
|
+
export interface AssociateDRTRoleResponse {}
|
|
135
|
+
export interface AssociateHealthCheckRequest {
|
|
136
|
+
ProtectionId: string | undefined;
|
|
137
|
+
|
|
138
|
+
HealthCheckArn: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface AssociateHealthCheckResponse {}
|
|
141
|
+
|
|
142
|
+
export declare class InvalidResourceException extends __BaseException {
|
|
143
|
+
readonly name: "InvalidResourceException";
|
|
144
|
+
readonly $fault: "client";
|
|
145
|
+
|
|
146
|
+
constructor(
|
|
147
|
+
opts: __ExceptionOptionType<InvalidResourceException, __BaseException>
|
|
148
|
+
);
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface EmergencyContact {
|
|
152
|
+
EmailAddress: string | undefined;
|
|
153
|
+
|
|
154
|
+
PhoneNumber?: string;
|
|
155
|
+
|
|
156
|
+
ContactNotes?: string;
|
|
157
|
+
}
|
|
158
|
+
export interface AssociateProactiveEngagementDetailsRequest {
|
|
159
|
+
EmergencyContactList: EmergencyContact[] | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface AssociateProactiveEngagementDetailsResponse {}
|
|
162
|
+
|
|
163
|
+
export interface SummarizedCounter {
|
|
164
|
+
Name?: string;
|
|
165
|
+
|
|
166
|
+
Max?: number;
|
|
167
|
+
|
|
168
|
+
Average?: number;
|
|
169
|
+
|
|
170
|
+
Sum?: number;
|
|
171
|
+
|
|
172
|
+
N?: number;
|
|
173
|
+
|
|
174
|
+
Unit?: string;
|
|
175
|
+
}
|
|
176
|
+
export declare enum AttackLayer {
|
|
177
|
+
APPLICATION = "APPLICATION",
|
|
178
|
+
NETWORK = "NETWORK",
|
|
179
|
+
}
|
|
180
|
+
export declare enum AttackPropertyIdentifier {
|
|
181
|
+
DESTINATION_URL = "DESTINATION_URL",
|
|
182
|
+
REFERRER = "REFERRER",
|
|
183
|
+
SOURCE_ASN = "SOURCE_ASN",
|
|
184
|
+
SOURCE_COUNTRY = "SOURCE_COUNTRY",
|
|
185
|
+
SOURCE_IP_ADDRESS = "SOURCE_IP_ADDRESS",
|
|
186
|
+
SOURCE_USER_AGENT = "SOURCE_USER_AGENT",
|
|
187
|
+
WORDPRESS_PINGBACK_REFLECTOR = "WORDPRESS_PINGBACK_REFLECTOR",
|
|
188
|
+
WORDPRESS_PINGBACK_SOURCE = "WORDPRESS_PINGBACK_SOURCE",
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface Contributor {
|
|
192
|
+
Name?: string;
|
|
193
|
+
|
|
194
|
+
Value?: number;
|
|
195
|
+
}
|
|
196
|
+
export declare enum Unit {
|
|
197
|
+
BITS = "BITS",
|
|
198
|
+
BYTES = "BYTES",
|
|
199
|
+
PACKETS = "PACKETS",
|
|
200
|
+
REQUESTS = "REQUESTS",
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface AttackProperty {
|
|
204
|
+
AttackLayer?: AttackLayer | string;
|
|
205
|
+
|
|
206
|
+
AttackPropertyIdentifier?: AttackPropertyIdentifier | string;
|
|
207
|
+
|
|
208
|
+
TopContributors?: Contributor[];
|
|
209
|
+
|
|
210
|
+
Unit?: Unit | string;
|
|
211
|
+
|
|
212
|
+
Total?: number;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface Mitigation {
|
|
216
|
+
MitigationName?: string;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export interface SummarizedAttackVector {
|
|
220
|
+
VectorType: string | undefined;
|
|
221
|
+
|
|
222
|
+
VectorCounters?: SummarizedCounter[];
|
|
223
|
+
}
|
|
224
|
+
export declare enum SubResourceType {
|
|
225
|
+
IP = "IP",
|
|
226
|
+
URL = "URL",
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
export interface SubResourceSummary {
|
|
230
|
+
Type?: SubResourceType | string;
|
|
231
|
+
|
|
232
|
+
Id?: string;
|
|
233
|
+
|
|
234
|
+
AttackVectors?: SummarizedAttackVector[];
|
|
235
|
+
|
|
236
|
+
Counters?: SummarizedCounter[];
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export interface AttackDetail {
|
|
240
|
+
AttackId?: string;
|
|
241
|
+
|
|
242
|
+
ResourceArn?: string;
|
|
243
|
+
|
|
244
|
+
SubResources?: SubResourceSummary[];
|
|
245
|
+
|
|
246
|
+
StartTime?: Date;
|
|
247
|
+
|
|
248
|
+
EndTime?: Date;
|
|
249
|
+
|
|
250
|
+
AttackCounters?: SummarizedCounter[];
|
|
251
|
+
|
|
252
|
+
AttackProperties?: AttackProperty[];
|
|
253
|
+
|
|
254
|
+
Mitigations?: Mitigation[];
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export interface AttackVolumeStatistics {
|
|
258
|
+
Max: number | undefined;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface AttackVolume {
|
|
262
|
+
BitsPerSecond?: AttackVolumeStatistics;
|
|
263
|
+
|
|
264
|
+
PacketsPerSecond?: AttackVolumeStatistics;
|
|
265
|
+
|
|
266
|
+
RequestsPerSecond?: AttackVolumeStatistics;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
export interface AttackStatisticsDataItem {
|
|
270
|
+
AttackVolume?: AttackVolume;
|
|
271
|
+
|
|
272
|
+
AttackCount: number | undefined;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export interface AttackVectorDescription {
|
|
276
|
+
VectorType: string | undefined;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface AttackSummary {
|
|
280
|
+
AttackId?: string;
|
|
281
|
+
|
|
282
|
+
ResourceArn?: string;
|
|
283
|
+
|
|
284
|
+
StartTime?: Date;
|
|
285
|
+
|
|
286
|
+
EndTime?: Date;
|
|
287
|
+
|
|
288
|
+
AttackVectors?: AttackVectorDescription[];
|
|
289
|
+
}
|
|
290
|
+
export declare enum AutoRenew {
|
|
291
|
+
DISABLED = "DISABLED",
|
|
292
|
+
ENABLED = "ENABLED",
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export interface Tag {
|
|
296
|
+
Key?: string;
|
|
297
|
+
|
|
298
|
+
Value?: string;
|
|
299
|
+
}
|
|
300
|
+
export interface CreateProtectionRequest {
|
|
301
|
+
Name: string | undefined;
|
|
302
|
+
|
|
303
|
+
ResourceArn: string | undefined;
|
|
304
|
+
|
|
305
|
+
Tags?: Tag[];
|
|
306
|
+
}
|
|
307
|
+
export interface CreateProtectionResponse {
|
|
308
|
+
ProtectionId?: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
312
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
313
|
+
readonly $fault: "client";
|
|
314
|
+
|
|
315
|
+
resourceType?: string;
|
|
316
|
+
|
|
317
|
+
constructor(
|
|
318
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
319
|
+
);
|
|
320
|
+
}
|
|
321
|
+
export declare enum ProtectionGroupAggregation {
|
|
322
|
+
MAX = "MAX",
|
|
323
|
+
MEAN = "MEAN",
|
|
324
|
+
SUM = "SUM",
|
|
325
|
+
}
|
|
326
|
+
export declare enum ProtectionGroupPattern {
|
|
327
|
+
ALL = "ALL",
|
|
328
|
+
ARBITRARY = "ARBITRARY",
|
|
329
|
+
BY_RESOURCE_TYPE = "BY_RESOURCE_TYPE",
|
|
330
|
+
}
|
|
331
|
+
export declare enum ProtectedResourceType {
|
|
332
|
+
APPLICATION_LOAD_BALANCER = "APPLICATION_LOAD_BALANCER",
|
|
333
|
+
CLASSIC_LOAD_BALANCER = "CLASSIC_LOAD_BALANCER",
|
|
334
|
+
CLOUDFRONT_DISTRIBUTION = "CLOUDFRONT_DISTRIBUTION",
|
|
335
|
+
ELASTIC_IP_ALLOCATION = "ELASTIC_IP_ALLOCATION",
|
|
336
|
+
GLOBAL_ACCELERATOR = "GLOBAL_ACCELERATOR",
|
|
337
|
+
ROUTE_53_HOSTED_ZONE = "ROUTE_53_HOSTED_ZONE",
|
|
338
|
+
}
|
|
339
|
+
export interface CreateProtectionGroupRequest {
|
|
340
|
+
ProtectionGroupId: string | undefined;
|
|
341
|
+
|
|
342
|
+
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
343
|
+
|
|
344
|
+
Pattern: ProtectionGroupPattern | string | undefined;
|
|
345
|
+
|
|
346
|
+
ResourceType?: ProtectedResourceType | string;
|
|
347
|
+
|
|
348
|
+
Members?: string[];
|
|
349
|
+
|
|
350
|
+
Tags?: Tag[];
|
|
351
|
+
}
|
|
352
|
+
export interface CreateProtectionGroupResponse {}
|
|
353
|
+
export interface CreateSubscriptionRequest {}
|
|
354
|
+
export interface CreateSubscriptionResponse {}
|
|
355
|
+
export interface DeleteProtectionRequest {
|
|
356
|
+
ProtectionId: string | undefined;
|
|
357
|
+
}
|
|
358
|
+
export interface DeleteProtectionResponse {}
|
|
359
|
+
export interface DeleteProtectionGroupRequest {
|
|
360
|
+
ProtectionGroupId: string | undefined;
|
|
361
|
+
}
|
|
362
|
+
export interface DeleteProtectionGroupResponse {}
|
|
363
|
+
export interface DeleteSubscriptionRequest {}
|
|
364
|
+
export interface DeleteSubscriptionResponse {}
|
|
365
|
+
|
|
366
|
+
export declare class LockedSubscriptionException extends __BaseException {
|
|
367
|
+
readonly name: "LockedSubscriptionException";
|
|
368
|
+
readonly $fault: "client";
|
|
369
|
+
|
|
370
|
+
constructor(
|
|
371
|
+
opts: __ExceptionOptionType<LockedSubscriptionException, __BaseException>
|
|
372
|
+
);
|
|
373
|
+
}
|
|
374
|
+
export interface DescribeAttackRequest {
|
|
375
|
+
AttackId: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
export interface DescribeAttackResponse {
|
|
378
|
+
Attack?: AttackDetail;
|
|
379
|
+
}
|
|
380
|
+
export interface DescribeAttackStatisticsRequest {}
|
|
381
|
+
|
|
382
|
+
export interface TimeRange {
|
|
383
|
+
FromInclusive?: Date;
|
|
384
|
+
|
|
385
|
+
ToExclusive?: Date;
|
|
386
|
+
}
|
|
387
|
+
export interface DescribeAttackStatisticsResponse {
|
|
388
|
+
TimeRange: TimeRange | undefined;
|
|
389
|
+
|
|
390
|
+
DataItems: AttackStatisticsDataItem[] | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface DescribeDRTAccessRequest {}
|
|
393
|
+
export interface DescribeDRTAccessResponse {
|
|
394
|
+
RoleArn?: string;
|
|
395
|
+
|
|
396
|
+
LogBucketList?: string[];
|
|
397
|
+
}
|
|
398
|
+
export interface DescribeEmergencyContactSettingsRequest {}
|
|
399
|
+
export interface DescribeEmergencyContactSettingsResponse {
|
|
400
|
+
EmergencyContactList?: EmergencyContact[];
|
|
401
|
+
}
|
|
402
|
+
export interface DescribeProtectionRequest {
|
|
403
|
+
ProtectionId?: string;
|
|
404
|
+
|
|
405
|
+
ResourceArn?: string;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
export interface Protection {
|
|
409
|
+
Id?: string;
|
|
410
|
+
|
|
411
|
+
Name?: string;
|
|
412
|
+
|
|
413
|
+
ResourceArn?: string;
|
|
414
|
+
|
|
415
|
+
HealthCheckIds?: string[];
|
|
416
|
+
|
|
417
|
+
ProtectionArn?: string;
|
|
418
|
+
|
|
419
|
+
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration;
|
|
420
|
+
}
|
|
421
|
+
export interface DescribeProtectionResponse {
|
|
422
|
+
Protection?: Protection;
|
|
423
|
+
}
|
|
424
|
+
export interface DescribeProtectionGroupRequest {
|
|
425
|
+
ProtectionGroupId: string | undefined;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
export interface ProtectionGroup {
|
|
429
|
+
ProtectionGroupId: string | undefined;
|
|
430
|
+
|
|
431
|
+
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
432
|
+
|
|
433
|
+
Pattern: ProtectionGroupPattern | string | undefined;
|
|
434
|
+
|
|
435
|
+
ResourceType?: ProtectedResourceType | string;
|
|
436
|
+
|
|
437
|
+
Members: string[] | undefined;
|
|
438
|
+
|
|
439
|
+
ProtectionGroupArn?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface DescribeProtectionGroupResponse {
|
|
442
|
+
ProtectionGroup: ProtectionGroup | undefined;
|
|
443
|
+
}
|
|
444
|
+
export interface DescribeSubscriptionRequest {}
|
|
445
|
+
|
|
446
|
+
export interface Limit {
|
|
447
|
+
Type?: string;
|
|
448
|
+
|
|
449
|
+
Max?: number;
|
|
450
|
+
}
|
|
451
|
+
export declare enum ProactiveEngagementStatus {
|
|
452
|
+
DISABLED = "DISABLED",
|
|
453
|
+
ENABLED = "ENABLED",
|
|
454
|
+
PENDING = "PENDING",
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export interface ProtectionGroupArbitraryPatternLimits {
|
|
458
|
+
MaxMembers: number | undefined;
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
export interface ProtectionGroupPatternTypeLimits {
|
|
462
|
+
ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits | undefined;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export interface ProtectionGroupLimits {
|
|
466
|
+
MaxProtectionGroups: number | undefined;
|
|
467
|
+
|
|
468
|
+
PatternTypeLimits: ProtectionGroupPatternTypeLimits | undefined;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export interface ProtectionLimits {
|
|
472
|
+
ProtectedResourceTypeLimits: Limit[] | undefined;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export interface SubscriptionLimits {
|
|
476
|
+
ProtectionLimits: ProtectionLimits | undefined;
|
|
477
|
+
|
|
478
|
+
ProtectionGroupLimits: ProtectionGroupLimits | undefined;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
export interface Subscription {
|
|
482
|
+
StartTime?: Date;
|
|
483
|
+
|
|
484
|
+
EndTime?: Date;
|
|
485
|
+
|
|
486
|
+
TimeCommitmentInSeconds?: number;
|
|
487
|
+
|
|
488
|
+
AutoRenew?: AutoRenew | string;
|
|
489
|
+
|
|
490
|
+
Limits?: Limit[];
|
|
491
|
+
|
|
492
|
+
ProactiveEngagementStatus?: ProactiveEngagementStatus | string;
|
|
493
|
+
|
|
494
|
+
SubscriptionLimits: SubscriptionLimits | undefined;
|
|
495
|
+
|
|
496
|
+
SubscriptionArn?: string;
|
|
497
|
+
}
|
|
498
|
+
export interface DescribeSubscriptionResponse {
|
|
499
|
+
Subscription?: Subscription;
|
|
500
|
+
}
|
|
501
|
+
export interface DisableApplicationLayerAutomaticResponseRequest {
|
|
502
|
+
ResourceArn: string | undefined;
|
|
503
|
+
}
|
|
504
|
+
export interface DisableApplicationLayerAutomaticResponseResponse {}
|
|
505
|
+
export interface DisableProactiveEngagementRequest {}
|
|
506
|
+
export interface DisableProactiveEngagementResponse {}
|
|
507
|
+
export interface DisassociateDRTLogBucketRequest {
|
|
508
|
+
LogBucket: string | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface DisassociateDRTLogBucketResponse {}
|
|
511
|
+
export interface DisassociateDRTRoleRequest {}
|
|
512
|
+
export interface DisassociateDRTRoleResponse {}
|
|
513
|
+
export interface DisassociateHealthCheckRequest {
|
|
514
|
+
ProtectionId: string | undefined;
|
|
515
|
+
|
|
516
|
+
HealthCheckArn: string | undefined;
|
|
517
|
+
}
|
|
518
|
+
export interface DisassociateHealthCheckResponse {}
|
|
519
|
+
export interface EnableApplicationLayerAutomaticResponseRequest {
|
|
520
|
+
ResourceArn: string | undefined;
|
|
521
|
+
|
|
522
|
+
Action: ResponseAction | undefined;
|
|
523
|
+
}
|
|
524
|
+
export interface EnableApplicationLayerAutomaticResponseResponse {}
|
|
525
|
+
export interface EnableProactiveEngagementRequest {}
|
|
526
|
+
export interface EnableProactiveEngagementResponse {}
|
|
527
|
+
export interface GetSubscriptionStateRequest {}
|
|
528
|
+
export declare enum SubscriptionState {
|
|
529
|
+
ACTIVE = "ACTIVE",
|
|
530
|
+
INACTIVE = "INACTIVE",
|
|
531
|
+
}
|
|
532
|
+
export interface GetSubscriptionStateResponse {
|
|
533
|
+
SubscriptionState: SubscriptionState | string | undefined;
|
|
534
|
+
}
|
|
535
|
+
export interface ListAttacksRequest {
|
|
536
|
+
ResourceArns?: string[];
|
|
537
|
+
|
|
538
|
+
StartTime?: TimeRange;
|
|
539
|
+
|
|
540
|
+
EndTime?: TimeRange;
|
|
541
|
+
|
|
542
|
+
NextToken?: string;
|
|
543
|
+
|
|
544
|
+
MaxResults?: number;
|
|
545
|
+
}
|
|
546
|
+
export interface ListAttacksResponse {
|
|
547
|
+
AttackSummaries?: AttackSummary[];
|
|
548
|
+
|
|
549
|
+
NextToken?: string;
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
553
|
+
readonly name: "InvalidPaginationTokenException";
|
|
554
|
+
readonly $fault: "client";
|
|
555
|
+
|
|
556
|
+
constructor(
|
|
557
|
+
opts: __ExceptionOptionType<
|
|
558
|
+
InvalidPaginationTokenException,
|
|
559
|
+
__BaseException
|
|
560
|
+
>
|
|
561
|
+
);
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
export interface InclusionProtectionGroupFilters {
|
|
565
|
+
ProtectionGroupIds?: string[];
|
|
566
|
+
|
|
567
|
+
Patterns?: (ProtectionGroupPattern | string)[];
|
|
568
|
+
|
|
569
|
+
ResourceTypes?: (ProtectedResourceType | string)[];
|
|
570
|
+
|
|
571
|
+
Aggregations?: (ProtectionGroupAggregation | string)[];
|
|
572
|
+
}
|
|
573
|
+
export interface ListProtectionGroupsRequest {
|
|
574
|
+
NextToken?: string;
|
|
575
|
+
|
|
576
|
+
MaxResults?: number;
|
|
577
|
+
|
|
578
|
+
InclusionFilters?: InclusionProtectionGroupFilters;
|
|
579
|
+
}
|
|
580
|
+
export interface ListProtectionGroupsResponse {
|
|
581
|
+
ProtectionGroups: ProtectionGroup[] | undefined;
|
|
582
|
+
|
|
583
|
+
NextToken?: string;
|
|
584
|
+
}
|
|
585
|
+
|
|
586
|
+
export interface InclusionProtectionFilters {
|
|
587
|
+
ResourceArns?: string[];
|
|
588
|
+
|
|
589
|
+
ProtectionNames?: string[];
|
|
590
|
+
|
|
591
|
+
ResourceTypes?: (ProtectedResourceType | string)[];
|
|
592
|
+
}
|
|
593
|
+
export interface ListProtectionsRequest {
|
|
594
|
+
NextToken?: string;
|
|
595
|
+
|
|
596
|
+
MaxResults?: number;
|
|
597
|
+
|
|
598
|
+
InclusionFilters?: InclusionProtectionFilters;
|
|
599
|
+
}
|
|
600
|
+
export interface ListProtectionsResponse {
|
|
601
|
+
Protections?: Protection[];
|
|
602
|
+
|
|
603
|
+
NextToken?: string;
|
|
604
|
+
}
|
|
605
|
+
export interface ListResourcesInProtectionGroupRequest {
|
|
606
|
+
ProtectionGroupId: string | undefined;
|
|
607
|
+
|
|
608
|
+
NextToken?: string;
|
|
609
|
+
|
|
610
|
+
MaxResults?: number;
|
|
611
|
+
}
|
|
612
|
+
export interface ListResourcesInProtectionGroupResponse {
|
|
613
|
+
ResourceArns: string[] | undefined;
|
|
614
|
+
|
|
615
|
+
NextToken?: string;
|
|
616
|
+
}
|
|
617
|
+
export interface ListTagsForResourceRequest {
|
|
618
|
+
ResourceARN: string | undefined;
|
|
619
|
+
}
|
|
620
|
+
export interface ListTagsForResourceResponse {
|
|
621
|
+
Tags?: Tag[];
|
|
622
|
+
}
|
|
623
|
+
export interface TagResourceRequest {
|
|
624
|
+
ResourceARN: string | undefined;
|
|
625
|
+
|
|
626
|
+
Tags: Tag[] | undefined;
|
|
627
|
+
}
|
|
628
|
+
export interface TagResourceResponse {}
|
|
629
|
+
export interface UntagResourceRequest {
|
|
630
|
+
ResourceARN: string | undefined;
|
|
631
|
+
|
|
632
|
+
TagKeys: string[] | undefined;
|
|
633
|
+
}
|
|
634
|
+
export interface UntagResourceResponse {}
|
|
635
|
+
export interface UpdateApplicationLayerAutomaticResponseRequest {
|
|
636
|
+
ResourceArn: string | undefined;
|
|
637
|
+
|
|
638
|
+
Action: ResponseAction | undefined;
|
|
639
|
+
}
|
|
640
|
+
export interface UpdateApplicationLayerAutomaticResponseResponse {}
|
|
641
|
+
export interface UpdateEmergencyContactSettingsRequest {
|
|
642
|
+
EmergencyContactList?: EmergencyContact[];
|
|
643
|
+
}
|
|
644
|
+
export interface UpdateEmergencyContactSettingsResponse {}
|
|
645
|
+
export interface UpdateProtectionGroupRequest {
|
|
646
|
+
ProtectionGroupId: string | undefined;
|
|
647
|
+
|
|
648
|
+
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
649
|
+
|
|
650
|
+
Pattern: ProtectionGroupPattern | string | undefined;
|
|
651
|
+
|
|
652
|
+
ResourceType?: ProtectedResourceType | string;
|
|
653
|
+
|
|
654
|
+
Members?: string[];
|
|
655
|
+
}
|
|
656
|
+
export interface UpdateProtectionGroupResponse {}
|
|
657
|
+
export interface UpdateSubscriptionRequest {
|
|
658
|
+
AutoRenew?: AutoRenew | string;
|
|
659
|
+
}
|
|
660
|
+
export interface UpdateSubscriptionResponse {}
|
|
661
|
+
|
|
662
|
+
export declare const BlockActionFilterSensitiveLog: (obj: BlockAction) => any;
|
|
663
|
+
|
|
664
|
+
export declare const CountActionFilterSensitiveLog: (obj: CountAction) => any;
|
|
665
|
+
|
|
666
|
+
export declare const ResponseActionFilterSensitiveLog: (
|
|
667
|
+
obj: ResponseAction
|
|
668
|
+
) => any;
|
|
669
|
+
|
|
670
|
+
export declare const ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog: (
|
|
671
|
+
obj: ApplicationLayerAutomaticResponseConfiguration
|
|
672
|
+
) => any;
|
|
673
|
+
|
|
674
|
+
export declare const AssociateDRTLogBucketRequestFilterSensitiveLog: (
|
|
675
|
+
obj: AssociateDRTLogBucketRequest
|
|
676
|
+
) => any;
|
|
677
|
+
|
|
678
|
+
export declare const AssociateDRTLogBucketResponseFilterSensitiveLog: (
|
|
679
|
+
obj: AssociateDRTLogBucketResponse
|
|
680
|
+
) => any;
|
|
681
|
+
|
|
682
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
683
|
+
obj: ValidationExceptionField
|
|
684
|
+
) => any;
|
|
685
|
+
|
|
686
|
+
export declare const AssociateDRTRoleRequestFilterSensitiveLog: (
|
|
687
|
+
obj: AssociateDRTRoleRequest
|
|
688
|
+
) => any;
|
|
689
|
+
|
|
690
|
+
export declare const AssociateDRTRoleResponseFilterSensitiveLog: (
|
|
691
|
+
obj: AssociateDRTRoleResponse
|
|
692
|
+
) => any;
|
|
693
|
+
|
|
694
|
+
export declare const AssociateHealthCheckRequestFilterSensitiveLog: (
|
|
695
|
+
obj: AssociateHealthCheckRequest
|
|
696
|
+
) => any;
|
|
697
|
+
|
|
698
|
+
export declare const AssociateHealthCheckResponseFilterSensitiveLog: (
|
|
699
|
+
obj: AssociateHealthCheckResponse
|
|
700
|
+
) => any;
|
|
701
|
+
|
|
702
|
+
export declare const EmergencyContactFilterSensitiveLog: (
|
|
703
|
+
obj: EmergencyContact
|
|
704
|
+
) => any;
|
|
705
|
+
|
|
706
|
+
export declare const AssociateProactiveEngagementDetailsRequestFilterSensitiveLog: (
|
|
707
|
+
obj: AssociateProactiveEngagementDetailsRequest
|
|
708
|
+
) => any;
|
|
709
|
+
|
|
710
|
+
export declare const AssociateProactiveEngagementDetailsResponseFilterSensitiveLog: (
|
|
711
|
+
obj: AssociateProactiveEngagementDetailsResponse
|
|
712
|
+
) => any;
|
|
713
|
+
|
|
714
|
+
export declare const SummarizedCounterFilterSensitiveLog: (
|
|
715
|
+
obj: SummarizedCounter
|
|
716
|
+
) => any;
|
|
717
|
+
|
|
718
|
+
export declare const ContributorFilterSensitiveLog: (obj: Contributor) => any;
|
|
719
|
+
|
|
720
|
+
export declare const AttackPropertyFilterSensitiveLog: (
|
|
721
|
+
obj: AttackProperty
|
|
722
|
+
) => any;
|
|
723
|
+
|
|
724
|
+
export declare const MitigationFilterSensitiveLog: (obj: Mitigation) => any;
|
|
725
|
+
|
|
726
|
+
export declare const SummarizedAttackVectorFilterSensitiveLog: (
|
|
727
|
+
obj: SummarizedAttackVector
|
|
728
|
+
) => any;
|
|
729
|
+
|
|
730
|
+
export declare const SubResourceSummaryFilterSensitiveLog: (
|
|
731
|
+
obj: SubResourceSummary
|
|
732
|
+
) => any;
|
|
733
|
+
|
|
734
|
+
export declare const AttackDetailFilterSensitiveLog: (obj: AttackDetail) => any;
|
|
735
|
+
|
|
736
|
+
export declare const AttackVolumeStatisticsFilterSensitiveLog: (
|
|
737
|
+
obj: AttackVolumeStatistics
|
|
738
|
+
) => any;
|
|
739
|
+
|
|
740
|
+
export declare const AttackVolumeFilterSensitiveLog: (obj: AttackVolume) => any;
|
|
741
|
+
|
|
742
|
+
export declare const AttackStatisticsDataItemFilterSensitiveLog: (
|
|
743
|
+
obj: AttackStatisticsDataItem
|
|
744
|
+
) => any;
|
|
745
|
+
|
|
746
|
+
export declare const AttackVectorDescriptionFilterSensitiveLog: (
|
|
747
|
+
obj: AttackVectorDescription
|
|
748
|
+
) => any;
|
|
749
|
+
|
|
750
|
+
export declare const AttackSummaryFilterSensitiveLog: (
|
|
751
|
+
obj: AttackSummary
|
|
752
|
+
) => any;
|
|
753
|
+
|
|
754
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
755
|
+
|
|
756
|
+
export declare const CreateProtectionRequestFilterSensitiveLog: (
|
|
757
|
+
obj: CreateProtectionRequest
|
|
758
|
+
) => any;
|
|
759
|
+
|
|
760
|
+
export declare const CreateProtectionResponseFilterSensitiveLog: (
|
|
761
|
+
obj: CreateProtectionResponse
|
|
762
|
+
) => any;
|
|
763
|
+
|
|
764
|
+
export declare const CreateProtectionGroupRequestFilterSensitiveLog: (
|
|
765
|
+
obj: CreateProtectionGroupRequest
|
|
766
|
+
) => any;
|
|
767
|
+
|
|
768
|
+
export declare const CreateProtectionGroupResponseFilterSensitiveLog: (
|
|
769
|
+
obj: CreateProtectionGroupResponse
|
|
770
|
+
) => any;
|
|
771
|
+
|
|
772
|
+
export declare const CreateSubscriptionRequestFilterSensitiveLog: (
|
|
773
|
+
obj: CreateSubscriptionRequest
|
|
774
|
+
) => any;
|
|
775
|
+
|
|
776
|
+
export declare const CreateSubscriptionResponseFilterSensitiveLog: (
|
|
777
|
+
obj: CreateSubscriptionResponse
|
|
778
|
+
) => any;
|
|
779
|
+
|
|
780
|
+
export declare const DeleteProtectionRequestFilterSensitiveLog: (
|
|
781
|
+
obj: DeleteProtectionRequest
|
|
782
|
+
) => any;
|
|
783
|
+
|
|
784
|
+
export declare const DeleteProtectionResponseFilterSensitiveLog: (
|
|
785
|
+
obj: DeleteProtectionResponse
|
|
786
|
+
) => any;
|
|
787
|
+
|
|
788
|
+
export declare const DeleteProtectionGroupRequestFilterSensitiveLog: (
|
|
789
|
+
obj: DeleteProtectionGroupRequest
|
|
790
|
+
) => any;
|
|
791
|
+
|
|
792
|
+
export declare const DeleteProtectionGroupResponseFilterSensitiveLog: (
|
|
793
|
+
obj: DeleteProtectionGroupResponse
|
|
794
|
+
) => any;
|
|
795
|
+
|
|
796
|
+
export declare const DeleteSubscriptionRequestFilterSensitiveLog: (
|
|
797
|
+
obj: DeleteSubscriptionRequest
|
|
798
|
+
) => any;
|
|
799
|
+
|
|
800
|
+
export declare const DeleteSubscriptionResponseFilterSensitiveLog: (
|
|
801
|
+
obj: DeleteSubscriptionResponse
|
|
802
|
+
) => any;
|
|
803
|
+
|
|
804
|
+
export declare const DescribeAttackRequestFilterSensitiveLog: (
|
|
805
|
+
obj: DescribeAttackRequest
|
|
806
|
+
) => any;
|
|
807
|
+
|
|
808
|
+
export declare const DescribeAttackResponseFilterSensitiveLog: (
|
|
809
|
+
obj: DescribeAttackResponse
|
|
810
|
+
) => any;
|
|
811
|
+
|
|
812
|
+
export declare const DescribeAttackStatisticsRequestFilterSensitiveLog: (
|
|
813
|
+
obj: DescribeAttackStatisticsRequest
|
|
814
|
+
) => any;
|
|
815
|
+
|
|
816
|
+
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
817
|
+
|
|
818
|
+
export declare const DescribeAttackStatisticsResponseFilterSensitiveLog: (
|
|
819
|
+
obj: DescribeAttackStatisticsResponse
|
|
820
|
+
) => any;
|
|
821
|
+
|
|
822
|
+
export declare const DescribeDRTAccessRequestFilterSensitiveLog: (
|
|
823
|
+
obj: DescribeDRTAccessRequest
|
|
824
|
+
) => any;
|
|
825
|
+
|
|
826
|
+
export declare const DescribeDRTAccessResponseFilterSensitiveLog: (
|
|
827
|
+
obj: DescribeDRTAccessResponse
|
|
828
|
+
) => any;
|
|
829
|
+
|
|
830
|
+
export declare const DescribeEmergencyContactSettingsRequestFilterSensitiveLog: (
|
|
831
|
+
obj: DescribeEmergencyContactSettingsRequest
|
|
832
|
+
) => any;
|
|
833
|
+
|
|
834
|
+
export declare const DescribeEmergencyContactSettingsResponseFilterSensitiveLog: (
|
|
835
|
+
obj: DescribeEmergencyContactSettingsResponse
|
|
836
|
+
) => any;
|
|
837
|
+
|
|
838
|
+
export declare const DescribeProtectionRequestFilterSensitiveLog: (
|
|
839
|
+
obj: DescribeProtectionRequest
|
|
840
|
+
) => any;
|
|
841
|
+
|
|
842
|
+
export declare const ProtectionFilterSensitiveLog: (obj: Protection) => any;
|
|
843
|
+
|
|
844
|
+
export declare const DescribeProtectionResponseFilterSensitiveLog: (
|
|
845
|
+
obj: DescribeProtectionResponse
|
|
846
|
+
) => any;
|
|
847
|
+
|
|
848
|
+
export declare const DescribeProtectionGroupRequestFilterSensitiveLog: (
|
|
849
|
+
obj: DescribeProtectionGroupRequest
|
|
850
|
+
) => any;
|
|
851
|
+
|
|
852
|
+
export declare const ProtectionGroupFilterSensitiveLog: (
|
|
853
|
+
obj: ProtectionGroup
|
|
854
|
+
) => any;
|
|
855
|
+
|
|
856
|
+
export declare const DescribeProtectionGroupResponseFilterSensitiveLog: (
|
|
857
|
+
obj: DescribeProtectionGroupResponse
|
|
858
|
+
) => any;
|
|
859
|
+
|
|
860
|
+
export declare const DescribeSubscriptionRequestFilterSensitiveLog: (
|
|
861
|
+
obj: DescribeSubscriptionRequest
|
|
862
|
+
) => any;
|
|
863
|
+
|
|
864
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
865
|
+
|
|
866
|
+
export declare const ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog: (
|
|
867
|
+
obj: ProtectionGroupArbitraryPatternLimits
|
|
868
|
+
) => any;
|
|
869
|
+
|
|
870
|
+
export declare const ProtectionGroupPatternTypeLimitsFilterSensitiveLog: (
|
|
871
|
+
obj: ProtectionGroupPatternTypeLimits
|
|
872
|
+
) => any;
|
|
873
|
+
|
|
874
|
+
export declare const ProtectionGroupLimitsFilterSensitiveLog: (
|
|
875
|
+
obj: ProtectionGroupLimits
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const ProtectionLimitsFilterSensitiveLog: (
|
|
879
|
+
obj: ProtectionLimits
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const SubscriptionLimitsFilterSensitiveLog: (
|
|
883
|
+
obj: SubscriptionLimits
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
887
|
+
|
|
888
|
+
export declare const DescribeSubscriptionResponseFilterSensitiveLog: (
|
|
889
|
+
obj: DescribeSubscriptionResponse
|
|
890
|
+
) => any;
|
|
891
|
+
|
|
892
|
+
export declare const DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
893
|
+
obj: DisableApplicationLayerAutomaticResponseRequest
|
|
894
|
+
) => any;
|
|
895
|
+
|
|
896
|
+
export declare const DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
897
|
+
obj: DisableApplicationLayerAutomaticResponseResponse
|
|
898
|
+
) => any;
|
|
899
|
+
|
|
900
|
+
export declare const DisableProactiveEngagementRequestFilterSensitiveLog: (
|
|
901
|
+
obj: DisableProactiveEngagementRequest
|
|
902
|
+
) => any;
|
|
903
|
+
|
|
904
|
+
export declare const DisableProactiveEngagementResponseFilterSensitiveLog: (
|
|
905
|
+
obj: DisableProactiveEngagementResponse
|
|
906
|
+
) => any;
|
|
907
|
+
|
|
908
|
+
export declare const DisassociateDRTLogBucketRequestFilterSensitiveLog: (
|
|
909
|
+
obj: DisassociateDRTLogBucketRequest
|
|
910
|
+
) => any;
|
|
911
|
+
|
|
912
|
+
export declare const DisassociateDRTLogBucketResponseFilterSensitiveLog: (
|
|
913
|
+
obj: DisassociateDRTLogBucketResponse
|
|
914
|
+
) => any;
|
|
915
|
+
|
|
916
|
+
export declare const DisassociateDRTRoleRequestFilterSensitiveLog: (
|
|
917
|
+
obj: DisassociateDRTRoleRequest
|
|
918
|
+
) => any;
|
|
919
|
+
|
|
920
|
+
export declare const DisassociateDRTRoleResponseFilterSensitiveLog: (
|
|
921
|
+
obj: DisassociateDRTRoleResponse
|
|
922
|
+
) => any;
|
|
923
|
+
|
|
924
|
+
export declare const DisassociateHealthCheckRequestFilterSensitiveLog: (
|
|
925
|
+
obj: DisassociateHealthCheckRequest
|
|
926
|
+
) => any;
|
|
927
|
+
|
|
928
|
+
export declare const DisassociateHealthCheckResponseFilterSensitiveLog: (
|
|
929
|
+
obj: DisassociateHealthCheckResponse
|
|
930
|
+
) => any;
|
|
931
|
+
|
|
932
|
+
export declare const EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
933
|
+
obj: EnableApplicationLayerAutomaticResponseRequest
|
|
934
|
+
) => any;
|
|
935
|
+
|
|
936
|
+
export declare const EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
937
|
+
obj: EnableApplicationLayerAutomaticResponseResponse
|
|
938
|
+
) => any;
|
|
939
|
+
|
|
940
|
+
export declare const EnableProactiveEngagementRequestFilterSensitiveLog: (
|
|
941
|
+
obj: EnableProactiveEngagementRequest
|
|
942
|
+
) => any;
|
|
943
|
+
|
|
944
|
+
export declare const EnableProactiveEngagementResponseFilterSensitiveLog: (
|
|
945
|
+
obj: EnableProactiveEngagementResponse
|
|
946
|
+
) => any;
|
|
947
|
+
|
|
948
|
+
export declare const GetSubscriptionStateRequestFilterSensitiveLog: (
|
|
949
|
+
obj: GetSubscriptionStateRequest
|
|
950
|
+
) => any;
|
|
951
|
+
|
|
952
|
+
export declare const GetSubscriptionStateResponseFilterSensitiveLog: (
|
|
953
|
+
obj: GetSubscriptionStateResponse
|
|
954
|
+
) => any;
|
|
955
|
+
|
|
956
|
+
export declare const ListAttacksRequestFilterSensitiveLog: (
|
|
957
|
+
obj: ListAttacksRequest
|
|
958
|
+
) => any;
|
|
959
|
+
|
|
960
|
+
export declare const ListAttacksResponseFilterSensitiveLog: (
|
|
961
|
+
obj: ListAttacksResponse
|
|
962
|
+
) => any;
|
|
963
|
+
|
|
964
|
+
export declare const InclusionProtectionGroupFiltersFilterSensitiveLog: (
|
|
965
|
+
obj: InclusionProtectionGroupFilters
|
|
966
|
+
) => any;
|
|
967
|
+
|
|
968
|
+
export declare const ListProtectionGroupsRequestFilterSensitiveLog: (
|
|
969
|
+
obj: ListProtectionGroupsRequest
|
|
970
|
+
) => any;
|
|
971
|
+
|
|
972
|
+
export declare const ListProtectionGroupsResponseFilterSensitiveLog: (
|
|
973
|
+
obj: ListProtectionGroupsResponse
|
|
974
|
+
) => any;
|
|
975
|
+
|
|
976
|
+
export declare const InclusionProtectionFiltersFilterSensitiveLog: (
|
|
977
|
+
obj: InclusionProtectionFilters
|
|
978
|
+
) => any;
|
|
979
|
+
|
|
980
|
+
export declare const ListProtectionsRequestFilterSensitiveLog: (
|
|
981
|
+
obj: ListProtectionsRequest
|
|
982
|
+
) => any;
|
|
983
|
+
|
|
984
|
+
export declare const ListProtectionsResponseFilterSensitiveLog: (
|
|
985
|
+
obj: ListProtectionsResponse
|
|
986
|
+
) => any;
|
|
987
|
+
|
|
988
|
+
export declare const ListResourcesInProtectionGroupRequestFilterSensitiveLog: (
|
|
989
|
+
obj: ListResourcesInProtectionGroupRequest
|
|
990
|
+
) => any;
|
|
991
|
+
|
|
992
|
+
export declare const ListResourcesInProtectionGroupResponseFilterSensitiveLog: (
|
|
993
|
+
obj: ListResourcesInProtectionGroupResponse
|
|
994
|
+
) => any;
|
|
995
|
+
|
|
996
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
997
|
+
obj: ListTagsForResourceRequest
|
|
998
|
+
) => any;
|
|
999
|
+
|
|
1000
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1001
|
+
obj: ListTagsForResourceResponse
|
|
1002
|
+
) => any;
|
|
1003
|
+
|
|
1004
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1005
|
+
obj: TagResourceRequest
|
|
1006
|
+
) => any;
|
|
1007
|
+
|
|
1008
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1009
|
+
obj: TagResourceResponse
|
|
1010
|
+
) => any;
|
|
1011
|
+
|
|
1012
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1013
|
+
obj: UntagResourceRequest
|
|
1014
|
+
) => any;
|
|
1015
|
+
|
|
1016
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1017
|
+
obj: UntagResourceResponse
|
|
1018
|
+
) => any;
|
|
1019
|
+
|
|
1020
|
+
export declare const UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (
|
|
1021
|
+
obj: UpdateApplicationLayerAutomaticResponseRequest
|
|
1022
|
+
) => any;
|
|
1023
|
+
|
|
1024
|
+
export declare const UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (
|
|
1025
|
+
obj: UpdateApplicationLayerAutomaticResponseResponse
|
|
1026
|
+
) => any;
|
|
1027
|
+
|
|
1028
|
+
export declare const UpdateEmergencyContactSettingsRequestFilterSensitiveLog: (
|
|
1029
|
+
obj: UpdateEmergencyContactSettingsRequest
|
|
1030
|
+
) => any;
|
|
1031
|
+
|
|
1032
|
+
export declare const UpdateEmergencyContactSettingsResponseFilterSensitiveLog: (
|
|
1033
|
+
obj: UpdateEmergencyContactSettingsResponse
|
|
1034
|
+
) => any;
|
|
1035
|
+
|
|
1036
|
+
export declare const UpdateProtectionGroupRequestFilterSensitiveLog: (
|
|
1037
|
+
obj: UpdateProtectionGroupRequest
|
|
1038
|
+
) => any;
|
|
1039
|
+
|
|
1040
|
+
export declare const UpdateProtectionGroupResponseFilterSensitiveLog: (
|
|
1041
|
+
obj: UpdateProtectionGroupResponse
|
|
1042
|
+
) => any;
|
|
1043
|
+
|
|
1044
|
+
export declare const UpdateSubscriptionRequestFilterSensitiveLog: (
|
|
1045
|
+
obj: UpdateSubscriptionRequest
|
|
1046
|
+
) => any;
|
|
1047
|
+
|
|
1048
|
+
export declare const UpdateSubscriptionResponseFilterSensitiveLog: (
|
|
1049
|
+
obj: UpdateSubscriptionResponse
|
|
1050
|
+
) => any;
|