@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
|
@@ -17,17 +17,9 @@ export declare class AccessDeniedForDependencyException extends __BaseException
|
|
|
17
17
|
|
|
18
18
|
export interface BlockAction {
|
|
19
19
|
}
|
|
20
|
-
export declare namespace BlockAction {
|
|
21
|
-
|
|
22
|
-
const filterSensitiveLog: (obj: BlockAction) => any;
|
|
23
|
-
}
|
|
24
20
|
|
|
25
21
|
export interface CountAction {
|
|
26
22
|
}
|
|
27
|
-
export declare namespace CountAction {
|
|
28
|
-
|
|
29
|
-
const filterSensitiveLog: (obj: CountAction) => any;
|
|
30
|
-
}
|
|
31
23
|
|
|
32
24
|
export interface ResponseAction {
|
|
33
25
|
|
|
@@ -35,10 +27,6 @@ export interface ResponseAction {
|
|
|
35
27
|
|
|
36
28
|
Count?: CountAction;
|
|
37
29
|
}
|
|
38
|
-
export declare namespace ResponseAction {
|
|
39
|
-
|
|
40
|
-
const filterSensitiveLog: (obj: ResponseAction) => any;
|
|
41
|
-
}
|
|
42
30
|
export declare enum ApplicationLayerAutomaticResponseStatus {
|
|
43
31
|
DISABLED = "DISABLED",
|
|
44
32
|
ENABLED = "ENABLED"
|
|
@@ -50,24 +38,12 @@ export interface ApplicationLayerAutomaticResponseConfiguration {
|
|
|
50
38
|
|
|
51
39
|
Action: ResponseAction | undefined;
|
|
52
40
|
}
|
|
53
|
-
export declare namespace ApplicationLayerAutomaticResponseConfiguration {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: ApplicationLayerAutomaticResponseConfiguration) => any;
|
|
56
|
-
}
|
|
57
41
|
export interface AssociateDRTLogBucketRequest {
|
|
58
42
|
|
|
59
43
|
LogBucket: string | undefined;
|
|
60
44
|
}
|
|
61
|
-
export declare namespace AssociateDRTLogBucketRequest {
|
|
62
|
-
|
|
63
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketRequest) => any;
|
|
64
|
-
}
|
|
65
45
|
export interface AssociateDRTLogBucketResponse {
|
|
66
46
|
}
|
|
67
|
-
export declare namespace AssociateDRTLogBucketResponse {
|
|
68
|
-
|
|
69
|
-
const filterSensitiveLog: (obj: AssociateDRTLogBucketResponse) => any;
|
|
70
|
-
}
|
|
71
47
|
|
|
72
48
|
export declare class InternalErrorException extends __BaseException {
|
|
73
49
|
readonly name: "InternalErrorException";
|
|
@@ -89,10 +65,6 @@ export interface ValidationExceptionField {
|
|
|
89
65
|
|
|
90
66
|
message: string | undefined;
|
|
91
67
|
}
|
|
92
|
-
export declare namespace ValidationExceptionField {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
95
|
-
}
|
|
96
68
|
export declare enum ValidationExceptionReason {
|
|
97
69
|
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
98
70
|
OTHER = "OTHER"
|
|
@@ -146,32 +118,16 @@ export interface AssociateDRTRoleRequest {
|
|
|
146
118
|
|
|
147
119
|
RoleArn: string | undefined;
|
|
148
120
|
}
|
|
149
|
-
export declare namespace AssociateDRTRoleRequest {
|
|
150
|
-
|
|
151
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleRequest) => any;
|
|
152
|
-
}
|
|
153
121
|
export interface AssociateDRTRoleResponse {
|
|
154
122
|
}
|
|
155
|
-
export declare namespace AssociateDRTRoleResponse {
|
|
156
|
-
|
|
157
|
-
const filterSensitiveLog: (obj: AssociateDRTRoleResponse) => any;
|
|
158
|
-
}
|
|
159
123
|
export interface AssociateHealthCheckRequest {
|
|
160
124
|
|
|
161
125
|
ProtectionId: string | undefined;
|
|
162
126
|
|
|
163
127
|
HealthCheckArn: string | undefined;
|
|
164
128
|
}
|
|
165
|
-
export declare namespace AssociateHealthCheckRequest {
|
|
166
|
-
|
|
167
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckRequest) => any;
|
|
168
|
-
}
|
|
169
129
|
export interface AssociateHealthCheckResponse {
|
|
170
130
|
}
|
|
171
|
-
export declare namespace AssociateHealthCheckResponse {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: AssociateHealthCheckResponse) => any;
|
|
174
|
-
}
|
|
175
131
|
|
|
176
132
|
export declare class InvalidResourceException extends __BaseException {
|
|
177
133
|
readonly name: "InvalidResourceException";
|
|
@@ -188,24 +144,12 @@ export interface EmergencyContact {
|
|
|
188
144
|
|
|
189
145
|
ContactNotes?: string;
|
|
190
146
|
}
|
|
191
|
-
export declare namespace EmergencyContact {
|
|
192
|
-
|
|
193
|
-
const filterSensitiveLog: (obj: EmergencyContact) => any;
|
|
194
|
-
}
|
|
195
147
|
export interface AssociateProactiveEngagementDetailsRequest {
|
|
196
148
|
|
|
197
149
|
EmergencyContactList: EmergencyContact[] | undefined;
|
|
198
150
|
}
|
|
199
|
-
export declare namespace AssociateProactiveEngagementDetailsRequest {
|
|
200
|
-
|
|
201
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsRequest) => any;
|
|
202
|
-
}
|
|
203
151
|
export interface AssociateProactiveEngagementDetailsResponse {
|
|
204
152
|
}
|
|
205
|
-
export declare namespace AssociateProactiveEngagementDetailsResponse {
|
|
206
|
-
|
|
207
|
-
const filterSensitiveLog: (obj: AssociateProactiveEngagementDetailsResponse) => any;
|
|
208
|
-
}
|
|
209
153
|
|
|
210
154
|
export interface SummarizedCounter {
|
|
211
155
|
|
|
@@ -221,10 +165,6 @@ export interface SummarizedCounter {
|
|
|
221
165
|
|
|
222
166
|
Unit?: string;
|
|
223
167
|
}
|
|
224
|
-
export declare namespace SummarizedCounter {
|
|
225
|
-
|
|
226
|
-
const filterSensitiveLog: (obj: SummarizedCounter) => any;
|
|
227
|
-
}
|
|
228
168
|
export declare enum AttackLayer {
|
|
229
169
|
APPLICATION = "APPLICATION",
|
|
230
170
|
NETWORK = "NETWORK"
|
|
@@ -246,10 +186,6 @@ export interface Contributor {
|
|
|
246
186
|
|
|
247
187
|
Value?: number;
|
|
248
188
|
}
|
|
249
|
-
export declare namespace Contributor {
|
|
250
|
-
|
|
251
|
-
const filterSensitiveLog: (obj: Contributor) => any;
|
|
252
|
-
}
|
|
253
189
|
export declare enum Unit {
|
|
254
190
|
BITS = "BITS",
|
|
255
191
|
BYTES = "BYTES",
|
|
@@ -269,19 +205,11 @@ export interface AttackProperty {
|
|
|
269
205
|
|
|
270
206
|
Total?: number;
|
|
271
207
|
}
|
|
272
|
-
export declare namespace AttackProperty {
|
|
273
|
-
|
|
274
|
-
const filterSensitiveLog: (obj: AttackProperty) => any;
|
|
275
|
-
}
|
|
276
208
|
|
|
277
209
|
export interface Mitigation {
|
|
278
210
|
|
|
279
211
|
MitigationName?: string;
|
|
280
212
|
}
|
|
281
|
-
export declare namespace Mitigation {
|
|
282
|
-
|
|
283
|
-
const filterSensitiveLog: (obj: Mitigation) => any;
|
|
284
|
-
}
|
|
285
213
|
|
|
286
214
|
export interface SummarizedAttackVector {
|
|
287
215
|
|
|
@@ -289,10 +217,6 @@ export interface SummarizedAttackVector {
|
|
|
289
217
|
|
|
290
218
|
VectorCounters?: SummarizedCounter[];
|
|
291
219
|
}
|
|
292
|
-
export declare namespace SummarizedAttackVector {
|
|
293
|
-
|
|
294
|
-
const filterSensitiveLog: (obj: SummarizedAttackVector) => any;
|
|
295
|
-
}
|
|
296
220
|
export declare enum SubResourceType {
|
|
297
221
|
IP = "IP",
|
|
298
222
|
URL = "URL"
|
|
@@ -308,10 +232,6 @@ export interface SubResourceSummary {
|
|
|
308
232
|
|
|
309
233
|
Counters?: SummarizedCounter[];
|
|
310
234
|
}
|
|
311
|
-
export declare namespace SubResourceSummary {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: SubResourceSummary) => any;
|
|
314
|
-
}
|
|
315
235
|
|
|
316
236
|
export interface AttackDetail {
|
|
317
237
|
|
|
@@ -331,19 +251,11 @@ export interface AttackDetail {
|
|
|
331
251
|
|
|
332
252
|
Mitigations?: Mitigation[];
|
|
333
253
|
}
|
|
334
|
-
export declare namespace AttackDetail {
|
|
335
|
-
|
|
336
|
-
const filterSensitiveLog: (obj: AttackDetail) => any;
|
|
337
|
-
}
|
|
338
254
|
|
|
339
255
|
export interface AttackVolumeStatistics {
|
|
340
256
|
|
|
341
257
|
Max: number | undefined;
|
|
342
258
|
}
|
|
343
|
-
export declare namespace AttackVolumeStatistics {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: AttackVolumeStatistics) => any;
|
|
346
|
-
}
|
|
347
259
|
|
|
348
260
|
export interface AttackVolume {
|
|
349
261
|
|
|
@@ -353,10 +265,6 @@ export interface AttackVolume {
|
|
|
353
265
|
|
|
354
266
|
RequestsPerSecond?: AttackVolumeStatistics;
|
|
355
267
|
}
|
|
356
|
-
export declare namespace AttackVolume {
|
|
357
|
-
|
|
358
|
-
const filterSensitiveLog: (obj: AttackVolume) => any;
|
|
359
|
-
}
|
|
360
268
|
|
|
361
269
|
export interface AttackStatisticsDataItem {
|
|
362
270
|
|
|
@@ -364,19 +272,11 @@ export interface AttackStatisticsDataItem {
|
|
|
364
272
|
|
|
365
273
|
AttackCount: number | undefined;
|
|
366
274
|
}
|
|
367
|
-
export declare namespace AttackStatisticsDataItem {
|
|
368
|
-
|
|
369
|
-
const filterSensitiveLog: (obj: AttackStatisticsDataItem) => any;
|
|
370
|
-
}
|
|
371
275
|
|
|
372
276
|
export interface AttackVectorDescription {
|
|
373
277
|
|
|
374
278
|
VectorType: string | undefined;
|
|
375
279
|
}
|
|
376
|
-
export declare namespace AttackVectorDescription {
|
|
377
|
-
|
|
378
|
-
const filterSensitiveLog: (obj: AttackVectorDescription) => any;
|
|
379
|
-
}
|
|
380
280
|
|
|
381
281
|
export interface AttackSummary {
|
|
382
282
|
|
|
@@ -390,10 +290,6 @@ export interface AttackSummary {
|
|
|
390
290
|
|
|
391
291
|
AttackVectors?: AttackVectorDescription[];
|
|
392
292
|
}
|
|
393
|
-
export declare namespace AttackSummary {
|
|
394
|
-
|
|
395
|
-
const filterSensitiveLog: (obj: AttackSummary) => any;
|
|
396
|
-
}
|
|
397
293
|
export declare enum AutoRenew {
|
|
398
294
|
DISABLED = "DISABLED",
|
|
399
295
|
ENABLED = "ENABLED"
|
|
@@ -405,10 +301,6 @@ export interface Tag {
|
|
|
405
301
|
|
|
406
302
|
Value?: string;
|
|
407
303
|
}
|
|
408
|
-
export declare namespace Tag {
|
|
409
|
-
|
|
410
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
411
|
-
}
|
|
412
304
|
export interface CreateProtectionRequest {
|
|
413
305
|
|
|
414
306
|
Name: string | undefined;
|
|
@@ -417,18 +309,10 @@ export interface CreateProtectionRequest {
|
|
|
417
309
|
|
|
418
310
|
Tags?: Tag[];
|
|
419
311
|
}
|
|
420
|
-
export declare namespace CreateProtectionRequest {
|
|
421
|
-
|
|
422
|
-
const filterSensitiveLog: (obj: CreateProtectionRequest) => any;
|
|
423
|
-
}
|
|
424
312
|
export interface CreateProtectionResponse {
|
|
425
313
|
|
|
426
314
|
ProtectionId?: string;
|
|
427
315
|
}
|
|
428
|
-
export declare namespace CreateProtectionResponse {
|
|
429
|
-
|
|
430
|
-
const filterSensitiveLog: (obj: CreateProtectionResponse) => any;
|
|
431
|
-
}
|
|
432
316
|
|
|
433
317
|
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
434
318
|
readonly name: "ResourceAlreadyExistsException";
|
|
@@ -470,68 +354,28 @@ export interface CreateProtectionGroupRequest {
|
|
|
470
354
|
|
|
471
355
|
Tags?: Tag[];
|
|
472
356
|
}
|
|
473
|
-
export declare namespace CreateProtectionGroupRequest {
|
|
474
|
-
|
|
475
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupRequest) => any;
|
|
476
|
-
}
|
|
477
357
|
export interface CreateProtectionGroupResponse {
|
|
478
358
|
}
|
|
479
|
-
export declare namespace CreateProtectionGroupResponse {
|
|
480
|
-
|
|
481
|
-
const filterSensitiveLog: (obj: CreateProtectionGroupResponse) => any;
|
|
482
|
-
}
|
|
483
359
|
export interface CreateSubscriptionRequest {
|
|
484
360
|
}
|
|
485
|
-
export declare namespace CreateSubscriptionRequest {
|
|
486
|
-
|
|
487
|
-
const filterSensitiveLog: (obj: CreateSubscriptionRequest) => any;
|
|
488
|
-
}
|
|
489
361
|
export interface CreateSubscriptionResponse {
|
|
490
362
|
}
|
|
491
|
-
export declare namespace CreateSubscriptionResponse {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: CreateSubscriptionResponse) => any;
|
|
494
|
-
}
|
|
495
363
|
export interface DeleteProtectionRequest {
|
|
496
364
|
|
|
497
365
|
ProtectionId: string | undefined;
|
|
498
366
|
}
|
|
499
|
-
export declare namespace DeleteProtectionRequest {
|
|
500
|
-
|
|
501
|
-
const filterSensitiveLog: (obj: DeleteProtectionRequest) => any;
|
|
502
|
-
}
|
|
503
367
|
export interface DeleteProtectionResponse {
|
|
504
368
|
}
|
|
505
|
-
export declare namespace DeleteProtectionResponse {
|
|
506
|
-
|
|
507
|
-
const filterSensitiveLog: (obj: DeleteProtectionResponse) => any;
|
|
508
|
-
}
|
|
509
369
|
export interface DeleteProtectionGroupRequest {
|
|
510
370
|
|
|
511
371
|
ProtectionGroupId: string | undefined;
|
|
512
372
|
}
|
|
513
|
-
export declare namespace DeleteProtectionGroupRequest {
|
|
514
|
-
|
|
515
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupRequest) => any;
|
|
516
|
-
}
|
|
517
373
|
export interface DeleteProtectionGroupResponse {
|
|
518
374
|
}
|
|
519
|
-
export declare namespace DeleteProtectionGroupResponse {
|
|
520
|
-
|
|
521
|
-
const filterSensitiveLog: (obj: DeleteProtectionGroupResponse) => any;
|
|
522
|
-
}
|
|
523
375
|
export interface DeleteSubscriptionRequest {
|
|
524
376
|
}
|
|
525
|
-
export declare namespace DeleteSubscriptionRequest {
|
|
526
|
-
|
|
527
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionRequest) => any;
|
|
528
|
-
}
|
|
529
377
|
export interface DeleteSubscriptionResponse {
|
|
530
378
|
}
|
|
531
|
-
export declare namespace DeleteSubscriptionResponse {
|
|
532
|
-
|
|
533
|
-
const filterSensitiveLog: (obj: DeleteSubscriptionResponse) => any;
|
|
534
|
-
}
|
|
535
379
|
|
|
536
380
|
export declare class LockedSubscriptionException extends __BaseException {
|
|
537
381
|
readonly name: "LockedSubscriptionException";
|
|
@@ -543,24 +387,12 @@ export interface DescribeAttackRequest {
|
|
|
543
387
|
|
|
544
388
|
AttackId: string | undefined;
|
|
545
389
|
}
|
|
546
|
-
export declare namespace DescribeAttackRequest {
|
|
547
|
-
|
|
548
|
-
const filterSensitiveLog: (obj: DescribeAttackRequest) => any;
|
|
549
|
-
}
|
|
550
390
|
export interface DescribeAttackResponse {
|
|
551
391
|
|
|
552
392
|
Attack?: AttackDetail;
|
|
553
393
|
}
|
|
554
|
-
export declare namespace DescribeAttackResponse {
|
|
555
|
-
|
|
556
|
-
const filterSensitiveLog: (obj: DescribeAttackResponse) => any;
|
|
557
|
-
}
|
|
558
394
|
export interface DescribeAttackStatisticsRequest {
|
|
559
395
|
}
|
|
560
|
-
export declare namespace DescribeAttackStatisticsRequest {
|
|
561
|
-
|
|
562
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsRequest) => any;
|
|
563
|
-
}
|
|
564
396
|
|
|
565
397
|
export interface TimeRange {
|
|
566
398
|
|
|
@@ -568,60 +400,32 @@ export interface TimeRange {
|
|
|
568
400
|
|
|
569
401
|
ToExclusive?: Date;
|
|
570
402
|
}
|
|
571
|
-
export declare namespace TimeRange {
|
|
572
|
-
|
|
573
|
-
const filterSensitiveLog: (obj: TimeRange) => any;
|
|
574
|
-
}
|
|
575
403
|
export interface DescribeAttackStatisticsResponse {
|
|
576
404
|
|
|
577
405
|
TimeRange: TimeRange | undefined;
|
|
578
406
|
|
|
579
407
|
DataItems: AttackStatisticsDataItem[] | undefined;
|
|
580
408
|
}
|
|
581
|
-
export declare namespace DescribeAttackStatisticsResponse {
|
|
582
|
-
|
|
583
|
-
const filterSensitiveLog: (obj: DescribeAttackStatisticsResponse) => any;
|
|
584
|
-
}
|
|
585
409
|
export interface DescribeDRTAccessRequest {
|
|
586
410
|
}
|
|
587
|
-
export declare namespace DescribeDRTAccessRequest {
|
|
588
|
-
|
|
589
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessRequest) => any;
|
|
590
|
-
}
|
|
591
411
|
export interface DescribeDRTAccessResponse {
|
|
592
412
|
|
|
593
413
|
RoleArn?: string;
|
|
594
414
|
|
|
595
415
|
LogBucketList?: string[];
|
|
596
416
|
}
|
|
597
|
-
export declare namespace DescribeDRTAccessResponse {
|
|
598
|
-
|
|
599
|
-
const filterSensitiveLog: (obj: DescribeDRTAccessResponse) => any;
|
|
600
|
-
}
|
|
601
417
|
export interface DescribeEmergencyContactSettingsRequest {
|
|
602
418
|
}
|
|
603
|
-
export declare namespace DescribeEmergencyContactSettingsRequest {
|
|
604
|
-
|
|
605
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsRequest) => any;
|
|
606
|
-
}
|
|
607
419
|
export interface DescribeEmergencyContactSettingsResponse {
|
|
608
420
|
|
|
609
421
|
EmergencyContactList?: EmergencyContact[];
|
|
610
422
|
}
|
|
611
|
-
export declare namespace DescribeEmergencyContactSettingsResponse {
|
|
612
|
-
|
|
613
|
-
const filterSensitiveLog: (obj: DescribeEmergencyContactSettingsResponse) => any;
|
|
614
|
-
}
|
|
615
423
|
export interface DescribeProtectionRequest {
|
|
616
424
|
|
|
617
425
|
ProtectionId?: string;
|
|
618
426
|
|
|
619
427
|
ResourceArn?: string;
|
|
620
428
|
}
|
|
621
|
-
export declare namespace DescribeProtectionRequest {
|
|
622
|
-
|
|
623
|
-
const filterSensitiveLog: (obj: DescribeProtectionRequest) => any;
|
|
624
|
-
}
|
|
625
429
|
|
|
626
430
|
export interface Protection {
|
|
627
431
|
|
|
@@ -637,26 +441,14 @@ export interface Protection {
|
|
|
637
441
|
|
|
638
442
|
ApplicationLayerAutomaticResponseConfiguration?: ApplicationLayerAutomaticResponseConfiguration;
|
|
639
443
|
}
|
|
640
|
-
export declare namespace Protection {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: Protection) => any;
|
|
643
|
-
}
|
|
644
444
|
export interface DescribeProtectionResponse {
|
|
645
445
|
|
|
646
446
|
Protection?: Protection;
|
|
647
447
|
}
|
|
648
|
-
export declare namespace DescribeProtectionResponse {
|
|
649
|
-
|
|
650
|
-
const filterSensitiveLog: (obj: DescribeProtectionResponse) => any;
|
|
651
|
-
}
|
|
652
448
|
export interface DescribeProtectionGroupRequest {
|
|
653
449
|
|
|
654
450
|
ProtectionGroupId: string | undefined;
|
|
655
451
|
}
|
|
656
|
-
export declare namespace DescribeProtectionGroupRequest {
|
|
657
|
-
|
|
658
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupRequest) => any;
|
|
659
|
-
}
|
|
660
452
|
|
|
661
453
|
export interface ProtectionGroup {
|
|
662
454
|
|
|
@@ -672,24 +464,12 @@ export interface ProtectionGroup {
|
|
|
672
464
|
|
|
673
465
|
ProtectionGroupArn?: string;
|
|
674
466
|
}
|
|
675
|
-
export declare namespace ProtectionGroup {
|
|
676
|
-
|
|
677
|
-
const filterSensitiveLog: (obj: ProtectionGroup) => any;
|
|
678
|
-
}
|
|
679
467
|
export interface DescribeProtectionGroupResponse {
|
|
680
468
|
|
|
681
469
|
ProtectionGroup: ProtectionGroup | undefined;
|
|
682
470
|
}
|
|
683
|
-
export declare namespace DescribeProtectionGroupResponse {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: DescribeProtectionGroupResponse) => any;
|
|
686
|
-
}
|
|
687
471
|
export interface DescribeSubscriptionRequest {
|
|
688
472
|
}
|
|
689
|
-
export declare namespace DescribeSubscriptionRequest {
|
|
690
|
-
|
|
691
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionRequest) => any;
|
|
692
|
-
}
|
|
693
473
|
|
|
694
474
|
export interface Limit {
|
|
695
475
|
|
|
@@ -697,10 +477,6 @@ export interface Limit {
|
|
|
697
477
|
|
|
698
478
|
Max?: number;
|
|
699
479
|
}
|
|
700
|
-
export declare namespace Limit {
|
|
701
|
-
|
|
702
|
-
const filterSensitiveLog: (obj: Limit) => any;
|
|
703
|
-
}
|
|
704
480
|
export declare enum ProactiveEngagementStatus {
|
|
705
481
|
DISABLED = "DISABLED",
|
|
706
482
|
ENABLED = "ENABLED",
|
|
@@ -711,19 +487,11 @@ export interface ProtectionGroupArbitraryPatternLimits {
|
|
|
711
487
|
|
|
712
488
|
MaxMembers: number | undefined;
|
|
713
489
|
}
|
|
714
|
-
export declare namespace ProtectionGroupArbitraryPatternLimits {
|
|
715
|
-
|
|
716
|
-
const filterSensitiveLog: (obj: ProtectionGroupArbitraryPatternLimits) => any;
|
|
717
|
-
}
|
|
718
490
|
|
|
719
491
|
export interface ProtectionGroupPatternTypeLimits {
|
|
720
492
|
|
|
721
493
|
ArbitraryPatternLimits: ProtectionGroupArbitraryPatternLimits | undefined;
|
|
722
494
|
}
|
|
723
|
-
export declare namespace ProtectionGroupPatternTypeLimits {
|
|
724
|
-
|
|
725
|
-
const filterSensitiveLog: (obj: ProtectionGroupPatternTypeLimits) => any;
|
|
726
|
-
}
|
|
727
495
|
|
|
728
496
|
export interface ProtectionGroupLimits {
|
|
729
497
|
|
|
@@ -731,19 +499,11 @@ export interface ProtectionGroupLimits {
|
|
|
731
499
|
|
|
732
500
|
PatternTypeLimits: ProtectionGroupPatternTypeLimits | undefined;
|
|
733
501
|
}
|
|
734
|
-
export declare namespace ProtectionGroupLimits {
|
|
735
|
-
|
|
736
|
-
const filterSensitiveLog: (obj: ProtectionGroupLimits) => any;
|
|
737
|
-
}
|
|
738
502
|
|
|
739
503
|
export interface ProtectionLimits {
|
|
740
504
|
|
|
741
505
|
ProtectedResourceTypeLimits: Limit[] | undefined;
|
|
742
506
|
}
|
|
743
|
-
export declare namespace ProtectionLimits {
|
|
744
|
-
|
|
745
|
-
const filterSensitiveLog: (obj: ProtectionLimits) => any;
|
|
746
|
-
}
|
|
747
507
|
|
|
748
508
|
export interface SubscriptionLimits {
|
|
749
509
|
|
|
@@ -751,10 +511,6 @@ export interface SubscriptionLimits {
|
|
|
751
511
|
|
|
752
512
|
ProtectionGroupLimits: ProtectionGroupLimits | undefined;
|
|
753
513
|
}
|
|
754
|
-
export declare namespace SubscriptionLimits {
|
|
755
|
-
|
|
756
|
-
const filterSensitiveLog: (obj: SubscriptionLimits) => any;
|
|
757
|
-
}
|
|
758
514
|
|
|
759
515
|
export interface Subscription {
|
|
760
516
|
|
|
@@ -774,120 +530,52 @@ export interface Subscription {
|
|
|
774
530
|
|
|
775
531
|
SubscriptionArn?: string;
|
|
776
532
|
}
|
|
777
|
-
export declare namespace Subscription {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: Subscription) => any;
|
|
780
|
-
}
|
|
781
533
|
export interface DescribeSubscriptionResponse {
|
|
782
534
|
|
|
783
535
|
Subscription?: Subscription;
|
|
784
536
|
}
|
|
785
|
-
export declare namespace DescribeSubscriptionResponse {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: DescribeSubscriptionResponse) => any;
|
|
788
|
-
}
|
|
789
537
|
export interface DisableApplicationLayerAutomaticResponseRequest {
|
|
790
538
|
|
|
791
539
|
ResourceArn: string | undefined;
|
|
792
540
|
}
|
|
793
|
-
export declare namespace DisableApplicationLayerAutomaticResponseRequest {
|
|
794
|
-
|
|
795
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseRequest) => any;
|
|
796
|
-
}
|
|
797
541
|
export interface DisableApplicationLayerAutomaticResponseResponse {
|
|
798
542
|
}
|
|
799
|
-
export declare namespace DisableApplicationLayerAutomaticResponseResponse {
|
|
800
|
-
|
|
801
|
-
const filterSensitiveLog: (obj: DisableApplicationLayerAutomaticResponseResponse) => any;
|
|
802
|
-
}
|
|
803
543
|
export interface DisableProactiveEngagementRequest {
|
|
804
544
|
}
|
|
805
|
-
export declare namespace DisableProactiveEngagementRequest {
|
|
806
|
-
|
|
807
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementRequest) => any;
|
|
808
|
-
}
|
|
809
545
|
export interface DisableProactiveEngagementResponse {
|
|
810
546
|
}
|
|
811
|
-
export declare namespace DisableProactiveEngagementResponse {
|
|
812
|
-
|
|
813
|
-
const filterSensitiveLog: (obj: DisableProactiveEngagementResponse) => any;
|
|
814
|
-
}
|
|
815
547
|
export interface DisassociateDRTLogBucketRequest {
|
|
816
548
|
|
|
817
549
|
LogBucket: string | undefined;
|
|
818
550
|
}
|
|
819
|
-
export declare namespace DisassociateDRTLogBucketRequest {
|
|
820
|
-
|
|
821
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketRequest) => any;
|
|
822
|
-
}
|
|
823
551
|
export interface DisassociateDRTLogBucketResponse {
|
|
824
552
|
}
|
|
825
|
-
export declare namespace DisassociateDRTLogBucketResponse {
|
|
826
|
-
|
|
827
|
-
const filterSensitiveLog: (obj: DisassociateDRTLogBucketResponse) => any;
|
|
828
|
-
}
|
|
829
553
|
export interface DisassociateDRTRoleRequest {
|
|
830
554
|
}
|
|
831
|
-
export declare namespace DisassociateDRTRoleRequest {
|
|
832
|
-
|
|
833
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleRequest) => any;
|
|
834
|
-
}
|
|
835
555
|
export interface DisassociateDRTRoleResponse {
|
|
836
556
|
}
|
|
837
|
-
export declare namespace DisassociateDRTRoleResponse {
|
|
838
|
-
|
|
839
|
-
const filterSensitiveLog: (obj: DisassociateDRTRoleResponse) => any;
|
|
840
|
-
}
|
|
841
557
|
export interface DisassociateHealthCheckRequest {
|
|
842
558
|
|
|
843
559
|
ProtectionId: string | undefined;
|
|
844
560
|
|
|
845
561
|
HealthCheckArn: string | undefined;
|
|
846
562
|
}
|
|
847
|
-
export declare namespace DisassociateHealthCheckRequest {
|
|
848
|
-
|
|
849
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckRequest) => any;
|
|
850
|
-
}
|
|
851
563
|
export interface DisassociateHealthCheckResponse {
|
|
852
564
|
}
|
|
853
|
-
export declare namespace DisassociateHealthCheckResponse {
|
|
854
|
-
|
|
855
|
-
const filterSensitiveLog: (obj: DisassociateHealthCheckResponse) => any;
|
|
856
|
-
}
|
|
857
565
|
export interface EnableApplicationLayerAutomaticResponseRequest {
|
|
858
566
|
|
|
859
567
|
ResourceArn: string | undefined;
|
|
860
568
|
|
|
861
569
|
Action: ResponseAction | undefined;
|
|
862
570
|
}
|
|
863
|
-
export declare namespace EnableApplicationLayerAutomaticResponseRequest {
|
|
864
|
-
|
|
865
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseRequest) => any;
|
|
866
|
-
}
|
|
867
571
|
export interface EnableApplicationLayerAutomaticResponseResponse {
|
|
868
572
|
}
|
|
869
|
-
export declare namespace EnableApplicationLayerAutomaticResponseResponse {
|
|
870
|
-
|
|
871
|
-
const filterSensitiveLog: (obj: EnableApplicationLayerAutomaticResponseResponse) => any;
|
|
872
|
-
}
|
|
873
573
|
export interface EnableProactiveEngagementRequest {
|
|
874
574
|
}
|
|
875
|
-
export declare namespace EnableProactiveEngagementRequest {
|
|
876
|
-
|
|
877
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementRequest) => any;
|
|
878
|
-
}
|
|
879
575
|
export interface EnableProactiveEngagementResponse {
|
|
880
576
|
}
|
|
881
|
-
export declare namespace EnableProactiveEngagementResponse {
|
|
882
|
-
|
|
883
|
-
const filterSensitiveLog: (obj: EnableProactiveEngagementResponse) => any;
|
|
884
|
-
}
|
|
885
577
|
export interface GetSubscriptionStateRequest {
|
|
886
578
|
}
|
|
887
|
-
export declare namespace GetSubscriptionStateRequest {
|
|
888
|
-
|
|
889
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateRequest) => any;
|
|
890
|
-
}
|
|
891
579
|
export declare enum SubscriptionState {
|
|
892
580
|
ACTIVE = "ACTIVE",
|
|
893
581
|
INACTIVE = "INACTIVE"
|
|
@@ -896,10 +584,6 @@ export interface GetSubscriptionStateResponse {
|
|
|
896
584
|
|
|
897
585
|
SubscriptionState: SubscriptionState | string | undefined;
|
|
898
586
|
}
|
|
899
|
-
export declare namespace GetSubscriptionStateResponse {
|
|
900
|
-
|
|
901
|
-
const filterSensitiveLog: (obj: GetSubscriptionStateResponse) => any;
|
|
902
|
-
}
|
|
903
587
|
export interface ListAttacksRequest {
|
|
904
588
|
|
|
905
589
|
ResourceArns?: string[];
|
|
@@ -912,20 +596,12 @@ export interface ListAttacksRequest {
|
|
|
912
596
|
|
|
913
597
|
MaxResults?: number;
|
|
914
598
|
}
|
|
915
|
-
export declare namespace ListAttacksRequest {
|
|
916
|
-
|
|
917
|
-
const filterSensitiveLog: (obj: ListAttacksRequest) => any;
|
|
918
|
-
}
|
|
919
599
|
export interface ListAttacksResponse {
|
|
920
600
|
|
|
921
601
|
AttackSummaries?: AttackSummary[];
|
|
922
602
|
|
|
923
603
|
NextToken?: string;
|
|
924
604
|
}
|
|
925
|
-
export declare namespace ListAttacksResponse {
|
|
926
|
-
|
|
927
|
-
const filterSensitiveLog: (obj: ListAttacksResponse) => any;
|
|
928
|
-
}
|
|
929
605
|
|
|
930
606
|
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
931
607
|
readonly name: "InvalidPaginationTokenException";
|
|
@@ -933,15 +609,24 @@ export declare class InvalidPaginationTokenException extends __BaseException {
|
|
|
933
609
|
|
|
934
610
|
constructor(opts: __ExceptionOptionType<InvalidPaginationTokenException, __BaseException>);
|
|
935
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
|
+
}
|
|
936
623
|
export interface ListProtectionGroupsRequest {
|
|
937
624
|
|
|
938
625
|
NextToken?: string;
|
|
939
626
|
|
|
940
627
|
MaxResults?: number;
|
|
941
|
-
}
|
|
942
|
-
export declare namespace ListProtectionGroupsRequest {
|
|
943
628
|
|
|
944
|
-
|
|
629
|
+
InclusionFilters?: InclusionProtectionGroupFilters;
|
|
945
630
|
}
|
|
946
631
|
export interface ListProtectionGroupsResponse {
|
|
947
632
|
|
|
@@ -949,19 +634,22 @@ export interface ListProtectionGroupsResponse {
|
|
|
949
634
|
|
|
950
635
|
NextToken?: string;
|
|
951
636
|
}
|
|
952
|
-
|
|
637
|
+
|
|
638
|
+
export interface InclusionProtectionFilters {
|
|
639
|
+
|
|
640
|
+
ResourceArns?: string[];
|
|
641
|
+
|
|
642
|
+
ProtectionNames?: string[];
|
|
953
643
|
|
|
954
|
-
|
|
644
|
+
ResourceTypes?: (ProtectedResourceType | string)[];
|
|
955
645
|
}
|
|
956
646
|
export interface ListProtectionsRequest {
|
|
957
647
|
|
|
958
648
|
NextToken?: string;
|
|
959
649
|
|
|
960
650
|
MaxResults?: number;
|
|
961
|
-
}
|
|
962
|
-
export declare namespace ListProtectionsRequest {
|
|
963
651
|
|
|
964
|
-
|
|
652
|
+
InclusionFilters?: InclusionProtectionFilters;
|
|
965
653
|
}
|
|
966
654
|
export interface ListProtectionsResponse {
|
|
967
655
|
|
|
@@ -969,10 +657,6 @@ export interface ListProtectionsResponse {
|
|
|
969
657
|
|
|
970
658
|
NextToken?: string;
|
|
971
659
|
}
|
|
972
|
-
export declare namespace ListProtectionsResponse {
|
|
973
|
-
|
|
974
|
-
const filterSensitiveLog: (obj: ListProtectionsResponse) => any;
|
|
975
|
-
}
|
|
976
660
|
export interface ListResourcesInProtectionGroupRequest {
|
|
977
661
|
|
|
978
662
|
ProtectionGroupId: string | undefined;
|
|
@@ -981,98 +665,50 @@ export interface ListResourcesInProtectionGroupRequest {
|
|
|
981
665
|
|
|
982
666
|
MaxResults?: number;
|
|
983
667
|
}
|
|
984
|
-
export declare namespace ListResourcesInProtectionGroupRequest {
|
|
985
|
-
|
|
986
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupRequest) => any;
|
|
987
|
-
}
|
|
988
668
|
export interface ListResourcesInProtectionGroupResponse {
|
|
989
669
|
|
|
990
670
|
ResourceArns: string[] | undefined;
|
|
991
671
|
|
|
992
672
|
NextToken?: string;
|
|
993
673
|
}
|
|
994
|
-
export declare namespace ListResourcesInProtectionGroupResponse {
|
|
995
|
-
|
|
996
|
-
const filterSensitiveLog: (obj: ListResourcesInProtectionGroupResponse) => any;
|
|
997
|
-
}
|
|
998
674
|
export interface ListTagsForResourceRequest {
|
|
999
675
|
|
|
1000
676
|
ResourceARN: string | undefined;
|
|
1001
677
|
}
|
|
1002
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1003
|
-
|
|
1004
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1005
|
-
}
|
|
1006
678
|
export interface ListTagsForResourceResponse {
|
|
1007
679
|
|
|
1008
680
|
Tags?: Tag[];
|
|
1009
681
|
}
|
|
1010
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1011
|
-
|
|
1012
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1013
|
-
}
|
|
1014
682
|
export interface TagResourceRequest {
|
|
1015
683
|
|
|
1016
684
|
ResourceARN: string | undefined;
|
|
1017
685
|
|
|
1018
686
|
Tags: Tag[] | undefined;
|
|
1019
687
|
}
|
|
1020
|
-
export declare namespace TagResourceRequest {
|
|
1021
|
-
|
|
1022
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1023
|
-
}
|
|
1024
688
|
export interface TagResourceResponse {
|
|
1025
689
|
}
|
|
1026
|
-
export declare namespace TagResourceResponse {
|
|
1027
|
-
|
|
1028
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1029
|
-
}
|
|
1030
690
|
export interface UntagResourceRequest {
|
|
1031
691
|
|
|
1032
692
|
ResourceARN: string | undefined;
|
|
1033
693
|
|
|
1034
694
|
TagKeys: string[] | undefined;
|
|
1035
695
|
}
|
|
1036
|
-
export declare namespace UntagResourceRequest {
|
|
1037
|
-
|
|
1038
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1039
|
-
}
|
|
1040
696
|
export interface UntagResourceResponse {
|
|
1041
697
|
}
|
|
1042
|
-
export declare namespace UntagResourceResponse {
|
|
1043
|
-
|
|
1044
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1045
|
-
}
|
|
1046
698
|
export interface UpdateApplicationLayerAutomaticResponseRequest {
|
|
1047
699
|
|
|
1048
700
|
ResourceArn: string | undefined;
|
|
1049
701
|
|
|
1050
702
|
Action: ResponseAction | undefined;
|
|
1051
703
|
}
|
|
1052
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseRequest {
|
|
1053
|
-
|
|
1054
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseRequest) => any;
|
|
1055
|
-
}
|
|
1056
704
|
export interface UpdateApplicationLayerAutomaticResponseResponse {
|
|
1057
705
|
}
|
|
1058
|
-
export declare namespace UpdateApplicationLayerAutomaticResponseResponse {
|
|
1059
|
-
|
|
1060
|
-
const filterSensitiveLog: (obj: UpdateApplicationLayerAutomaticResponseResponse) => any;
|
|
1061
|
-
}
|
|
1062
706
|
export interface UpdateEmergencyContactSettingsRequest {
|
|
1063
707
|
|
|
1064
708
|
EmergencyContactList?: EmergencyContact[];
|
|
1065
709
|
}
|
|
1066
|
-
export declare namespace UpdateEmergencyContactSettingsRequest {
|
|
1067
|
-
|
|
1068
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsRequest) => any;
|
|
1069
|
-
}
|
|
1070
710
|
export interface UpdateEmergencyContactSettingsResponse {
|
|
1071
711
|
}
|
|
1072
|
-
export declare namespace UpdateEmergencyContactSettingsResponse {
|
|
1073
|
-
|
|
1074
|
-
const filterSensitiveLog: (obj: UpdateEmergencyContactSettingsResponse) => any;
|
|
1075
|
-
}
|
|
1076
712
|
export interface UpdateProtectionGroupRequest {
|
|
1077
713
|
|
|
1078
714
|
ProtectionGroupId: string | undefined;
|
|
@@ -1085,27 +721,217 @@ export interface UpdateProtectionGroupRequest {
|
|
|
1085
721
|
|
|
1086
722
|
Members?: string[];
|
|
1087
723
|
}
|
|
1088
|
-
export declare namespace UpdateProtectionGroupRequest {
|
|
1089
|
-
|
|
1090
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupRequest) => any;
|
|
1091
|
-
}
|
|
1092
724
|
export interface UpdateProtectionGroupResponse {
|
|
1093
725
|
}
|
|
1094
|
-
export declare namespace UpdateProtectionGroupResponse {
|
|
1095
|
-
|
|
1096
|
-
const filterSensitiveLog: (obj: UpdateProtectionGroupResponse) => any;
|
|
1097
|
-
}
|
|
1098
726
|
export interface UpdateSubscriptionRequest {
|
|
1099
727
|
|
|
1100
728
|
AutoRenew?: AutoRenew | string;
|
|
1101
729
|
}
|
|
1102
|
-
export declare namespace UpdateSubscriptionRequest {
|
|
1103
|
-
|
|
1104
|
-
const filterSensitiveLog: (obj: UpdateSubscriptionRequest) => any;
|
|
1105
|
-
}
|
|
1106
730
|
export interface UpdateSubscriptionResponse {
|
|
1107
731
|
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
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;
|