@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
|
@@ -24,35 +24,11 @@ var AccessDeniedForDependencyException = (function (_super) {
|
|
|
24
24
|
return AccessDeniedForDependencyException;
|
|
25
25
|
}(__BaseException));
|
|
26
26
|
export { AccessDeniedForDependencyException };
|
|
27
|
-
export var BlockAction;
|
|
28
|
-
(function (BlockAction) {
|
|
29
|
-
BlockAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
30
|
-
})(BlockAction || (BlockAction = {}));
|
|
31
|
-
export var CountAction;
|
|
32
|
-
(function (CountAction) {
|
|
33
|
-
CountAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
34
|
-
})(CountAction || (CountAction = {}));
|
|
35
|
-
export var ResponseAction;
|
|
36
|
-
(function (ResponseAction) {
|
|
37
|
-
ResponseAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
38
|
-
})(ResponseAction || (ResponseAction = {}));
|
|
39
27
|
export var ApplicationLayerAutomaticResponseStatus;
|
|
40
28
|
(function (ApplicationLayerAutomaticResponseStatus) {
|
|
41
29
|
ApplicationLayerAutomaticResponseStatus["DISABLED"] = "DISABLED";
|
|
42
30
|
ApplicationLayerAutomaticResponseStatus["ENABLED"] = "ENABLED";
|
|
43
31
|
})(ApplicationLayerAutomaticResponseStatus || (ApplicationLayerAutomaticResponseStatus = {}));
|
|
44
|
-
export var ApplicationLayerAutomaticResponseConfiguration;
|
|
45
|
-
(function (ApplicationLayerAutomaticResponseConfiguration) {
|
|
46
|
-
ApplicationLayerAutomaticResponseConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
47
|
-
})(ApplicationLayerAutomaticResponseConfiguration || (ApplicationLayerAutomaticResponseConfiguration = {}));
|
|
48
|
-
export var AssociateDRTLogBucketRequest;
|
|
49
|
-
(function (AssociateDRTLogBucketRequest) {
|
|
50
|
-
AssociateDRTLogBucketRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
51
|
-
})(AssociateDRTLogBucketRequest || (AssociateDRTLogBucketRequest = {}));
|
|
52
|
-
export var AssociateDRTLogBucketResponse;
|
|
53
|
-
(function (AssociateDRTLogBucketResponse) {
|
|
54
|
-
AssociateDRTLogBucketResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
55
|
-
})(AssociateDRTLogBucketResponse || (AssociateDRTLogBucketResponse = {}));
|
|
56
32
|
var InternalErrorException = (function (_super) {
|
|
57
33
|
__extends(InternalErrorException, _super);
|
|
58
34
|
function InternalErrorException(opts) {
|
|
@@ -77,10 +53,6 @@ var InvalidOperationException = (function (_super) {
|
|
|
77
53
|
return InvalidOperationException;
|
|
78
54
|
}(__BaseException));
|
|
79
55
|
export { InvalidOperationException };
|
|
80
|
-
export var ValidationExceptionField;
|
|
81
|
-
(function (ValidationExceptionField) {
|
|
82
|
-
ValidationExceptionField.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(ValidationExceptionField || (ValidationExceptionField = {}));
|
|
84
56
|
export var ValidationExceptionReason;
|
|
85
57
|
(function (ValidationExceptionReason) {
|
|
86
58
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
@@ -151,22 +123,6 @@ var ResourceNotFoundException = (function (_super) {
|
|
|
151
123
|
return ResourceNotFoundException;
|
|
152
124
|
}(__BaseException));
|
|
153
125
|
export { ResourceNotFoundException };
|
|
154
|
-
export var AssociateDRTRoleRequest;
|
|
155
|
-
(function (AssociateDRTRoleRequest) {
|
|
156
|
-
AssociateDRTRoleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
157
|
-
})(AssociateDRTRoleRequest || (AssociateDRTRoleRequest = {}));
|
|
158
|
-
export var AssociateDRTRoleResponse;
|
|
159
|
-
(function (AssociateDRTRoleResponse) {
|
|
160
|
-
AssociateDRTRoleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
161
|
-
})(AssociateDRTRoleResponse || (AssociateDRTRoleResponse = {}));
|
|
162
|
-
export var AssociateHealthCheckRequest;
|
|
163
|
-
(function (AssociateHealthCheckRequest) {
|
|
164
|
-
AssociateHealthCheckRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(AssociateHealthCheckRequest || (AssociateHealthCheckRequest = {}));
|
|
166
|
-
export var AssociateHealthCheckResponse;
|
|
167
|
-
(function (AssociateHealthCheckResponse) {
|
|
168
|
-
AssociateHealthCheckResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
|
-
})(AssociateHealthCheckResponse || (AssociateHealthCheckResponse = {}));
|
|
170
126
|
var InvalidResourceException = (function (_super) {
|
|
171
127
|
__extends(InvalidResourceException, _super);
|
|
172
128
|
function InvalidResourceException(opts) {
|
|
@@ -179,22 +135,6 @@ var InvalidResourceException = (function (_super) {
|
|
|
179
135
|
return InvalidResourceException;
|
|
180
136
|
}(__BaseException));
|
|
181
137
|
export { InvalidResourceException };
|
|
182
|
-
export var EmergencyContact;
|
|
183
|
-
(function (EmergencyContact) {
|
|
184
|
-
EmergencyContact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(EmergencyContact || (EmergencyContact = {}));
|
|
186
|
-
export var AssociateProactiveEngagementDetailsRequest;
|
|
187
|
-
(function (AssociateProactiveEngagementDetailsRequest) {
|
|
188
|
-
AssociateProactiveEngagementDetailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(AssociateProactiveEngagementDetailsRequest || (AssociateProactiveEngagementDetailsRequest = {}));
|
|
190
|
-
export var AssociateProactiveEngagementDetailsResponse;
|
|
191
|
-
(function (AssociateProactiveEngagementDetailsResponse) {
|
|
192
|
-
AssociateProactiveEngagementDetailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(AssociateProactiveEngagementDetailsResponse || (AssociateProactiveEngagementDetailsResponse = {}));
|
|
194
|
-
export var SummarizedCounter;
|
|
195
|
-
(function (SummarizedCounter) {
|
|
196
|
-
SummarizedCounter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(SummarizedCounter || (SummarizedCounter = {}));
|
|
198
138
|
export var AttackLayer;
|
|
199
139
|
(function (AttackLayer) {
|
|
200
140
|
AttackLayer["APPLICATION"] = "APPLICATION";
|
|
@@ -211,10 +151,6 @@ export var AttackPropertyIdentifier;
|
|
|
211
151
|
AttackPropertyIdentifier["WORDPRESS_PINGBACK_REFLECTOR"] = "WORDPRESS_PINGBACK_REFLECTOR";
|
|
212
152
|
AttackPropertyIdentifier["WORDPRESS_PINGBACK_SOURCE"] = "WORDPRESS_PINGBACK_SOURCE";
|
|
213
153
|
})(AttackPropertyIdentifier || (AttackPropertyIdentifier = {}));
|
|
214
|
-
export var Contributor;
|
|
215
|
-
(function (Contributor) {
|
|
216
|
-
Contributor.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(Contributor || (Contributor = {}));
|
|
218
154
|
export var Unit;
|
|
219
155
|
(function (Unit) {
|
|
220
156
|
Unit["BITS"] = "BITS";
|
|
@@ -222,68 +158,16 @@ export var Unit;
|
|
|
222
158
|
Unit["PACKETS"] = "PACKETS";
|
|
223
159
|
Unit["REQUESTS"] = "REQUESTS";
|
|
224
160
|
})(Unit || (Unit = {}));
|
|
225
|
-
export var AttackProperty;
|
|
226
|
-
(function (AttackProperty) {
|
|
227
|
-
AttackProperty.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
-
})(AttackProperty || (AttackProperty = {}));
|
|
229
|
-
export var Mitigation;
|
|
230
|
-
(function (Mitigation) {
|
|
231
|
-
Mitigation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(Mitigation || (Mitigation = {}));
|
|
233
|
-
export var SummarizedAttackVector;
|
|
234
|
-
(function (SummarizedAttackVector) {
|
|
235
|
-
SummarizedAttackVector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(SummarizedAttackVector || (SummarizedAttackVector = {}));
|
|
237
161
|
export var SubResourceType;
|
|
238
162
|
(function (SubResourceType) {
|
|
239
163
|
SubResourceType["IP"] = "IP";
|
|
240
164
|
SubResourceType["URL"] = "URL";
|
|
241
165
|
})(SubResourceType || (SubResourceType = {}));
|
|
242
|
-
export var SubResourceSummary;
|
|
243
|
-
(function (SubResourceSummary) {
|
|
244
|
-
SubResourceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
-
})(SubResourceSummary || (SubResourceSummary = {}));
|
|
246
|
-
export var AttackDetail;
|
|
247
|
-
(function (AttackDetail) {
|
|
248
|
-
AttackDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(AttackDetail || (AttackDetail = {}));
|
|
250
|
-
export var AttackVolumeStatistics;
|
|
251
|
-
(function (AttackVolumeStatistics) {
|
|
252
|
-
AttackVolumeStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(AttackVolumeStatistics || (AttackVolumeStatistics = {}));
|
|
254
|
-
export var AttackVolume;
|
|
255
|
-
(function (AttackVolume) {
|
|
256
|
-
AttackVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(AttackVolume || (AttackVolume = {}));
|
|
258
|
-
export var AttackStatisticsDataItem;
|
|
259
|
-
(function (AttackStatisticsDataItem) {
|
|
260
|
-
AttackStatisticsDataItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(AttackStatisticsDataItem || (AttackStatisticsDataItem = {}));
|
|
262
|
-
export var AttackVectorDescription;
|
|
263
|
-
(function (AttackVectorDescription) {
|
|
264
|
-
AttackVectorDescription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(AttackVectorDescription || (AttackVectorDescription = {}));
|
|
266
|
-
export var AttackSummary;
|
|
267
|
-
(function (AttackSummary) {
|
|
268
|
-
AttackSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
-
})(AttackSummary || (AttackSummary = {}));
|
|
270
166
|
export var AutoRenew;
|
|
271
167
|
(function (AutoRenew) {
|
|
272
168
|
AutoRenew["DISABLED"] = "DISABLED";
|
|
273
169
|
AutoRenew["ENABLED"] = "ENABLED";
|
|
274
170
|
})(AutoRenew || (AutoRenew = {}));
|
|
275
|
-
export var Tag;
|
|
276
|
-
(function (Tag) {
|
|
277
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
-
})(Tag || (Tag = {}));
|
|
279
|
-
export var CreateProtectionRequest;
|
|
280
|
-
(function (CreateProtectionRequest) {
|
|
281
|
-
CreateProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(CreateProtectionRequest || (CreateProtectionRequest = {}));
|
|
283
|
-
export var CreateProtectionResponse;
|
|
284
|
-
(function (CreateProtectionResponse) {
|
|
285
|
-
CreateProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(CreateProtectionResponse || (CreateProtectionResponse = {}));
|
|
287
171
|
var ResourceAlreadyExistsException = (function (_super) {
|
|
288
172
|
__extends(ResourceAlreadyExistsException, _super);
|
|
289
173
|
function ResourceAlreadyExistsException(opts) {
|
|
@@ -318,46 +202,6 @@ export var ProtectedResourceType;
|
|
|
318
202
|
ProtectedResourceType["GLOBAL_ACCELERATOR"] = "GLOBAL_ACCELERATOR";
|
|
319
203
|
ProtectedResourceType["ROUTE_53_HOSTED_ZONE"] = "ROUTE_53_HOSTED_ZONE";
|
|
320
204
|
})(ProtectedResourceType || (ProtectedResourceType = {}));
|
|
321
|
-
export var CreateProtectionGroupRequest;
|
|
322
|
-
(function (CreateProtectionGroupRequest) {
|
|
323
|
-
CreateProtectionGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
-
})(CreateProtectionGroupRequest || (CreateProtectionGroupRequest = {}));
|
|
325
|
-
export var CreateProtectionGroupResponse;
|
|
326
|
-
(function (CreateProtectionGroupResponse) {
|
|
327
|
-
CreateProtectionGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
-
})(CreateProtectionGroupResponse || (CreateProtectionGroupResponse = {}));
|
|
329
|
-
export var CreateSubscriptionRequest;
|
|
330
|
-
(function (CreateSubscriptionRequest) {
|
|
331
|
-
CreateSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
-
})(CreateSubscriptionRequest || (CreateSubscriptionRequest = {}));
|
|
333
|
-
export var CreateSubscriptionResponse;
|
|
334
|
-
(function (CreateSubscriptionResponse) {
|
|
335
|
-
CreateSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
-
})(CreateSubscriptionResponse || (CreateSubscriptionResponse = {}));
|
|
337
|
-
export var DeleteProtectionRequest;
|
|
338
|
-
(function (DeleteProtectionRequest) {
|
|
339
|
-
DeleteProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
-
})(DeleteProtectionRequest || (DeleteProtectionRequest = {}));
|
|
341
|
-
export var DeleteProtectionResponse;
|
|
342
|
-
(function (DeleteProtectionResponse) {
|
|
343
|
-
DeleteProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
|
-
})(DeleteProtectionResponse || (DeleteProtectionResponse = {}));
|
|
345
|
-
export var DeleteProtectionGroupRequest;
|
|
346
|
-
(function (DeleteProtectionGroupRequest) {
|
|
347
|
-
DeleteProtectionGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
348
|
-
})(DeleteProtectionGroupRequest || (DeleteProtectionGroupRequest = {}));
|
|
349
|
-
export var DeleteProtectionGroupResponse;
|
|
350
|
-
(function (DeleteProtectionGroupResponse) {
|
|
351
|
-
DeleteProtectionGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
352
|
-
})(DeleteProtectionGroupResponse || (DeleteProtectionGroupResponse = {}));
|
|
353
|
-
export var DeleteSubscriptionRequest;
|
|
354
|
-
(function (DeleteSubscriptionRequest) {
|
|
355
|
-
DeleteSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
356
|
-
})(DeleteSubscriptionRequest || (DeleteSubscriptionRequest = {}));
|
|
357
|
-
export var DeleteSubscriptionResponse;
|
|
358
|
-
(function (DeleteSubscriptionResponse) {
|
|
359
|
-
DeleteSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
360
|
-
})(DeleteSubscriptionResponse || (DeleteSubscriptionResponse = {}));
|
|
361
205
|
var LockedSubscriptionException = (function (_super) {
|
|
362
206
|
__extends(LockedSubscriptionException, _super);
|
|
363
207
|
function LockedSubscriptionException(opts) {
|
|
@@ -370,185 +214,17 @@ var LockedSubscriptionException = (function (_super) {
|
|
|
370
214
|
return LockedSubscriptionException;
|
|
371
215
|
}(__BaseException));
|
|
372
216
|
export { LockedSubscriptionException };
|
|
373
|
-
export var DescribeAttackRequest;
|
|
374
|
-
(function (DescribeAttackRequest) {
|
|
375
|
-
DescribeAttackRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(DescribeAttackRequest || (DescribeAttackRequest = {}));
|
|
377
|
-
export var DescribeAttackResponse;
|
|
378
|
-
(function (DescribeAttackResponse) {
|
|
379
|
-
DescribeAttackResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(DescribeAttackResponse || (DescribeAttackResponse = {}));
|
|
381
|
-
export var DescribeAttackStatisticsRequest;
|
|
382
|
-
(function (DescribeAttackStatisticsRequest) {
|
|
383
|
-
DescribeAttackStatisticsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(DescribeAttackStatisticsRequest || (DescribeAttackStatisticsRequest = {}));
|
|
385
|
-
export var TimeRange;
|
|
386
|
-
(function (TimeRange) {
|
|
387
|
-
TimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(TimeRange || (TimeRange = {}));
|
|
389
|
-
export var DescribeAttackStatisticsResponse;
|
|
390
|
-
(function (DescribeAttackStatisticsResponse) {
|
|
391
|
-
DescribeAttackStatisticsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(DescribeAttackStatisticsResponse || (DescribeAttackStatisticsResponse = {}));
|
|
393
|
-
export var DescribeDRTAccessRequest;
|
|
394
|
-
(function (DescribeDRTAccessRequest) {
|
|
395
|
-
DescribeDRTAccessRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(DescribeDRTAccessRequest || (DescribeDRTAccessRequest = {}));
|
|
397
|
-
export var DescribeDRTAccessResponse;
|
|
398
|
-
(function (DescribeDRTAccessResponse) {
|
|
399
|
-
DescribeDRTAccessResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(DescribeDRTAccessResponse || (DescribeDRTAccessResponse = {}));
|
|
401
|
-
export var DescribeEmergencyContactSettingsRequest;
|
|
402
|
-
(function (DescribeEmergencyContactSettingsRequest) {
|
|
403
|
-
DescribeEmergencyContactSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(DescribeEmergencyContactSettingsRequest || (DescribeEmergencyContactSettingsRequest = {}));
|
|
405
|
-
export var DescribeEmergencyContactSettingsResponse;
|
|
406
|
-
(function (DescribeEmergencyContactSettingsResponse) {
|
|
407
|
-
DescribeEmergencyContactSettingsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(DescribeEmergencyContactSettingsResponse || (DescribeEmergencyContactSettingsResponse = {}));
|
|
409
|
-
export var DescribeProtectionRequest;
|
|
410
|
-
(function (DescribeProtectionRequest) {
|
|
411
|
-
DescribeProtectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(DescribeProtectionRequest || (DescribeProtectionRequest = {}));
|
|
413
|
-
export var Protection;
|
|
414
|
-
(function (Protection) {
|
|
415
|
-
Protection.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(Protection || (Protection = {}));
|
|
417
|
-
export var DescribeProtectionResponse;
|
|
418
|
-
(function (DescribeProtectionResponse) {
|
|
419
|
-
DescribeProtectionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(DescribeProtectionResponse || (DescribeProtectionResponse = {}));
|
|
421
|
-
export var DescribeProtectionGroupRequest;
|
|
422
|
-
(function (DescribeProtectionGroupRequest) {
|
|
423
|
-
DescribeProtectionGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
|
-
})(DescribeProtectionGroupRequest || (DescribeProtectionGroupRequest = {}));
|
|
425
|
-
export var ProtectionGroup;
|
|
426
|
-
(function (ProtectionGroup) {
|
|
427
|
-
ProtectionGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
|
-
})(ProtectionGroup || (ProtectionGroup = {}));
|
|
429
|
-
export var DescribeProtectionGroupResponse;
|
|
430
|
-
(function (DescribeProtectionGroupResponse) {
|
|
431
|
-
DescribeProtectionGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
432
|
-
})(DescribeProtectionGroupResponse || (DescribeProtectionGroupResponse = {}));
|
|
433
|
-
export var DescribeSubscriptionRequest;
|
|
434
|
-
(function (DescribeSubscriptionRequest) {
|
|
435
|
-
DescribeSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(DescribeSubscriptionRequest || (DescribeSubscriptionRequest = {}));
|
|
437
|
-
export var Limit;
|
|
438
|
-
(function (Limit) {
|
|
439
|
-
Limit.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
440
|
-
})(Limit || (Limit = {}));
|
|
441
217
|
export var ProactiveEngagementStatus;
|
|
442
218
|
(function (ProactiveEngagementStatus) {
|
|
443
219
|
ProactiveEngagementStatus["DISABLED"] = "DISABLED";
|
|
444
220
|
ProactiveEngagementStatus["ENABLED"] = "ENABLED";
|
|
445
221
|
ProactiveEngagementStatus["PENDING"] = "PENDING";
|
|
446
222
|
})(ProactiveEngagementStatus || (ProactiveEngagementStatus = {}));
|
|
447
|
-
export var ProtectionGroupArbitraryPatternLimits;
|
|
448
|
-
(function (ProtectionGroupArbitraryPatternLimits) {
|
|
449
|
-
ProtectionGroupArbitraryPatternLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(ProtectionGroupArbitraryPatternLimits || (ProtectionGroupArbitraryPatternLimits = {}));
|
|
451
|
-
export var ProtectionGroupPatternTypeLimits;
|
|
452
|
-
(function (ProtectionGroupPatternTypeLimits) {
|
|
453
|
-
ProtectionGroupPatternTypeLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(ProtectionGroupPatternTypeLimits || (ProtectionGroupPatternTypeLimits = {}));
|
|
455
|
-
export var ProtectionGroupLimits;
|
|
456
|
-
(function (ProtectionGroupLimits) {
|
|
457
|
-
ProtectionGroupLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(ProtectionGroupLimits || (ProtectionGroupLimits = {}));
|
|
459
|
-
export var ProtectionLimits;
|
|
460
|
-
(function (ProtectionLimits) {
|
|
461
|
-
ProtectionLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
462
|
-
})(ProtectionLimits || (ProtectionLimits = {}));
|
|
463
|
-
export var SubscriptionLimits;
|
|
464
|
-
(function (SubscriptionLimits) {
|
|
465
|
-
SubscriptionLimits.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
|
-
})(SubscriptionLimits || (SubscriptionLimits = {}));
|
|
467
|
-
export var Subscription;
|
|
468
|
-
(function (Subscription) {
|
|
469
|
-
Subscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
|
-
})(Subscription || (Subscription = {}));
|
|
471
|
-
export var DescribeSubscriptionResponse;
|
|
472
|
-
(function (DescribeSubscriptionResponse) {
|
|
473
|
-
DescribeSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
474
|
-
})(DescribeSubscriptionResponse || (DescribeSubscriptionResponse = {}));
|
|
475
|
-
export var DisableApplicationLayerAutomaticResponseRequest;
|
|
476
|
-
(function (DisableApplicationLayerAutomaticResponseRequest) {
|
|
477
|
-
DisableApplicationLayerAutomaticResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
478
|
-
})(DisableApplicationLayerAutomaticResponseRequest || (DisableApplicationLayerAutomaticResponseRequest = {}));
|
|
479
|
-
export var DisableApplicationLayerAutomaticResponseResponse;
|
|
480
|
-
(function (DisableApplicationLayerAutomaticResponseResponse) {
|
|
481
|
-
DisableApplicationLayerAutomaticResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
482
|
-
})(DisableApplicationLayerAutomaticResponseResponse || (DisableApplicationLayerAutomaticResponseResponse = {}));
|
|
483
|
-
export var DisableProactiveEngagementRequest;
|
|
484
|
-
(function (DisableProactiveEngagementRequest) {
|
|
485
|
-
DisableProactiveEngagementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(DisableProactiveEngagementRequest || (DisableProactiveEngagementRequest = {}));
|
|
487
|
-
export var DisableProactiveEngagementResponse;
|
|
488
|
-
(function (DisableProactiveEngagementResponse) {
|
|
489
|
-
DisableProactiveEngagementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DisableProactiveEngagementResponse || (DisableProactiveEngagementResponse = {}));
|
|
491
|
-
export var DisassociateDRTLogBucketRequest;
|
|
492
|
-
(function (DisassociateDRTLogBucketRequest) {
|
|
493
|
-
DisassociateDRTLogBucketRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
|
-
})(DisassociateDRTLogBucketRequest || (DisassociateDRTLogBucketRequest = {}));
|
|
495
|
-
export var DisassociateDRTLogBucketResponse;
|
|
496
|
-
(function (DisassociateDRTLogBucketResponse) {
|
|
497
|
-
DisassociateDRTLogBucketResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
|
-
})(DisassociateDRTLogBucketResponse || (DisassociateDRTLogBucketResponse = {}));
|
|
499
|
-
export var DisassociateDRTRoleRequest;
|
|
500
|
-
(function (DisassociateDRTRoleRequest) {
|
|
501
|
-
DisassociateDRTRoleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DisassociateDRTRoleRequest || (DisassociateDRTRoleRequest = {}));
|
|
503
|
-
export var DisassociateDRTRoleResponse;
|
|
504
|
-
(function (DisassociateDRTRoleResponse) {
|
|
505
|
-
DisassociateDRTRoleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(DisassociateDRTRoleResponse || (DisassociateDRTRoleResponse = {}));
|
|
507
|
-
export var DisassociateHealthCheckRequest;
|
|
508
|
-
(function (DisassociateHealthCheckRequest) {
|
|
509
|
-
DisassociateHealthCheckRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
510
|
-
})(DisassociateHealthCheckRequest || (DisassociateHealthCheckRequest = {}));
|
|
511
|
-
export var DisassociateHealthCheckResponse;
|
|
512
|
-
(function (DisassociateHealthCheckResponse) {
|
|
513
|
-
DisassociateHealthCheckResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
514
|
-
})(DisassociateHealthCheckResponse || (DisassociateHealthCheckResponse = {}));
|
|
515
|
-
export var EnableApplicationLayerAutomaticResponseRequest;
|
|
516
|
-
(function (EnableApplicationLayerAutomaticResponseRequest) {
|
|
517
|
-
EnableApplicationLayerAutomaticResponseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
-
})(EnableApplicationLayerAutomaticResponseRequest || (EnableApplicationLayerAutomaticResponseRequest = {}));
|
|
519
|
-
export var EnableApplicationLayerAutomaticResponseResponse;
|
|
520
|
-
(function (EnableApplicationLayerAutomaticResponseResponse) {
|
|
521
|
-
EnableApplicationLayerAutomaticResponseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(EnableApplicationLayerAutomaticResponseResponse || (EnableApplicationLayerAutomaticResponseResponse = {}));
|
|
523
|
-
export var EnableProactiveEngagementRequest;
|
|
524
|
-
(function (EnableProactiveEngagementRequest) {
|
|
525
|
-
EnableProactiveEngagementRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(EnableProactiveEngagementRequest || (EnableProactiveEngagementRequest = {}));
|
|
527
|
-
export var EnableProactiveEngagementResponse;
|
|
528
|
-
(function (EnableProactiveEngagementResponse) {
|
|
529
|
-
EnableProactiveEngagementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(EnableProactiveEngagementResponse || (EnableProactiveEngagementResponse = {}));
|
|
531
|
-
export var GetSubscriptionStateRequest;
|
|
532
|
-
(function (GetSubscriptionStateRequest) {
|
|
533
|
-
GetSubscriptionStateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(GetSubscriptionStateRequest || (GetSubscriptionStateRequest = {}));
|
|
535
223
|
export var SubscriptionState;
|
|
536
224
|
(function (SubscriptionState) {
|
|
537
225
|
SubscriptionState["ACTIVE"] = "ACTIVE";
|
|
538
226
|
SubscriptionState["INACTIVE"] = "INACTIVE";
|
|
539
227
|
})(SubscriptionState || (SubscriptionState = {}));
|
|
540
|
-
export var GetSubscriptionStateResponse;
|
|
541
|
-
(function (GetSubscriptionStateResponse) {
|
|
542
|
-
GetSubscriptionStateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
-
})(GetSubscriptionStateResponse || (GetSubscriptionStateResponse = {}));
|
|
544
|
-
export var ListAttacksRequest;
|
|
545
|
-
(function (ListAttacksRequest) {
|
|
546
|
-
ListAttacksRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
-
})(ListAttacksRequest || (ListAttacksRequest = {}));
|
|
548
|
-
export var ListAttacksResponse;
|
|
549
|
-
(function (ListAttacksResponse) {
|
|
550
|
-
ListAttacksResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
})(ListAttacksResponse || (ListAttacksResponse = {}));
|
|
552
228
|
var InvalidPaginationTokenException = (function (_super) {
|
|
553
229
|
__extends(InvalidPaginationTokenException, _super);
|
|
554
230
|
function InvalidPaginationTokenException(opts) {
|
|
@@ -561,83 +237,106 @@ var InvalidPaginationTokenException = (function (_super) {
|
|
|
561
237
|
return InvalidPaginationTokenException;
|
|
562
238
|
}(__BaseException));
|
|
563
239
|
export { InvalidPaginationTokenException };
|
|
564
|
-
export var
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
export var
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
export var
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
export var
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
export var
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
export var
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
export var
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
export var
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
export var
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
export var
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
export var
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
export var
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
export var
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
export var
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
export var
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
export var
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
export var
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export var
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
export var
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
export var
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
240
|
+
export var BlockActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var CountActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var ResponseActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var AssociateDRTLogBucketRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var AssociateDRTLogBucketResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var ValidationExceptionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var AssociateDRTRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var AssociateDRTRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var AssociateHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var AssociateHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var EmergencyContactFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var AssociateProactiveEngagementDetailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var AssociateProactiveEngagementDetailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var SummarizedCounterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var ContributorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var AttackPropertyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var MitigationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var SummarizedAttackVectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var SubResourceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var AttackDetailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var AttackVolumeStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var AttackVolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var AttackStatisticsDataItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var AttackVectorDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var AttackSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var CreateProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var CreateProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var CreateProtectionGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var CreateProtectionGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var CreateSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var CreateSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var DeleteProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DeleteProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var DeleteProtectionGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var DeleteProtectionGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var DeleteSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DeleteSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var DescribeAttackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DescribeAttackResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var DescribeAttackStatisticsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var TimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DescribeAttackStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var DescribeDRTAccessRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var DescribeDRTAccessResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var DescribeEmergencyContactSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var DescribeEmergencyContactSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var DescribeProtectionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var ProtectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var DescribeProtectionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var DescribeProtectionGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var ProtectionGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var DescribeProtectionGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var DescribeSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var LimitFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var ProtectionGroupPatternTypeLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var ProtectionGroupLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var ProtectionLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var SubscriptionLimitsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var SubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var DescribeSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var DisableProactiveEngagementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var DisableProactiveEngagementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
+
export var DisassociateDRTLogBucketRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var DisassociateDRTLogBucketResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
|
+
export var DisassociateDRTRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
310
|
+
export var DisassociateDRTRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
+
export var DisassociateHealthCheckRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
312
|
+
export var DisassociateHealthCheckResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
313
|
+
export var EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
+
export var EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var EnableProactiveEngagementRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var EnableProactiveEngagementResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var GetSubscriptionStateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var GetSubscriptionStateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var ListAttacksRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
320
|
+
export var ListAttacksResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var InclusionProtectionGroupFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
322
|
+
export var ListProtectionGroupsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var ListProtectionGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var InclusionProtectionFiltersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var ListProtectionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var ListProtectionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var ListResourcesInProtectionGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
328
|
+
export var ListResourcesInProtectionGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
332
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
+
export var UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
336
|
+
export var UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
+
export var UpdateEmergencyContactSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
+
export var UpdateEmergencyContactSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
+
export var UpdateProtectionGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
340
|
+
export var UpdateProtectionGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
+
export var UpdateSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
+
export var UpdateSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|