@aws-sdk/client-shield 3.131.0 → 3.141.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateDRTLogBucketCommand.js +2 -2
- package/dist-cjs/commands/AssociateDRTRoleCommand.js +2 -2
- package/dist-cjs/commands/AssociateHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/AssociateProactiveEngagementDetailsCommand.js +2 -2
- package/dist-cjs/commands/CreateProtectionCommand.js +2 -2
- package/dist-cjs/commands/CreateProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DeleteProtectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAttackCommand.js +2 -2
- package/dist-cjs/commands/DescribeAttackStatisticsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDRTAccessCommand.js +2 -2
- package/dist-cjs/commands/DescribeEmergencyContactSettingsCommand.js +2 -2
- package/dist-cjs/commands/DescribeProtectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/DisableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/DisableProactiveEngagementCommand.js +2 -2
- package/dist-cjs/commands/DisassociateDRTLogBucketCommand.js +2 -2
- package/dist-cjs/commands/DisassociateDRTRoleCommand.js +2 -2
- package/dist-cjs/commands/DisassociateHealthCheckCommand.js +2 -2
- package/dist-cjs/commands/EnableApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/EnableProactiveEngagementCommand.js +2 -2
- package/dist-cjs/commands/GetSubscriptionStateCommand.js +2 -2
- package/dist-cjs/commands/ListAttacksCommand.js +2 -2
- package/dist-cjs/commands/ListProtectionGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListProtectionsCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesInProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationLayerAutomaticResponseCommand.js +2 -2
- package/dist-cjs/commands/UpdateEmergencyContactSettingsCommand.js +2 -2
- package/dist-cjs/commands/UpdateProtectionGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriptionCommand.js +2 -2
- package/dist-cjs/models/models_0.js +415 -609
- package/dist-cjs/protocols/Aws_json1_1.js +95 -0
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +3 -3
- package/dist-es/commands/AssociateDRTRoleCommand.js +3 -3
- package/dist-es/commands/AssociateHealthCheckCommand.js +3 -3
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +3 -3
- package/dist-es/commands/CreateProtectionCommand.js +3 -3
- package/dist-es/commands/CreateProtectionGroupCommand.js +3 -3
- package/dist-es/commands/CreateSubscriptionCommand.js +3 -3
- package/dist-es/commands/DeleteProtectionCommand.js +3 -3
- package/dist-es/commands/DeleteProtectionGroupCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriptionCommand.js +3 -3
- package/dist-es/commands/DescribeAttackCommand.js +3 -3
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +3 -3
- package/dist-es/commands/DescribeDRTAccessCommand.js +3 -3
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +3 -3
- package/dist-es/commands/DescribeProtectionCommand.js +3 -3
- package/dist-es/commands/DescribeProtectionGroupCommand.js +3 -3
- package/dist-es/commands/DescribeSubscriptionCommand.js +3 -3
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/DisableProactiveEngagementCommand.js +3 -3
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +3 -3
- package/dist-es/commands/DisassociateDRTRoleCommand.js +3 -3
- package/dist-es/commands/DisassociateHealthCheckCommand.js +3 -3
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/EnableProactiveEngagementCommand.js +3 -3
- package/dist-es/commands/GetSubscriptionStateCommand.js +3 -3
- package/dist-es/commands/ListAttacksCommand.js +3 -3
- package/dist-es/commands/ListProtectionGroupsCommand.js +3 -3
- package/dist-es/commands/ListProtectionsCommand.js +3 -3
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +3 -3
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +3 -3
- package/dist-es/commands/UpdateProtectionGroupCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriptionCommand.js +3 -3
- package/dist-es/models/models_0.js +103 -404
- package/dist-es/protocols/Aws_json1_1.js +86 -2
- package/dist-types/Shield.d.ts +23 -13
- package/dist-types/commands/AssociateDRTLogBucketCommand.d.ts +1 -1
- package/dist-types/commands/AssociateDRTRoleCommand.d.ts +1 -1
- package/dist-types/commands/CreateProtectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionCommand.d.ts +5 -2
- package/dist-types/commands/DisableApplicationLayerAutomaticResponseCommand.d.ts +1 -1
- package/dist-types/commands/EnableApplicationLayerAutomaticResponseCommand.d.ts +6 -5
- package/dist-types/commands/ListProtectionGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListProtectionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubscriptionCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +464 -612
- package/dist-types/ts3.4/models/models_0.d.ts +226 -400
- package/package.json +6 -6
|
@@ -30,12 +30,6 @@ export declare class AccessDeniedForDependencyException extends __BaseException
|
|
|
30
30
|
*/
|
|
31
31
|
export interface BlockAction {
|
|
32
32
|
}
|
|
33
|
-
export declare namespace BlockAction {
|
|
34
|
-
/**
|
|
35
|
-
* @internal
|
|
36
|
-
*/
|
|
37
|
-
const filterSensitiveLog: (obj: BlockAction) => any;
|
|
38
|
-
}
|
|
39
33
|
/**
|
|
40
34
|
* <p>Specifies that Shield Advanced should configure its WAF rules with the WAF <code>Count</code> action. </p>
|
|
41
35
|
* <p>This is only used in the context of the <code>ResponseAction</code> setting. </p>
|
|
@@ -44,12 +38,6 @@ export declare namespace BlockAction {
|
|
|
44
38
|
*/
|
|
45
39
|
export interface CountAction {
|
|
46
40
|
}
|
|
47
|
-
export declare namespace CountAction {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
|
-
const filterSensitiveLog: (obj: CountAction) => any;
|
|
52
|
-
}
|
|
53
41
|
/**
|
|
54
42
|
* <p>Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the
|
|
55
43
|
* protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature,
|
|
@@ -67,12 +55,6 @@ export interface ResponseAction {
|
|
|
67
55
|
*/
|
|
68
56
|
Count?: CountAction;
|
|
69
57
|
}
|
|
70
|
-
export declare namespace ResponseAction {
|
|
71
|
-
/**
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
74
|
-
const filterSensitiveLog: (obj: ResponseAction) => any;
|
|
75
|
-
}
|
|
76
58
|
export declare enum ApplicationLayerAutomaticResponseStatus {
|
|
77
59
|
DISABLED = "DISABLED",
|
|
78
60
|
ENABLED = "ENABLED"
|
|
@@ -94,32 +76,14 @@ export interface ApplicationLayerAutomaticResponseConfiguration {
|
|
|
94
76
|
*/
|
|
95
77
|
Action: ResponseAction | undefined;
|
|
96
78
|
}
|
|
97
|
-
export declare namespace ApplicationLayerAutomaticResponseConfiguration {
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
const filterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
|
|
102
|
-
}
|
|
103
79
|
export interface AssociateDRTLogBucketRequest {
|
|
104
80
|
/**
|
|
105
81
|
* <p>The Amazon S3 bucket that contains the logs that you want to share.</p>
|
|
106
82
|
*/
|
|
107
83
|
LogBucket: string | undefined;
|
|
108
84
|
}
|
|
109
|
-
export declare namespace AssociateDRTLogBucketRequest {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
114
|
-
}
|
|
115
85
|
export interface AssociateDRTLogBucketResponse {
|
|
116
86
|
}
|
|
117
|
-
export declare namespace AssociateDRTLogBucketResponse {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
122
|
-
}
|
|
123
87
|
/**
|
|
124
88
|
* <p>Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.</p>
|
|
125
89
|
*/
|
|
@@ -155,12 +119,6 @@ export interface ValidationExceptionField {
|
|
|
155
119
|
*/
|
|
156
120
|
message: string | undefined;
|
|
157
121
|
}
|
|
158
|
-
export declare namespace ValidationExceptionField {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
163
|
-
}
|
|
164
122
|
export declare enum ValidationExceptionReason {
|
|
165
123
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
166
124
|
OTHER = "OTHER"
|
|
@@ -204,7 +162,7 @@ export declare class LimitsExceededException extends __BaseException {
|
|
|
204
162
|
constructor(opts: __ExceptionOptionType<LimitsExceededException, __BaseException>);
|
|
205
163
|
}
|
|
206
164
|
/**
|
|
207
|
-
* <p>The ARN of the role that you
|
|
165
|
+
* <p>The ARN of the role that you specified does not exist.</p>
|
|
208
166
|
*/
|
|
209
167
|
export declare class NoAssociatedRoleException extends __BaseException {
|
|
210
168
|
readonly name: "NoAssociatedRoleException";
|
|
@@ -248,20 +206,8 @@ export interface AssociateDRTRoleRequest {
|
|
|
248
206
|
*/
|
|
249
207
|
RoleArn: string | undefined;
|
|
250
208
|
}
|
|
251
|
-
export declare namespace AssociateDRTRoleRequest {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
256
|
-
}
|
|
257
209
|
export interface AssociateDRTRoleResponse {
|
|
258
210
|
}
|
|
259
|
-
export declare namespace AssociateDRTRoleResponse {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
264
|
-
}
|
|
265
211
|
export interface AssociateHealthCheckRequest {
|
|
266
212
|
/**
|
|
267
213
|
* <p>The unique identifier (ID) for the <a>Protection</a> object to add the health check association to. </p>
|
|
@@ -272,20 +218,8 @@ export interface AssociateHealthCheckRequest {
|
|
|
272
218
|
*/
|
|
273
219
|
HealthCheckArn: string | undefined;
|
|
274
220
|
}
|
|
275
|
-
export declare namespace AssociateHealthCheckRequest {
|
|
276
|
-
/**
|
|
277
|
-
* @internal
|
|
278
|
-
*/
|
|
279
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
280
|
-
}
|
|
281
221
|
export interface AssociateHealthCheckResponse {
|
|
282
222
|
}
|
|
283
|
-
export declare namespace AssociateHealthCheckResponse {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
288
|
-
}
|
|
289
223
|
/**
|
|
290
224
|
* <p>Exception that indicates that the resource is invalid. You might not have access to the resource, or the resource might not exist.</p>
|
|
291
225
|
*/
|
|
@@ -314,12 +248,6 @@ export interface EmergencyContact {
|
|
|
314
248
|
*/
|
|
315
249
|
ContactNotes?: string;
|
|
316
250
|
}
|
|
317
|
-
export declare namespace EmergencyContact {
|
|
318
|
-
/**
|
|
319
|
-
* @internal
|
|
320
|
-
*/
|
|
321
|
-
const filterSensitiveLog: (obj: EmergencyContact) => any;
|
|
322
|
-
}
|
|
323
251
|
export interface AssociateProactiveEngagementDetailsRequest {
|
|
324
252
|
/**
|
|
325
253
|
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you for escalations to the SRT and to initiate proactive customer support. </p>
|
|
@@ -330,20 +258,8 @@ export interface AssociateProactiveEngagementDetailsRequest {
|
|
|
330
258
|
*/
|
|
331
259
|
EmergencyContactList: EmergencyContact[] | undefined;
|
|
332
260
|
}
|
|
333
|
-
export declare namespace AssociateProactiveEngagementDetailsRequest {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
338
|
-
}
|
|
339
261
|
export interface AssociateProactiveEngagementDetailsResponse {
|
|
340
262
|
}
|
|
341
|
-
export declare namespace AssociateProactiveEngagementDetailsResponse {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
346
|
-
}
|
|
347
263
|
/**
|
|
348
264
|
* <p>The counter that describes a DDoS attack.</p>
|
|
349
265
|
*/
|
|
@@ -373,12 +289,6 @@ export interface SummarizedCounter {
|
|
|
373
289
|
*/
|
|
374
290
|
Unit?: string;
|
|
375
291
|
}
|
|
376
|
-
export declare namespace SummarizedCounter {
|
|
377
|
-
/**
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
const filterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
381
|
-
}
|
|
382
292
|
export declare enum AttackLayer {
|
|
383
293
|
APPLICATION = "APPLICATION",
|
|
384
294
|
NETWORK = "NETWORK"
|
|
@@ -406,12 +316,6 @@ export interface Contributor {
|
|
|
406
316
|
*/
|
|
407
317
|
Value?: number;
|
|
408
318
|
}
|
|
409
|
-
export declare namespace Contributor {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
|
-
const filterSensitiveLog: (obj: Contributor) => any;
|
|
414
|
-
}
|
|
415
319
|
export declare enum Unit {
|
|
416
320
|
BITS = "BITS",
|
|
417
321
|
BYTES = "BYTES",
|
|
@@ -451,12 +355,6 @@ export interface AttackProperty {
|
|
|
451
355
|
*/
|
|
452
356
|
Total?: number;
|
|
453
357
|
}
|
|
454
|
-
export declare namespace AttackProperty {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
|
-
const filterSensitiveLog: (obj: AttackProperty) => any;
|
|
459
|
-
}
|
|
460
358
|
/**
|
|
461
359
|
* <p>The mitigation applied to a DDoS attack.</p>
|
|
462
360
|
*/
|
|
@@ -466,12 +364,6 @@ export interface Mitigation {
|
|
|
466
364
|
*/
|
|
467
365
|
MitigationName?: string;
|
|
468
366
|
}
|
|
469
|
-
export declare namespace Mitigation {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
const filterSensitiveLog: (obj: Mitigation) => any;
|
|
474
|
-
}
|
|
475
367
|
/**
|
|
476
368
|
* <p>A summary of information about the attack.</p>
|
|
477
369
|
*/
|
|
@@ -485,12 +377,6 @@ export interface SummarizedAttackVector {
|
|
|
485
377
|
*/
|
|
486
378
|
VectorCounters?: SummarizedCounter[];
|
|
487
379
|
}
|
|
488
|
-
export declare namespace SummarizedAttackVector {
|
|
489
|
-
/**
|
|
490
|
-
* @internal
|
|
491
|
-
*/
|
|
492
|
-
const filterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
493
|
-
}
|
|
494
380
|
export declare enum SubResourceType {
|
|
495
381
|
IP = "IP",
|
|
496
382
|
URL = "URL"
|
|
@@ -516,12 +402,6 @@ export interface SubResourceSummary {
|
|
|
516
402
|
*/
|
|
517
403
|
Counters?: SummarizedCounter[];
|
|
518
404
|
}
|
|
519
|
-
export declare namespace SubResourceSummary {
|
|
520
|
-
/**
|
|
521
|
-
* @internal
|
|
522
|
-
*/
|
|
523
|
-
const filterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
524
|
-
}
|
|
525
405
|
/**
|
|
526
406
|
* <p>The details of a DDoS attack.</p>
|
|
527
407
|
*/
|
|
@@ -563,12 +443,6 @@ export interface AttackDetail {
|
|
|
563
443
|
*/
|
|
564
444
|
Mitigations?: Mitigation[];
|
|
565
445
|
}
|
|
566
|
-
export declare namespace AttackDetail {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
|
-
const filterSensitiveLog: (obj: AttackDetail) => any;
|
|
571
|
-
}
|
|
572
446
|
/**
|
|
573
447
|
* <p>Statistics objects for the various data types in <a>AttackVolume</a>. </p>
|
|
574
448
|
*/
|
|
@@ -578,12 +452,6 @@ export interface AttackVolumeStatistics {
|
|
|
578
452
|
*/
|
|
579
453
|
Max: number | undefined;
|
|
580
454
|
}
|
|
581
|
-
export declare namespace AttackVolumeStatistics {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
const filterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
586
|
-
}
|
|
587
455
|
/**
|
|
588
456
|
* <p>Information about the volume of attacks during the time period, included in an <a>AttackStatisticsDataItem</a>. If the accompanying <code>AttackCount</code> in the statistics object is zero, this setting might be empty.</p>
|
|
589
457
|
*/
|
|
@@ -601,12 +469,6 @@ export interface AttackVolume {
|
|
|
601
469
|
*/
|
|
602
470
|
RequestsPerSecond?: AttackVolumeStatistics;
|
|
603
471
|
}
|
|
604
|
-
export declare namespace AttackVolume {
|
|
605
|
-
/**
|
|
606
|
-
* @internal
|
|
607
|
-
*/
|
|
608
|
-
const filterSensitiveLog: (obj: AttackVolume) => any;
|
|
609
|
-
}
|
|
610
472
|
/**
|
|
611
473
|
* <p>A single attack statistics data record. This is returned by <a>DescribeAttackStatistics</a> along with a time range indicating the time period that the attack statistics apply to. </p>
|
|
612
474
|
*/
|
|
@@ -620,12 +482,6 @@ export interface AttackStatisticsDataItem {
|
|
|
620
482
|
*/
|
|
621
483
|
AttackCount: number | undefined;
|
|
622
484
|
}
|
|
623
|
-
export declare namespace AttackStatisticsDataItem {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
|
-
const filterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
628
|
-
}
|
|
629
485
|
/**
|
|
630
486
|
* <p>Describes the attack.</p>
|
|
631
487
|
*/
|
|
@@ -691,12 +547,6 @@ export interface AttackVectorDescription {
|
|
|
691
547
|
*/
|
|
692
548
|
VectorType: string | undefined;
|
|
693
549
|
}
|
|
694
|
-
export declare namespace AttackVectorDescription {
|
|
695
|
-
/**
|
|
696
|
-
* @internal
|
|
697
|
-
*/
|
|
698
|
-
const filterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
699
|
-
}
|
|
700
550
|
/**
|
|
701
551
|
* <p>Summarizes all DDoS attacks for a specified time period.</p>
|
|
702
552
|
*/
|
|
@@ -722,12 +572,6 @@ export interface AttackSummary {
|
|
|
722
572
|
*/
|
|
723
573
|
AttackVectors?: AttackVectorDescription[];
|
|
724
574
|
}
|
|
725
|
-
export declare namespace AttackSummary {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
|
-
const filterSensitiveLog: (obj: AttackSummary) => any;
|
|
730
|
-
}
|
|
731
575
|
export declare enum AutoRenew {
|
|
732
576
|
DISABLED = "DISABLED",
|
|
733
577
|
ENABLED = "ENABLED"
|
|
@@ -745,12 +589,6 @@ export interface Tag {
|
|
|
745
589
|
*/
|
|
746
590
|
Value?: string;
|
|
747
591
|
}
|
|
748
|
-
export declare namespace Tag {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
753
|
-
}
|
|
754
592
|
export interface CreateProtectionRequest {
|
|
755
593
|
/**
|
|
756
594
|
* <p>Friendly name for the <code>Protection</code> you are creating.</p>
|
|
@@ -776,7 +614,7 @@ export interface CreateProtectionRequest {
|
|
|
776
614
|
* </p>
|
|
777
615
|
* </li>
|
|
778
616
|
* <li>
|
|
779
|
-
* <p>For an Global Accelerator accelerator: <code>arn:aws:globalaccelerator::<i>account-id</i>:accelerator/<i>accelerator-id</i>
|
|
617
|
+
* <p>For an Global Accelerator standard accelerator: <code>arn:aws:globalaccelerator::<i>account-id</i>:accelerator/<i>accelerator-id</i>
|
|
780
618
|
* </code>
|
|
781
619
|
* </p>
|
|
782
620
|
* </li>
|
|
@@ -798,24 +636,12 @@ export interface CreateProtectionRequest {
|
|
|
798
636
|
*/
|
|
799
637
|
Tags?: Tag[];
|
|
800
638
|
}
|
|
801
|
-
export declare namespace CreateProtectionRequest {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
|
-
const filterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
806
|
-
}
|
|
807
639
|
export interface CreateProtectionResponse {
|
|
808
640
|
/**
|
|
809
641
|
* <p>The unique identifier (ID) for the <a>Protection</a> object that is created.</p>
|
|
810
642
|
*/
|
|
811
643
|
ProtectionId?: string;
|
|
812
644
|
}
|
|
813
|
-
export declare namespace CreateProtectionResponse {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
818
|
-
}
|
|
819
645
|
/**
|
|
820
646
|
* <p>Exception indicating the specified resource already exists. If available, this exception includes details in additional properties. </p>
|
|
821
647
|
*/
|
|
@@ -887,36 +713,12 @@ export interface CreateProtectionGroupRequest {
|
|
|
887
713
|
*/
|
|
888
714
|
Tags?: Tag[];
|
|
889
715
|
}
|
|
890
|
-
export declare namespace CreateProtectionGroupRequest {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
895
|
-
}
|
|
896
716
|
export interface CreateProtectionGroupResponse {
|
|
897
717
|
}
|
|
898
|
-
export declare namespace CreateProtectionGroupResponse {
|
|
899
|
-
/**
|
|
900
|
-
* @internal
|
|
901
|
-
*/
|
|
902
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
903
|
-
}
|
|
904
718
|
export interface CreateSubscriptionRequest {
|
|
905
719
|
}
|
|
906
|
-
export declare namespace CreateSubscriptionRequest {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
|
-
const filterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
911
|
-
}
|
|
912
720
|
export interface CreateSubscriptionResponse {
|
|
913
721
|
}
|
|
914
|
-
export declare namespace CreateSubscriptionResponse {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
919
|
-
}
|
|
920
722
|
export interface DeleteProtectionRequest {
|
|
921
723
|
/**
|
|
922
724
|
* <p>The unique identifier (ID) for the <a>Protection</a> object to be
|
|
@@ -924,56 +726,20 @@ export interface DeleteProtectionRequest {
|
|
|
924
726
|
*/
|
|
925
727
|
ProtectionId: string | undefined;
|
|
926
728
|
}
|
|
927
|
-
export declare namespace DeleteProtectionRequest {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
|
-
const filterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
932
|
-
}
|
|
933
729
|
export interface DeleteProtectionResponse {
|
|
934
730
|
}
|
|
935
|
-
export declare namespace DeleteProtectionResponse {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
|
-
const filterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
940
|
-
}
|
|
941
731
|
export interface DeleteProtectionGroupRequest {
|
|
942
732
|
/**
|
|
943
733
|
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
944
734
|
*/
|
|
945
735
|
ProtectionGroupId: string | undefined;
|
|
946
736
|
}
|
|
947
|
-
export declare namespace DeleteProtectionGroupRequest {
|
|
948
|
-
/**
|
|
949
|
-
* @internal
|
|
950
|
-
*/
|
|
951
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
952
|
-
}
|
|
953
737
|
export interface DeleteProtectionGroupResponse {
|
|
954
738
|
}
|
|
955
|
-
export declare namespace DeleteProtectionGroupResponse {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
960
|
-
}
|
|
961
739
|
export interface DeleteSubscriptionRequest {
|
|
962
740
|
}
|
|
963
|
-
export declare namespace DeleteSubscriptionRequest {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
968
|
-
}
|
|
969
741
|
export interface DeleteSubscriptionResponse {
|
|
970
742
|
}
|
|
971
|
-
export declare namespace DeleteSubscriptionResponse {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
976
|
-
}
|
|
977
743
|
/**
|
|
978
744
|
* <p>You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the <code>AutoRenew</code> parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change <code>AutoRenew</code> prior to that period.</p>
|
|
979
745
|
*/
|
|
@@ -991,32 +757,14 @@ export interface DescribeAttackRequest {
|
|
|
991
757
|
*/
|
|
992
758
|
AttackId: string | undefined;
|
|
993
759
|
}
|
|
994
|
-
export declare namespace DescribeAttackRequest {
|
|
995
|
-
/**
|
|
996
|
-
* @internal
|
|
997
|
-
*/
|
|
998
|
-
const filterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
999
|
-
}
|
|
1000
760
|
export interface DescribeAttackResponse {
|
|
1001
761
|
/**
|
|
1002
|
-
* <p>The attack that
|
|
762
|
+
* <p>The attack that you requested. </p>
|
|
1003
763
|
*/
|
|
1004
764
|
Attack?: AttackDetail;
|
|
1005
765
|
}
|
|
1006
|
-
export declare namespace DescribeAttackResponse {
|
|
1007
|
-
/**
|
|
1008
|
-
* @internal
|
|
1009
|
-
*/
|
|
1010
|
-
const filterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
1011
|
-
}
|
|
1012
766
|
export interface DescribeAttackStatisticsRequest {
|
|
1013
767
|
}
|
|
1014
|
-
export declare namespace DescribeAttackStatisticsRequest {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
1019
|
-
}
|
|
1020
768
|
/**
|
|
1021
769
|
* <p>The time range. </p>
|
|
1022
770
|
*/
|
|
@@ -1030,15 +778,9 @@ export interface TimeRange {
|
|
|
1030
778
|
*/
|
|
1031
779
|
ToExclusive?: Date;
|
|
1032
780
|
}
|
|
1033
|
-
export declare namespace TimeRange {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
|
-
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
1038
|
-
}
|
|
1039
781
|
export interface DescribeAttackStatisticsResponse {
|
|
1040
782
|
/**
|
|
1041
|
-
* <p>The time range
|
|
783
|
+
* <p>The time range of the attack.</p>
|
|
1042
784
|
*/
|
|
1043
785
|
TimeRange: TimeRange | undefined;
|
|
1044
786
|
/**
|
|
@@ -1046,20 +788,8 @@ export interface DescribeAttackStatisticsResponse {
|
|
|
1046
788
|
*/
|
|
1047
789
|
DataItems: AttackStatisticsDataItem[] | undefined;
|
|
1048
790
|
}
|
|
1049
|
-
export declare namespace DescribeAttackStatisticsResponse {
|
|
1050
|
-
/**
|
|
1051
|
-
* @internal
|
|
1052
|
-
*/
|
|
1053
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
1054
|
-
}
|
|
1055
791
|
export interface DescribeDRTAccessRequest {
|
|
1056
792
|
}
|
|
1057
|
-
export declare namespace DescribeDRTAccessRequest {
|
|
1058
|
-
/**
|
|
1059
|
-
* @internal
|
|
1060
|
-
*/
|
|
1061
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
1062
|
-
}
|
|
1063
793
|
export interface DescribeDRTAccessResponse {
|
|
1064
794
|
/**
|
|
1065
795
|
* <p>The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.</p>
|
|
@@ -1070,50 +800,26 @@ export interface DescribeDRTAccessResponse {
|
|
|
1070
800
|
*/
|
|
1071
801
|
LogBucketList?: string[];
|
|
1072
802
|
}
|
|
1073
|
-
export declare namespace DescribeDRTAccessResponse {
|
|
1074
|
-
/**
|
|
1075
|
-
* @internal
|
|
1076
|
-
*/
|
|
1077
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
1078
|
-
}
|
|
1079
803
|
export interface DescribeEmergencyContactSettingsRequest {
|
|
1080
804
|
}
|
|
1081
|
-
export declare namespace DescribeEmergencyContactSettingsRequest {
|
|
1082
|
-
/**
|
|
1083
|
-
* @internal
|
|
1084
|
-
*/
|
|
1085
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
1086
|
-
}
|
|
1087
805
|
export interface DescribeEmergencyContactSettingsResponse {
|
|
1088
806
|
/**
|
|
1089
807
|
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
1090
808
|
*/
|
|
1091
809
|
EmergencyContactList?: EmergencyContact[];
|
|
1092
810
|
}
|
|
1093
|
-
export declare namespace DescribeEmergencyContactSettingsResponse {
|
|
1094
|
-
/**
|
|
1095
|
-
* @internal
|
|
1096
|
-
*/
|
|
1097
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
1098
|
-
}
|
|
1099
811
|
export interface DescribeProtectionRequest {
|
|
1100
812
|
/**
|
|
1101
|
-
* <p>The unique identifier (ID) for the <a>Protection</a> object
|
|
1102
|
-
*
|
|
813
|
+
* <p>The unique identifier (ID) for the <a>Protection</a> object to describe.
|
|
814
|
+
* You must provide either the <code>ResourceArn</code> of the protected resource or the <code>ProtectionID</code> of the protection, but not both.</p>
|
|
1103
815
|
*/
|
|
1104
816
|
ProtectionId?: string;
|
|
1105
817
|
/**
|
|
1106
|
-
* <p>The ARN (Amazon Resource Name) of the Amazon Web Services resource
|
|
1107
|
-
*
|
|
818
|
+
* <p>The ARN (Amazon Resource Name) of the protected Amazon Web Services resource.
|
|
819
|
+
* You must provide either the <code>ResourceArn</code> of the protected resource or the <code>ProtectionID</code> of the protection, but not both.</p>
|
|
1108
820
|
*/
|
|
1109
821
|
ResourceArn?: string;
|
|
1110
822
|
}
|
|
1111
|
-
export declare namespace DescribeProtectionRequest {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
const filterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
1116
|
-
}
|
|
1117
823
|
/**
|
|
1118
824
|
* <p>An object that represents a resource that is under DDoS protection.</p>
|
|
1119
825
|
*/
|
|
@@ -1145,36 +851,18 @@ export interface Protection {
|
|
|
1145
851
|
*/
|
|
1146
852
|
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration;
|
|
1147
853
|
}
|
|
1148
|
-
export declare namespace Protection {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
const filterSensitiveLog: (obj: Protection) => any;
|
|
1153
|
-
}
|
|
1154
854
|
export interface DescribeProtectionResponse {
|
|
1155
855
|
/**
|
|
1156
|
-
* <p>The <a>Protection</a>
|
|
856
|
+
* <p>The <a>Protection</a> that you requested. </p>
|
|
1157
857
|
*/
|
|
1158
858
|
Protection?: Protection;
|
|
1159
859
|
}
|
|
1160
|
-
export declare namespace DescribeProtectionResponse {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
const filterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
1165
|
-
}
|
|
1166
860
|
export interface DescribeProtectionGroupRequest {
|
|
1167
861
|
/**
|
|
1168
862
|
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
1169
863
|
*/
|
|
1170
864
|
ProtectionGroupId: string | undefined;
|
|
1171
865
|
}
|
|
1172
|
-
export declare namespace DescribeProtectionGroupRequest {
|
|
1173
|
-
/**
|
|
1174
|
-
* @internal
|
|
1175
|
-
*/
|
|
1176
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
1177
|
-
}
|
|
1178
866
|
/**
|
|
1179
867
|
* <p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
1180
868
|
*/
|
|
@@ -1199,7 +887,7 @@ export interface ProtectionGroup {
|
|
|
1199
887
|
*/
|
|
1200
888
|
Aggregation: ProtectionGroupAggregation | string | undefined;
|
|
1201
889
|
/**
|
|
1202
|
-
* <p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource Amazon Resource Names
|
|
890
|
+
* <p>The criteria to use to choose the protected resources for inclusion in the group. You can include all resources that have protections, provide a list of resource ARNs (Amazon Resource Names), or include all resources of a specified resource type.</p>
|
|
1203
891
|
*/
|
|
1204
892
|
Pattern: ProtectionGroupPattern | string | undefined;
|
|
1205
893
|
/**
|
|
@@ -1208,7 +896,7 @@ export interface ProtectionGroup {
|
|
|
1208
896
|
*/
|
|
1209
897
|
ResourceType?: ProtectedResourceType | string;
|
|
1210
898
|
/**
|
|
1211
|
-
* <p>The Amazon Resource Names
|
|
899
|
+
* <p>The ARNs (Amazon Resource Names) of the resources to include in the protection group. You must set this when you set <code>Pattern</code> to <code>ARBITRARY</code> and you must not set it for any other <code>Pattern</code> setting. </p>
|
|
1212
900
|
*/
|
|
1213
901
|
Members: string[] | undefined;
|
|
1214
902
|
/**
|
|
@@ -1216,32 +904,14 @@ export interface ProtectionGroup {
|
|
|
1216
904
|
*/
|
|
1217
905
|
ProtectionGroupArn?: string;
|
|
1218
906
|
}
|
|
1219
|
-
export declare namespace ProtectionGroup {
|
|
1220
|
-
/**
|
|
1221
|
-
* @internal
|
|
1222
|
-
*/
|
|
1223
|
-
const filterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
1224
|
-
}
|
|
1225
907
|
export interface DescribeProtectionGroupResponse {
|
|
1226
908
|
/**
|
|
1227
909
|
* <p>A grouping of protected resources that you and Shield Advanced can monitor as a collective. This resource grouping improves the accuracy of detection and reduces false positives. </p>
|
|
1228
910
|
*/
|
|
1229
911
|
ProtectionGroup: ProtectionGroup | undefined;
|
|
1230
912
|
}
|
|
1231
|
-
export declare namespace DescribeProtectionGroupResponse {
|
|
1232
|
-
/**
|
|
1233
|
-
* @internal
|
|
1234
|
-
*/
|
|
1235
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
1236
|
-
}
|
|
1237
913
|
export interface DescribeSubscriptionRequest {
|
|
1238
914
|
}
|
|
1239
|
-
export declare namespace DescribeSubscriptionRequest {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
1244
|
-
}
|
|
1245
915
|
/**
|
|
1246
916
|
* <p>Specifies how many protections of a given type you can create.</p>
|
|
1247
917
|
*/
|
|
@@ -1255,12 +925,6 @@ export interface Limit {
|
|
|
1255
925
|
*/
|
|
1256
926
|
Max?: number;
|
|
1257
927
|
}
|
|
1258
|
-
export declare namespace Limit {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
const filterSensitiveLog: (obj: Limit) => any;
|
|
1263
|
-
}
|
|
1264
928
|
export declare enum ProactiveEngagementStatus {
|
|
1265
929
|
DISABLED = "DISABLED",
|
|
1266
930
|
ENABLED = "ENABLED",
|
|
@@ -1275,12 +939,6 @@ export interface ProtectionGroupArbitraryPatternLimits {
|
|
|
1275
939
|
*/
|
|
1276
940
|
MaxMembers: number | undefined;
|
|
1277
941
|
}
|
|
1278
|
-
export declare namespace ProtectionGroupArbitraryPatternLimits {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
1283
|
-
}
|
|
1284
942
|
/**
|
|
1285
943
|
* <p>Limits settings by pattern type in the protection groups for your subscription. </p>
|
|
1286
944
|
*/
|
|
@@ -1290,12 +948,6 @@ export interface ProtectionGroupPatternTypeLimits {
|
|
|
1290
948
|
*/
|
|
1291
949
|
ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits | undefined;
|
|
1292
950
|
}
|
|
1293
|
-
export declare namespace ProtectionGroupPatternTypeLimits {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
const filterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
1298
|
-
}
|
|
1299
951
|
/**
|
|
1300
952
|
* <p>Limits settings on protection groups for your subscription. </p>
|
|
1301
953
|
*/
|
|
@@ -1309,12 +961,6 @@ export interface ProtectionGroupLimits {
|
|
|
1309
961
|
*/
|
|
1310
962
|
PatternTypeLimits: ProtectionGroupPatternTypeLimits | undefined;
|
|
1311
963
|
}
|
|
1312
|
-
export declare namespace ProtectionGroupLimits {
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
|
-
const filterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
1317
|
-
}
|
|
1318
964
|
/**
|
|
1319
965
|
* <p>Limits settings on protections for your subscription. </p>
|
|
1320
966
|
*/
|
|
@@ -1324,12 +970,6 @@ export interface ProtectionLimits {
|
|
|
1324
970
|
*/
|
|
1325
971
|
ProtectedResourceTypeLimits: Limit[] | undefined;
|
|
1326
972
|
}
|
|
1327
|
-
export declare namespace ProtectionLimits {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
|
-
const filterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
1332
|
-
}
|
|
1333
973
|
/**
|
|
1334
974
|
* <p>Limits settings for your subscription. </p>
|
|
1335
975
|
*/
|
|
@@ -1343,12 +983,6 @@ export interface SubscriptionLimits {
|
|
|
1343
983
|
*/
|
|
1344
984
|
ProtectionGroupLimits: ProtectionGroupLimits | undefined;
|
|
1345
985
|
}
|
|
1346
|
-
export declare namespace SubscriptionLimits {
|
|
1347
|
-
/**
|
|
1348
|
-
* @internal
|
|
1349
|
-
*/
|
|
1350
|
-
const filterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
1351
|
-
}
|
|
1352
986
|
/**
|
|
1353
987
|
* <p>Information about the Shield Advanced subscription for an account.</p>
|
|
1354
988
|
*/
|
|
@@ -1389,96 +1023,36 @@ export interface Subscription {
|
|
|
1389
1023
|
*/
|
|
1390
1024
|
SubscriptionArn?: string;
|
|
1391
1025
|
}
|
|
1392
|
-
export declare namespace Subscription {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
|
-
const filterSensitiveLog: (obj: Subscription) => any;
|
|
1397
|
-
}
|
|
1398
1026
|
export interface DescribeSubscriptionResponse {
|
|
1399
1027
|
/**
|
|
1400
1028
|
* <p>The Shield Advanced subscription details for an account.</p>
|
|
1401
1029
|
*/
|
|
1402
1030
|
Subscription?: Subscription;
|
|
1403
1031
|
}
|
|
1404
|
-
export declare namespace DescribeSubscriptionResponse {
|
|
1405
|
-
/**
|
|
1406
|
-
* @internal
|
|
1407
|
-
*/
|
|
1408
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
1409
|
-
}
|
|
1410
1032
|
export interface DisableApplicationLayerAutomaticResponseRequest {
|
|
1411
1033
|
/**
|
|
1412
|
-
* <p>The ARN (Amazon Resource Name) of the resource.</p>
|
|
1034
|
+
* <p>The ARN (Amazon Resource Name) of the protected resource.</p>
|
|
1413
1035
|
*/
|
|
1414
1036
|
ResourceArn: string | undefined;
|
|
1415
1037
|
}
|
|
1416
|
-
export declare namespace DisableApplicationLayerAutomaticResponseRequest {
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
|
|
1421
|
-
}
|
|
1422
1038
|
export interface DisableApplicationLayerAutomaticResponseResponse {
|
|
1423
1039
|
}
|
|
1424
|
-
export declare namespace DisableApplicationLayerAutomaticResponseResponse {
|
|
1425
|
-
/**
|
|
1426
|
-
* @internal
|
|
1427
|
-
*/
|
|
1428
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
|
|
1429
|
-
}
|
|
1430
1040
|
export interface DisableProactiveEngagementRequest {
|
|
1431
1041
|
}
|
|
1432
|
-
export declare namespace DisableProactiveEngagementRequest {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
1437
|
-
}
|
|
1438
1042
|
export interface DisableProactiveEngagementResponse {
|
|
1439
1043
|
}
|
|
1440
|
-
export declare namespace DisableProactiveEngagementResponse {
|
|
1441
|
-
/**
|
|
1442
|
-
* @internal
|
|
1443
|
-
*/
|
|
1444
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
1445
|
-
}
|
|
1446
1044
|
export interface DisassociateDRTLogBucketRequest {
|
|
1447
1045
|
/**
|
|
1448
1046
|
* <p>The Amazon S3 bucket that contains the logs that you want to share.</p>
|
|
1449
1047
|
*/
|
|
1450
1048
|
LogBucket: string | undefined;
|
|
1451
1049
|
}
|
|
1452
|
-
export declare namespace DisassociateDRTLogBucketRequest {
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
1457
|
-
}
|
|
1458
1050
|
export interface DisassociateDRTLogBucketResponse {
|
|
1459
1051
|
}
|
|
1460
|
-
export declare namespace DisassociateDRTLogBucketResponse {
|
|
1461
|
-
/**
|
|
1462
|
-
* @internal
|
|
1463
|
-
*/
|
|
1464
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
1465
|
-
}
|
|
1466
1052
|
export interface DisassociateDRTRoleRequest {
|
|
1467
1053
|
}
|
|
1468
|
-
export declare namespace DisassociateDRTRoleRequest {
|
|
1469
|
-
/**
|
|
1470
|
-
* @internal
|
|
1471
|
-
*/
|
|
1472
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
1473
|
-
}
|
|
1474
1054
|
export interface DisassociateDRTRoleResponse {
|
|
1475
1055
|
}
|
|
1476
|
-
export declare namespace DisassociateDRTRoleResponse {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
1481
|
-
}
|
|
1482
1056
|
export interface DisassociateHealthCheckRequest {
|
|
1483
1057
|
/**
|
|
1484
1058
|
* <p>The unique identifier (ID) for the <a>Protection</a> object to remove the health check association from. </p>
|
|
@@ -1489,23 +1063,11 @@ export interface DisassociateHealthCheckRequest {
|
|
|
1489
1063
|
*/
|
|
1490
1064
|
HealthCheckArn: string | undefined;
|
|
1491
1065
|
}
|
|
1492
|
-
export declare namespace DisassociateHealthCheckRequest {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
1497
|
-
}
|
|
1498
1066
|
export interface DisassociateHealthCheckResponse {
|
|
1499
1067
|
}
|
|
1500
|
-
export declare namespace DisassociateHealthCheckResponse {
|
|
1501
|
-
/**
|
|
1502
|
-
* @internal
|
|
1503
|
-
*/
|
|
1504
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
1505
|
-
}
|
|
1506
1068
|
export interface EnableApplicationLayerAutomaticResponseRequest {
|
|
1507
1069
|
/**
|
|
1508
|
-
* <p>The ARN (Amazon Resource Name) of the resource.</p>
|
|
1070
|
+
* <p>The ARN (Amazon Resource Name) of the protected resource.</p>
|
|
1509
1071
|
*/
|
|
1510
1072
|
ResourceArn: string | undefined;
|
|
1511
1073
|
/**
|
|
@@ -1515,44 +1077,14 @@ export interface EnableApplicationLayerAutomaticResponseRequest {
|
|
|
1515
1077
|
*/
|
|
1516
1078
|
Action: ResponseAction | undefined;
|
|
1517
1079
|
}
|
|
1518
|
-
export declare namespace EnableApplicationLayerAutomaticResponseRequest {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
|
|
1523
|
-
}
|
|
1524
1080
|
export interface EnableApplicationLayerAutomaticResponseResponse {
|
|
1525
1081
|
}
|
|
1526
|
-
export declare namespace EnableApplicationLayerAutomaticResponseResponse {
|
|
1527
|
-
/**
|
|
1528
|
-
* @internal
|
|
1529
|
-
*/
|
|
1530
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
|
|
1531
|
-
}
|
|
1532
1082
|
export interface EnableProactiveEngagementRequest {
|
|
1533
1083
|
}
|
|
1534
|
-
export declare namespace EnableProactiveEngagementRequest {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
1539
|
-
}
|
|
1540
1084
|
export interface EnableProactiveEngagementResponse {
|
|
1541
1085
|
}
|
|
1542
|
-
export declare namespace EnableProactiveEngagementResponse {
|
|
1543
|
-
/**
|
|
1544
|
-
* @internal
|
|
1545
|
-
*/
|
|
1546
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
1547
|
-
}
|
|
1548
1086
|
export interface GetSubscriptionStateRequest {
|
|
1549
1087
|
}
|
|
1550
|
-
export declare namespace GetSubscriptionStateRequest {
|
|
1551
|
-
/**
|
|
1552
|
-
* @internal
|
|
1553
|
-
*/
|
|
1554
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
1555
|
-
}
|
|
1556
1088
|
export declare enum SubscriptionState {
|
|
1557
1089
|
ACTIVE = "ACTIVE",
|
|
1558
1090
|
INACTIVE = "INACTIVE"
|
|
@@ -1563,12 +1095,6 @@ export interface GetSubscriptionStateResponse {
|
|
|
1563
1095
|
*/
|
|
1564
1096
|
SubscriptionState: SubscriptionState | string | undefined;
|
|
1565
1097
|
}
|
|
1566
|
-
export declare namespace GetSubscriptionStateResponse {
|
|
1567
|
-
/**
|
|
1568
|
-
* @internal
|
|
1569
|
-
*/
|
|
1570
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
1571
|
-
}
|
|
1572
1098
|
export interface ListAttacksRequest {
|
|
1573
1099
|
/**
|
|
1574
1100
|
* <p>The ARNs (Amazon Resource Names) of the resources that were attacked. If you leave this
|
|
@@ -1603,12 +1129,6 @@ export interface ListAttacksRequest {
|
|
|
1603
1129
|
*/
|
|
1604
1130
|
MaxResults?: number;
|
|
1605
1131
|
}
|
|
1606
|
-
export declare namespace ListAttacksRequest {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
const filterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
1611
|
-
}
|
|
1612
1132
|
export interface ListAttacksResponse {
|
|
1613
1133
|
/**
|
|
1614
1134
|
* <p>The attack information for the specified time range.</p>
|
|
@@ -1624,12 +1144,6 @@ export interface ListAttacksResponse {
|
|
|
1624
1144
|
*/
|
|
1625
1145
|
NextToken?: string;
|
|
1626
1146
|
}
|
|
1627
|
-
export declare namespace ListAttacksResponse {
|
|
1628
|
-
/**
|
|
1629
|
-
* @internal
|
|
1630
|
-
*/
|
|
1631
|
-
const filterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
1632
|
-
}
|
|
1633
1147
|
/**
|
|
1634
1148
|
* <p>Exception that indicates that the <code>NextToken</code> specified in the request is invalid. Submit the request using the <code>NextToken</code> value that was returned in the prior response.</p>
|
|
1635
1149
|
*/
|
|
@@ -1641,6 +1155,27 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
1641
1155
|
*/
|
|
1642
1156
|
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
1643
1157
|
}
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>Narrows the set of protection groups that the call retrieves. You can retrieve a single protection group by its name and you can retrieve all protection groups that are configured with a specific pattern, aggregation, or resource type. You can provide up to one criteria per filter type. Shield Advanced returns the protection groups that exactly match all of the search criteria that you provide.</p>
|
|
1160
|
+
*/
|
|
1161
|
+
export interface InclusionProtectionGroupFilters {
|
|
1162
|
+
/**
|
|
1163
|
+
* <p>The ID of the protection group that you want to retrieve. </p>
|
|
1164
|
+
*/
|
|
1165
|
+
ProtectionGroupIds?: string[];
|
|
1166
|
+
/**
|
|
1167
|
+
* <p>The pattern specification of the protection groups that you want to retrieve. </p>
|
|
1168
|
+
*/
|
|
1169
|
+
Patterns?: (ProtectionGroupPattern | string)[];
|
|
1170
|
+
/**
|
|
1171
|
+
* <p>The resource type configuration of the protection groups that you want to retrieve. In the protection group configuration, you specify the resource type when you set the group's <code>Pattern</code> to <code>BY_RESOURCE_TYPE</code>. </p>
|
|
1172
|
+
*/
|
|
1173
|
+
ResourceTypes?: (ProtectedResourceType | string)[];
|
|
1174
|
+
/**
|
|
1175
|
+
* <p>The aggregation setting of the protection groups that you want to retrieve. </p>
|
|
1176
|
+
*/
|
|
1177
|
+
Aggregations?: (ProtectionGroupAggregation | string)[];
|
|
1178
|
+
}
|
|
1644
1179
|
export interface ListProtectionGroupsRequest {
|
|
1645
1180
|
/**
|
|
1646
1181
|
* <p>When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects,
|
|
@@ -1659,12 +1194,10 @@ export interface ListProtectionGroupsRequest {
|
|
|
1659
1194
|
* <p>The default setting is 20.</p>
|
|
1660
1195
|
*/
|
|
1661
1196
|
MaxResults?: number;
|
|
1662
|
-
}
|
|
1663
|
-
export declare namespace ListProtectionGroupsRequest {
|
|
1664
1197
|
/**
|
|
1665
|
-
*
|
|
1198
|
+
* <p>Narrows the set of protection groups that the call retrieves. You can retrieve a single protection group by its name and you can retrieve all protection groups that are configured with specific pattern or aggregation settings. You can provide up to one criteria per filter type. Shield Advanced returns the protection groups that exactly match all of the search criteria that you provide.</p>
|
|
1666
1199
|
*/
|
|
1667
|
-
|
|
1200
|
+
InclusionFilters?: InclusionProtectionGroupFilters;
|
|
1668
1201
|
}
|
|
1669
1202
|
export interface ListProtectionGroupsResponse {
|
|
1670
1203
|
/**
|
|
@@ -1681,11 +1214,22 @@ export interface ListProtectionGroupsResponse {
|
|
|
1681
1214
|
*/
|
|
1682
1215
|
NextToken?: string;
|
|
1683
1216
|
}
|
|
1684
|
-
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>Narrows the set of protections that the call retrieves. You can retrieve a single protection by providing its name or the ARN (Amazon Resource Name) of its protected resource. You can also retrieve all protections for a specific resource type. You can provide up to one criteria per filter type. Shield Advanced returns protections that exactly match all of the filter criteria that you provide.</p>
|
|
1219
|
+
*/
|
|
1220
|
+
export interface InclusionProtectionFilters {
|
|
1685
1221
|
/**
|
|
1686
|
-
*
|
|
1222
|
+
* <p>The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve. </p>
|
|
1223
|
+
*/
|
|
1224
|
+
ResourceArns?: string[];
|
|
1225
|
+
/**
|
|
1226
|
+
* <p>The name of the protection that you want to retrieve. </p>
|
|
1227
|
+
*/
|
|
1228
|
+
ProtectionNames?: string[];
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>The type of protected resource whose protections you want to retrieve. </p>
|
|
1687
1231
|
*/
|
|
1688
|
-
|
|
1232
|
+
ResourceTypes?: (ProtectedResourceType | string)[];
|
|
1689
1233
|
}
|
|
1690
1234
|
export interface ListProtectionsRequest {
|
|
1691
1235
|
/**
|
|
@@ -1705,12 +1249,10 @@ export interface ListProtectionsRequest {
|
|
|
1705
1249
|
* <p>The default setting is 20.</p>
|
|
1706
1250
|
*/
|
|
1707
1251
|
MaxResults?: number;
|
|
1708
|
-
}
|
|
1709
|
-
export declare namespace ListProtectionsRequest {
|
|
1710
1252
|
/**
|
|
1711
|
-
*
|
|
1253
|
+
* <p>Narrows the set of protections that the call retrieves. You can retrieve a single protection by providing its name or the ARN (Amazon Resource Name) of its protected resource. You can also retrieve all protections for a specific resource type. You can provide up to one criteria per filter type. Shield Advanced returns protections that exactly match all of the filter criteria that you provide.</p>
|
|
1712
1254
|
*/
|
|
1713
|
-
|
|
1255
|
+
InclusionFilters?: InclusionProtectionFilters;
|
|
1714
1256
|
}
|
|
1715
1257
|
export interface ListProtectionsResponse {
|
|
1716
1258
|
/**
|
|
@@ -1727,12 +1269,6 @@ export interface ListProtectionsResponse {
|
|
|
1727
1269
|
*/
|
|
1728
1270
|
NextToken?: string;
|
|
1729
1271
|
}
|
|
1730
|
-
export declare namespace ListProtectionsResponse {
|
|
1731
|
-
/**
|
|
1732
|
-
* @internal
|
|
1733
|
-
*/
|
|
1734
|
-
const filterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
1735
|
-
}
|
|
1736
1272
|
export interface ListResourcesInProtectionGroupRequest {
|
|
1737
1273
|
/**
|
|
1738
1274
|
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
@@ -1756,12 +1292,6 @@ export interface ListResourcesInProtectionGroupRequest {
|
|
|
1756
1292
|
*/
|
|
1757
1293
|
MaxResults?: number;
|
|
1758
1294
|
}
|
|
1759
|
-
export declare namespace ListResourcesInProtectionGroupRequest {
|
|
1760
|
-
/**
|
|
1761
|
-
* @internal
|
|
1762
|
-
*/
|
|
1763
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
1764
|
-
}
|
|
1765
1295
|
export interface ListResourcesInProtectionGroupResponse {
|
|
1766
1296
|
/**
|
|
1767
1297
|
* <p>The Amazon Resource Names (ARNs) of the resources that are included in the protection group.</p>
|
|
@@ -1777,36 +1307,18 @@ export interface ListResourcesInProtectionGroupResponse {
|
|
|
1777
1307
|
*/
|
|
1778
1308
|
NextToken?: string;
|
|
1779
1309
|
}
|
|
1780
|
-
export declare namespace ListResourcesInProtectionGroupResponse {
|
|
1781
|
-
/**
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
1784
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
1785
|
-
}
|
|
1786
1310
|
export interface ListTagsForResourceRequest {
|
|
1787
1311
|
/**
|
|
1788
1312
|
* <p>The Amazon Resource Name (ARN) of the resource to get tags for.</p>
|
|
1789
1313
|
*/
|
|
1790
1314
|
ResourceARN: string | undefined;
|
|
1791
1315
|
}
|
|
1792
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1793
|
-
/**
|
|
1794
|
-
* @internal
|
|
1795
|
-
*/
|
|
1796
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1797
|
-
}
|
|
1798
1316
|
export interface ListTagsForResourceResponse {
|
|
1799
1317
|
/**
|
|
1800
1318
|
* <p>A list of tag key and value pairs associated with the specified resource.</p>
|
|
1801
1319
|
*/
|
|
1802
1320
|
Tags?: Tag[];
|
|
1803
1321
|
}
|
|
1804
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1805
|
-
/**
|
|
1806
|
-
* @internal
|
|
1807
|
-
*/
|
|
1808
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1809
|
-
}
|
|
1810
1322
|
export interface TagResourceRequest {
|
|
1811
1323
|
/**
|
|
1812
1324
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to add or update tags for.</p>
|
|
@@ -1817,20 +1329,8 @@ export interface TagResourceRequest {
|
|
|
1817
1329
|
*/
|
|
1818
1330
|
Tags: Tag[] | undefined;
|
|
1819
1331
|
}
|
|
1820
|
-
export declare namespace TagResourceRequest {
|
|
1821
|
-
/**
|
|
1822
|
-
* @internal
|
|
1823
|
-
*/
|
|
1824
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1825
|
-
}
|
|
1826
1332
|
export interface TagResourceResponse {
|
|
1827
1333
|
}
|
|
1828
|
-
export declare namespace TagResourceResponse {
|
|
1829
|
-
/**
|
|
1830
|
-
* @internal
|
|
1831
|
-
*/
|
|
1832
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1833
|
-
}
|
|
1834
1334
|
export interface UntagResourceRequest {
|
|
1835
1335
|
/**
|
|
1836
1336
|
* <p>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</p>
|
|
@@ -1841,20 +1341,8 @@ export interface UntagResourceRequest {
|
|
|
1841
1341
|
*/
|
|
1842
1342
|
TagKeys: string[] | undefined;
|
|
1843
1343
|
}
|
|
1844
|
-
export declare namespace UntagResourceRequest {
|
|
1845
|
-
/**
|
|
1846
|
-
* @internal
|
|
1847
|
-
*/
|
|
1848
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1849
|
-
}
|
|
1850
1344
|
export interface UntagResourceResponse {
|
|
1851
1345
|
}
|
|
1852
|
-
export declare namespace UntagResourceResponse {
|
|
1853
|
-
/**
|
|
1854
|
-
* @internal
|
|
1855
|
-
*/
|
|
1856
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1857
|
-
}
|
|
1858
1346
|
export interface UpdateApplicationLayerAutomaticResponseRequest {
|
|
1859
1347
|
/**
|
|
1860
1348
|
* <p>The ARN (Amazon Resource Name) of the resource.</p>
|
|
@@ -1867,20 +1355,8 @@ export interface UpdateApplicationLayerAutomaticResponseRequest {
|
|
|
1867
1355
|
*/
|
|
1868
1356
|
Action: ResponseAction | undefined;
|
|
1869
1357
|
}
|
|
1870
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseRequest {
|
|
1871
|
-
/**
|
|
1872
|
-
* @internal
|
|
1873
|
-
*/
|
|
1874
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
|
|
1875
|
-
}
|
|
1876
1358
|
export interface UpdateApplicationLayerAutomaticResponseResponse {
|
|
1877
1359
|
}
|
|
1878
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseResponse {
|
|
1879
|
-
/**
|
|
1880
|
-
* @internal
|
|
1881
|
-
*/
|
|
1882
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
|
|
1883
|
-
}
|
|
1884
1360
|
export interface UpdateEmergencyContactSettingsRequest {
|
|
1885
1361
|
/**
|
|
1886
1362
|
* <p>A list of email addresses and phone numbers that the Shield Response Team (SRT) can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.</p>
|
|
@@ -1888,20 +1364,8 @@ export interface UpdateEmergencyContactSettingsRequest {
|
|
|
1888
1364
|
*/
|
|
1889
1365
|
EmergencyContactList?: EmergencyContact[];
|
|
1890
1366
|
}
|
|
1891
|
-
export declare namespace UpdateEmergencyContactSettingsRequest {
|
|
1892
|
-
/**
|
|
1893
|
-
* @internal
|
|
1894
|
-
*/
|
|
1895
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
1896
|
-
}
|
|
1897
1367
|
export interface UpdateEmergencyContactSettingsResponse {
|
|
1898
1368
|
}
|
|
1899
|
-
export declare namespace UpdateEmergencyContactSettingsResponse {
|
|
1900
|
-
/**
|
|
1901
|
-
* @internal
|
|
1902
|
-
*/
|
|
1903
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
1904
|
-
}
|
|
1905
1369
|
export interface UpdateProtectionGroupRequest {
|
|
1906
1370
|
/**
|
|
1907
1371
|
* <p>The name of the protection group. You use this to identify the protection group in lists and to manage the protection group, for example to update, delete, or describe it. </p>
|
|
@@ -1936,37 +1400,425 @@ export interface UpdateProtectionGroupRequest {
|
|
|
1936
1400
|
*/
|
|
1937
1401
|
Members?: string[];
|
|
1938
1402
|
}
|
|
1939
|
-
export declare namespace UpdateProtectionGroupRequest {
|
|
1940
|
-
/**
|
|
1941
|
-
* @internal
|
|
1942
|
-
*/
|
|
1943
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
1944
|
-
}
|
|
1945
1403
|
export interface UpdateProtectionGroupResponse {
|
|
1946
1404
|
}
|
|
1947
|
-
export declare namespace UpdateProtectionGroupResponse {
|
|
1948
|
-
/**
|
|
1949
|
-
* @internal
|
|
1950
|
-
*/
|
|
1951
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
1952
|
-
}
|
|
1953
1405
|
export interface UpdateSubscriptionRequest {
|
|
1954
1406
|
/**
|
|
1955
1407
|
* <p>When you initally create a subscription, <code>AutoRenew</code> is set to <code>ENABLED</code>. If <code>ENABLED</code>, the subscription will be automatically renewed at the end of the existing subscription period. You can change this by submitting an <code>UpdateSubscription</code> request. If the <code>UpdateSubscription</code> request does not included a value for <code>AutoRenew</code>, the existing value for <code>AutoRenew</code> remains unchanged.</p>
|
|
1956
1408
|
*/
|
|
1957
1409
|
AutoRenew?: AutoRenew | string;
|
|
1958
1410
|
}
|
|
1959
|
-
export declare namespace UpdateSubscriptionRequest {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
1964
|
-
}
|
|
1965
1411
|
export interface UpdateSubscriptionResponse {
|
|
1966
1412
|
}
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1413
|
+
/**
|
|
1414
|
+
* @internal
|
|
1415
|
+
*/
|
|
1416
|
+
export declare const BlockActionFilterSensitiveLog: (obj: BlockAction) => any;
|
|
1417
|
+
/**
|
|
1418
|
+
* @internal
|
|
1419
|
+
*/
|
|
1420
|
+
export declare const CountActionFilterSensitiveLog: (obj: CountAction) => any;
|
|
1421
|
+
/**
|
|
1422
|
+
* @internal
|
|
1423
|
+
*/
|
|
1424
|
+
export declare const ResponseActionFilterSensitiveLog: (obj: ResponseAction) => any;
|
|
1425
|
+
/**
|
|
1426
|
+
* @internal
|
|
1427
|
+
*/
|
|
1428
|
+
export declare const ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
|
|
1429
|
+
/**
|
|
1430
|
+
* @internal
|
|
1431
|
+
*/
|
|
1432
|
+
export declare const AssociateDRTLogBucketRequestFilterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
1433
|
+
/**
|
|
1434
|
+
* @internal
|
|
1435
|
+
*/
|
|
1436
|
+
export declare const AssociateDRTLogBucketResponseFilterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
1437
|
+
/**
|
|
1438
|
+
* @internal
|
|
1439
|
+
*/
|
|
1440
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1441
|
+
/**
|
|
1442
|
+
* @internal
|
|
1443
|
+
*/
|
|
1444
|
+
export declare const AssociateDRTRoleRequestFilterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
1445
|
+
/**
|
|
1446
|
+
* @internal
|
|
1447
|
+
*/
|
|
1448
|
+
export declare const AssociateDRTRoleResponseFilterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
1449
|
+
/**
|
|
1450
|
+
* @internal
|
|
1451
|
+
*/
|
|
1452
|
+
export declare const AssociateHealthCheckRequestFilterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
1453
|
+
/**
|
|
1454
|
+
* @internal
|
|
1455
|
+
*/
|
|
1456
|
+
export declare const AssociateHealthCheckResponseFilterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
1457
|
+
/**
|
|
1458
|
+
* @internal
|
|
1459
|
+
*/
|
|
1460
|
+
export declare const EmergencyContactFilterSensitiveLog: (obj: EmergencyContact) => any;
|
|
1461
|
+
/**
|
|
1462
|
+
* @internal
|
|
1463
|
+
*/
|
|
1464
|
+
export declare const AssociateProactiveEngagementDetailsRequestFilterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
1465
|
+
/**
|
|
1466
|
+
* @internal
|
|
1467
|
+
*/
|
|
1468
|
+
export declare const AssociateProactiveEngagementDetailsResponseFilterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
1469
|
+
/**
|
|
1470
|
+
* @internal
|
|
1471
|
+
*/
|
|
1472
|
+
export declare const SummarizedCounterFilterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
1473
|
+
/**
|
|
1474
|
+
* @internal
|
|
1475
|
+
*/
|
|
1476
|
+
export declare const ContributorFilterSensitiveLog: (obj: Contributor) => any;
|
|
1477
|
+
/**
|
|
1478
|
+
* @internal
|
|
1479
|
+
*/
|
|
1480
|
+
export declare const AttackPropertyFilterSensitiveLog: (obj: AttackProperty) => any;
|
|
1481
|
+
/**
|
|
1482
|
+
* @internal
|
|
1483
|
+
*/
|
|
1484
|
+
export declare const MitigationFilterSensitiveLog: (obj: Mitigation) => any;
|
|
1485
|
+
/**
|
|
1486
|
+
* @internal
|
|
1487
|
+
*/
|
|
1488
|
+
export declare const SummarizedAttackVectorFilterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
1489
|
+
/**
|
|
1490
|
+
* @internal
|
|
1491
|
+
*/
|
|
1492
|
+
export declare const SubResourceSummaryFilterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
1493
|
+
/**
|
|
1494
|
+
* @internal
|
|
1495
|
+
*/
|
|
1496
|
+
export declare const AttackDetailFilterSensitiveLog: (obj: AttackDetail) => any;
|
|
1497
|
+
/**
|
|
1498
|
+
* @internal
|
|
1499
|
+
*/
|
|
1500
|
+
export declare const AttackVolumeStatisticsFilterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
1501
|
+
/**
|
|
1502
|
+
* @internal
|
|
1503
|
+
*/
|
|
1504
|
+
export declare const AttackVolumeFilterSensitiveLog: (obj: AttackVolume) => any;
|
|
1505
|
+
/**
|
|
1506
|
+
* @internal
|
|
1507
|
+
*/
|
|
1508
|
+
export declare const AttackStatisticsDataItemFilterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
1509
|
+
/**
|
|
1510
|
+
* @internal
|
|
1511
|
+
*/
|
|
1512
|
+
export declare const AttackVectorDescriptionFilterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
1513
|
+
/**
|
|
1514
|
+
* @internal
|
|
1515
|
+
*/
|
|
1516
|
+
export declare const AttackSummaryFilterSensitiveLog: (obj: AttackSummary) => any;
|
|
1517
|
+
/**
|
|
1518
|
+
* @internal
|
|
1519
|
+
*/
|
|
1520
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1521
|
+
/**
|
|
1522
|
+
* @internal
|
|
1523
|
+
*/
|
|
1524
|
+
export declare const CreateProtectionRequestFilterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
1525
|
+
/**
|
|
1526
|
+
* @internal
|
|
1527
|
+
*/
|
|
1528
|
+
export declare const CreateProtectionResponseFilterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
1529
|
+
/**
|
|
1530
|
+
* @internal
|
|
1531
|
+
*/
|
|
1532
|
+
export declare const CreateProtectionGroupRequestFilterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
1533
|
+
/**
|
|
1534
|
+
* @internal
|
|
1535
|
+
*/
|
|
1536
|
+
export declare const CreateProtectionGroupResponseFilterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
1537
|
+
/**
|
|
1538
|
+
* @internal
|
|
1539
|
+
*/
|
|
1540
|
+
export declare const CreateSubscriptionRequestFilterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
1541
|
+
/**
|
|
1542
|
+
* @internal
|
|
1543
|
+
*/
|
|
1544
|
+
export declare const CreateSubscriptionResponseFilterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
1545
|
+
/**
|
|
1546
|
+
* @internal
|
|
1547
|
+
*/
|
|
1548
|
+
export declare const DeleteProtectionRequestFilterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
1549
|
+
/**
|
|
1550
|
+
* @internal
|
|
1551
|
+
*/
|
|
1552
|
+
export declare const DeleteProtectionResponseFilterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
1553
|
+
/**
|
|
1554
|
+
* @internal
|
|
1555
|
+
*/
|
|
1556
|
+
export declare const DeleteProtectionGroupRequestFilterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
1557
|
+
/**
|
|
1558
|
+
* @internal
|
|
1559
|
+
*/
|
|
1560
|
+
export declare const DeleteProtectionGroupResponseFilterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
1561
|
+
/**
|
|
1562
|
+
* @internal
|
|
1563
|
+
*/
|
|
1564
|
+
export declare const DeleteSubscriptionRequestFilterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
1565
|
+
/**
|
|
1566
|
+
* @internal
|
|
1567
|
+
*/
|
|
1568
|
+
export declare const DeleteSubscriptionResponseFilterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
1569
|
+
/**
|
|
1570
|
+
* @internal
|
|
1571
|
+
*/
|
|
1572
|
+
export declare const DescribeAttackRequestFilterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
1573
|
+
/**
|
|
1574
|
+
* @internal
|
|
1575
|
+
*/
|
|
1576
|
+
export declare const DescribeAttackResponseFilterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
1577
|
+
/**
|
|
1578
|
+
* @internal
|
|
1579
|
+
*/
|
|
1580
|
+
export declare const DescribeAttackStatisticsRequestFilterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
1581
|
+
/**
|
|
1582
|
+
* @internal
|
|
1583
|
+
*/
|
|
1584
|
+
export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
|
|
1585
|
+
/**
|
|
1586
|
+
* @internal
|
|
1587
|
+
*/
|
|
1588
|
+
export declare const DescribeAttackStatisticsResponseFilterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
1589
|
+
/**
|
|
1590
|
+
* @internal
|
|
1591
|
+
*/
|
|
1592
|
+
export declare const DescribeDRTAccessRequestFilterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
1593
|
+
/**
|
|
1594
|
+
* @internal
|
|
1595
|
+
*/
|
|
1596
|
+
export declare const DescribeDRTAccessResponseFilterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
1597
|
+
/**
|
|
1598
|
+
* @internal
|
|
1599
|
+
*/
|
|
1600
|
+
export declare const DescribeEmergencyContactSettingsRequestFilterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
1601
|
+
/**
|
|
1602
|
+
* @internal
|
|
1603
|
+
*/
|
|
1604
|
+
export declare const DescribeEmergencyContactSettingsResponseFilterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
1605
|
+
/**
|
|
1606
|
+
* @internal
|
|
1607
|
+
*/
|
|
1608
|
+
export declare const DescribeProtectionRequestFilterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
1609
|
+
/**
|
|
1610
|
+
* @internal
|
|
1611
|
+
*/
|
|
1612
|
+
export declare const ProtectionFilterSensitiveLog: (obj: Protection) => any;
|
|
1613
|
+
/**
|
|
1614
|
+
* @internal
|
|
1615
|
+
*/
|
|
1616
|
+
export declare const DescribeProtectionResponseFilterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
1617
|
+
/**
|
|
1618
|
+
* @internal
|
|
1619
|
+
*/
|
|
1620
|
+
export declare const DescribeProtectionGroupRequestFilterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
1621
|
+
/**
|
|
1622
|
+
* @internal
|
|
1623
|
+
*/
|
|
1624
|
+
export declare const ProtectionGroupFilterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
1625
|
+
/**
|
|
1626
|
+
* @internal
|
|
1627
|
+
*/
|
|
1628
|
+
export declare const DescribeProtectionGroupResponseFilterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
1629
|
+
/**
|
|
1630
|
+
* @internal
|
|
1631
|
+
*/
|
|
1632
|
+
export declare const DescribeSubscriptionRequestFilterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
1633
|
+
/**
|
|
1634
|
+
* @internal
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const LimitFilterSensitiveLog: (obj: Limit) => any;
|
|
1637
|
+
/**
|
|
1638
|
+
* @internal
|
|
1639
|
+
*/
|
|
1640
|
+
export declare const ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
1641
|
+
/**
|
|
1642
|
+
* @internal
|
|
1643
|
+
*/
|
|
1644
|
+
export declare const ProtectionGroupPatternTypeLimitsFilterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
1645
|
+
/**
|
|
1646
|
+
* @internal
|
|
1647
|
+
*/
|
|
1648
|
+
export declare const ProtectionGroupLimitsFilterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
1649
|
+
/**
|
|
1650
|
+
* @internal
|
|
1651
|
+
*/
|
|
1652
|
+
export declare const ProtectionLimitsFilterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
1653
|
+
/**
|
|
1654
|
+
* @internal
|
|
1655
|
+
*/
|
|
1656
|
+
export declare const SubscriptionLimitsFilterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
1657
|
+
/**
|
|
1658
|
+
* @internal
|
|
1659
|
+
*/
|
|
1660
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
1661
|
+
/**
|
|
1662
|
+
* @internal
|
|
1663
|
+
*/
|
|
1664
|
+
export declare const DescribeSubscriptionResponseFilterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
1665
|
+
/**
|
|
1666
|
+
* @internal
|
|
1667
|
+
*/
|
|
1668
|
+
export declare const DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
|
|
1669
|
+
/**
|
|
1670
|
+
* @internal
|
|
1671
|
+
*/
|
|
1672
|
+
export declare const DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
|
|
1673
|
+
/**
|
|
1674
|
+
* @internal
|
|
1675
|
+
*/
|
|
1676
|
+
export declare const DisableProactiveEngagementRequestFilterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
1677
|
+
/**
|
|
1678
|
+
* @internal
|
|
1679
|
+
*/
|
|
1680
|
+
export declare const DisableProactiveEngagementResponseFilterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
1681
|
+
/**
|
|
1682
|
+
* @internal
|
|
1683
|
+
*/
|
|
1684
|
+
export declare const DisassociateDRTLogBucketRequestFilterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
1685
|
+
/**
|
|
1686
|
+
* @internal
|
|
1687
|
+
*/
|
|
1688
|
+
export declare const DisassociateDRTLogBucketResponseFilterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
1689
|
+
/**
|
|
1690
|
+
* @internal
|
|
1691
|
+
*/
|
|
1692
|
+
export declare const DisassociateDRTRoleRequestFilterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
1693
|
+
/**
|
|
1694
|
+
* @internal
|
|
1695
|
+
*/
|
|
1696
|
+
export declare const DisassociateDRTRoleResponseFilterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
1697
|
+
/**
|
|
1698
|
+
* @internal
|
|
1699
|
+
*/
|
|
1700
|
+
export declare const DisassociateHealthCheckRequestFilterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
1701
|
+
/**
|
|
1702
|
+
* @internal
|
|
1703
|
+
*/
|
|
1704
|
+
export declare const DisassociateHealthCheckResponseFilterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
1705
|
+
/**
|
|
1706
|
+
* @internal
|
|
1707
|
+
*/
|
|
1708
|
+
export declare const EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
|
|
1709
|
+
/**
|
|
1710
|
+
* @internal
|
|
1711
|
+
*/
|
|
1712
|
+
export declare const EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
|
|
1713
|
+
/**
|
|
1714
|
+
* @internal
|
|
1715
|
+
*/
|
|
1716
|
+
export declare const EnableProactiveEngagementRequestFilterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
1717
|
+
/**
|
|
1718
|
+
* @internal
|
|
1719
|
+
*/
|
|
1720
|
+
export declare const EnableProactiveEngagementResponseFilterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
1721
|
+
/**
|
|
1722
|
+
* @internal
|
|
1723
|
+
*/
|
|
1724
|
+
export declare const GetSubscriptionStateRequestFilterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
1725
|
+
/**
|
|
1726
|
+
* @internal
|
|
1727
|
+
*/
|
|
1728
|
+
export declare const GetSubscriptionStateResponseFilterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
1729
|
+
/**
|
|
1730
|
+
* @internal
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const ListAttacksRequestFilterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
1733
|
+
/**
|
|
1734
|
+
* @internal
|
|
1735
|
+
*/
|
|
1736
|
+
export declare const ListAttacksResponseFilterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
1737
|
+
/**
|
|
1738
|
+
* @internal
|
|
1739
|
+
*/
|
|
1740
|
+
export declare const InclusionProtectionGroupFiltersFilterSensitiveLog: (obj: InclusionProtectionGroupFilters) => any;
|
|
1741
|
+
/**
|
|
1742
|
+
* @internal
|
|
1743
|
+
*/
|
|
1744
|
+
export declare const ListProtectionGroupsRequestFilterSensitiveLog: (obj: ListProtectionGroupsRequest) => any;
|
|
1745
|
+
/**
|
|
1746
|
+
* @internal
|
|
1747
|
+
*/
|
|
1748
|
+
export declare const ListProtectionGroupsResponseFilterSensitiveLog: (obj: ListProtectionGroupsResponse) => any;
|
|
1749
|
+
/**
|
|
1750
|
+
* @internal
|
|
1751
|
+
*/
|
|
1752
|
+
export declare const InclusionProtectionFiltersFilterSensitiveLog: (obj: InclusionProtectionFilters) => any;
|
|
1753
|
+
/**
|
|
1754
|
+
* @internal
|
|
1755
|
+
*/
|
|
1756
|
+
export declare const ListProtectionsRequestFilterSensitiveLog: (obj: ListProtectionsRequest) => any;
|
|
1757
|
+
/**
|
|
1758
|
+
* @internal
|
|
1759
|
+
*/
|
|
1760
|
+
export declare const ListProtectionsResponseFilterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
1761
|
+
/**
|
|
1762
|
+
* @internal
|
|
1763
|
+
*/
|
|
1764
|
+
export declare const ListResourcesInProtectionGroupRequestFilterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
1765
|
+
/**
|
|
1766
|
+
* @internal
|
|
1767
|
+
*/
|
|
1768
|
+
export declare const ListResourcesInProtectionGroupResponseFilterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
1769
|
+
/**
|
|
1770
|
+
* @internal
|
|
1771
|
+
*/
|
|
1772
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1773
|
+
/**
|
|
1774
|
+
* @internal
|
|
1775
|
+
*/
|
|
1776
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1777
|
+
/**
|
|
1778
|
+
* @internal
|
|
1779
|
+
*/
|
|
1780
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1781
|
+
/**
|
|
1782
|
+
* @internal
|
|
1783
|
+
*/
|
|
1784
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1785
|
+
/**
|
|
1786
|
+
* @internal
|
|
1787
|
+
*/
|
|
1788
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1789
|
+
/**
|
|
1790
|
+
* @internal
|
|
1791
|
+
*/
|
|
1792
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1793
|
+
/**
|
|
1794
|
+
* @internal
|
|
1795
|
+
*/
|
|
1796
|
+
export declare const UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
|
|
1797
|
+
/**
|
|
1798
|
+
* @internal
|
|
1799
|
+
*/
|
|
1800
|
+
export declare const UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
|
|
1801
|
+
/**
|
|
1802
|
+
* @internal
|
|
1803
|
+
*/
|
|
1804
|
+
export declare const UpdateEmergencyContactSettingsRequestFilterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
1805
|
+
/**
|
|
1806
|
+
* @internal
|
|
1807
|
+
*/
|
|
1808
|
+
export declare const UpdateEmergencyContactSettingsResponseFilterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
1809
|
+
/**
|
|
1810
|
+
* @internal
|
|
1811
|
+
*/
|
|
1812
|
+
export declare const UpdateProtectionGroupRequestFilterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
1813
|
+
/**
|
|
1814
|
+
* @internal
|
|
1815
|
+
*/
|
|
1816
|
+
export declare const UpdateProtectionGroupResponseFilterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
1817
|
+
/**
|
|
1818
|
+
* @internal
|
|
1819
|
+
*/
|
|
1820
|
+
export declare const UpdateSubscriptionRequestFilterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
1821
|
+
/**
|
|
1822
|
+
* @internal
|
|
1823
|
+
*/
|
|
1824
|
+
export declare const UpdateSubscriptionResponseFilterSensitiveLog: (obj: UpdateSubscriptionResponse) => any;
|