@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.
Files changed (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Shield.d.ts +676 -185
  3. package/dist-types/ts3.4/ShieldClient.d.ts +345 -109
  4. package/dist-types/ts3.4/commands/AssociateDRTLogBucketCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AssociateDRTRoleCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/AssociateHealthCheckCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/AssociateProactiveEngagementDetailsCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProtectionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateProtectionGroupCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateSubscriptionCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/DeleteProtectionCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteProtectionGroupCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteSubscriptionCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/DescribeAttackCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DescribeAttackStatisticsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeDRTAccessCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/DescribeEmergencyContactSettingsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeProtectionCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/DescribeProtectionGroupCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeSubscriptionCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DisableProactiveEngagementCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DisassociateDRTLogBucketCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DisassociateDRTRoleCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/DisassociateHealthCheckCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/EnableProactiveEngagementCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetSubscriptionStateCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListAttacksCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListProtectionGroupsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListProtectionsCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/ListResourcesInProtectionGroupCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateApplicationLayerAutomaticResponseCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateEmergencyContactSettingsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/UpdateProtectionGroupCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/UpdateSubscriptionCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/index.d.ts +36 -36
  41. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  42. package/dist-types/ts3.4/index.d.ts +6 -6
  43. package/dist-types/ts3.4/models/ShieldServiceException.d.ts +8 -6
  44. package/dist-types/ts3.4/models/index.d.ts +1 -1
  45. package/dist-types/ts3.4/models/models_0.d.ts +1050 -937
  46. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  47. package/dist-types/ts3.4/pagination/ListAttacksPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListProtectionGroupsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListProtectionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListResourcesInProtectionGroupPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +437 -110
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  57. package/package.json +34 -34
@@ -1,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
- 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
+
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;