@aws-sdk/client-shield 3.169.0 → 3.171.0

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