@aws-sdk/client-shield 3.186.0 → 3.190.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 +16 -0
- package/dist-es/Shield.js +146 -153
- package/dist-es/ShieldClient.js +22 -28
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +21 -28
- package/dist-es/commands/AssociateDRTRoleCommand.js +21 -28
- package/dist-es/commands/AssociateHealthCheckCommand.js +21 -28
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +21 -28
- package/dist-es/commands/CreateProtectionCommand.js +21 -28
- package/dist-es/commands/CreateProtectionGroupCommand.js +21 -28
- package/dist-es/commands/CreateSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteProtectionCommand.js +21 -28
- package/dist-es/commands/DeleteProtectionGroupCommand.js +21 -28
- package/dist-es/commands/DeleteSubscriptionCommand.js +21 -28
- package/dist-es/commands/DescribeAttackCommand.js +21 -28
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +21 -28
- package/dist-es/commands/DescribeDRTAccessCommand.js +21 -28
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +21 -28
- package/dist-es/commands/DescribeProtectionCommand.js +21 -28
- package/dist-es/commands/DescribeProtectionGroupCommand.js +21 -28
- package/dist-es/commands/DescribeSubscriptionCommand.js +21 -28
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +21 -28
- package/dist-es/commands/DisableProactiveEngagementCommand.js +21 -28
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +21 -28
- package/dist-es/commands/DisassociateDRTRoleCommand.js +21 -28
- package/dist-es/commands/DisassociateHealthCheckCommand.js +21 -28
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +21 -28
- package/dist-es/commands/EnableProactiveEngagementCommand.js +21 -28
- package/dist-es/commands/GetSubscriptionStateCommand.js +21 -28
- package/dist-es/commands/ListAttacksCommand.js +21 -28
- package/dist-es/commands/ListProtectionGroupsCommand.js +21 -28
- package/dist-es/commands/ListProtectionsCommand.js +21 -28
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +21 -28
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +21 -28
- package/dist-es/commands/UpdateProtectionGroupCommand.js +21 -28
- package/dist-es/commands/UpdateSubscriptionCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ShieldServiceException.js +5 -10
- package/dist-es/models/models_0.js +458 -253
- package/dist-es/pagination/ListAttacksPaginator.js +25 -68
- package/dist-es/pagination/ListProtectionGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListProtectionsPaginator.js +25 -68
- package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +25 -68
- package/dist-es/protocols/Aws_json1_1.js +2384 -3132
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
|
@@ -1,140 +1,139 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { ShieldServiceException as __BaseException } from "./ShieldServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
export class AccessDeniedException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "AccessDeniedException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "AccessDeniedException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
13
|
+
}
|
|
14
|
+
export class AccessDeniedForDependencyException extends __BaseException {
|
|
15
|
+
constructor(opts) {
|
|
16
|
+
super({
|
|
17
|
+
name: "AccessDeniedForDependencyException",
|
|
18
|
+
$fault: "client",
|
|
19
|
+
...opts,
|
|
20
|
+
});
|
|
21
|
+
this.name = "AccessDeniedForDependencyException";
|
|
22
|
+
this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(this, AccessDeniedForDependencyException.prototype);
|
|
23
24
|
}
|
|
24
|
-
|
|
25
|
-
}(__BaseException));
|
|
26
|
-
export { AccessDeniedForDependencyException };
|
|
25
|
+
}
|
|
27
26
|
export var ApplicationLayerAutomaticResponseStatus;
|
|
28
27
|
(function (ApplicationLayerAutomaticResponseStatus) {
|
|
29
28
|
ApplicationLayerAutomaticResponseStatus["DISABLED"] = "DISABLED";
|
|
30
29
|
ApplicationLayerAutomaticResponseStatus["ENABLED"] = "ENABLED";
|
|
31
30
|
})(ApplicationLayerAutomaticResponseStatus || (ApplicationLayerAutomaticResponseStatus = {}));
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
31
|
+
export class InternalErrorException extends __BaseException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "InternalErrorException",
|
|
35
|
+
$fault: "server",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "InternalErrorException";
|
|
39
|
+
this.$fault = "server";
|
|
40
|
+
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
40
41
|
}
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
42
|
+
}
|
|
43
|
+
export class InvalidOperationException extends __BaseException {
|
|
44
|
+
constructor(opts) {
|
|
45
|
+
super({
|
|
46
|
+
name: "InvalidOperationException",
|
|
47
|
+
$fault: "client",
|
|
48
|
+
...opts,
|
|
49
|
+
});
|
|
50
|
+
this.name = "InvalidOperationException";
|
|
51
|
+
this.$fault = "client";
|
|
52
|
+
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
52
53
|
}
|
|
53
|
-
|
|
54
|
-
}(__BaseException));
|
|
55
|
-
export { InvalidOperationException };
|
|
54
|
+
}
|
|
56
55
|
export var ValidationExceptionReason;
|
|
57
56
|
(function (ValidationExceptionReason) {
|
|
58
57
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
59
58
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
60
59
|
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
60
|
+
export class InvalidParameterException extends __BaseException {
|
|
61
|
+
constructor(opts) {
|
|
62
|
+
super({
|
|
63
|
+
name: "InvalidParameterException",
|
|
64
|
+
$fault: "client",
|
|
65
|
+
...opts,
|
|
66
|
+
});
|
|
67
|
+
this.name = "InvalidParameterException";
|
|
68
|
+
this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
70
|
+
this.reason = opts.reason;
|
|
71
|
+
this.fields = opts.fields;
|
|
71
72
|
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
73
|
+
}
|
|
74
|
+
export class LimitsExceededException extends __BaseException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "LimitsExceededException",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "LimitsExceededException";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, LimitsExceededException.prototype);
|
|
84
|
+
this.Type = opts.Type;
|
|
85
|
+
this.Limit = opts.Limit;
|
|
85
86
|
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
87
|
+
}
|
|
88
|
+
export class NoAssociatedRoleException extends __BaseException {
|
|
89
|
+
constructor(opts) {
|
|
90
|
+
super({
|
|
91
|
+
name: "NoAssociatedRoleException",
|
|
92
|
+
$fault: "client",
|
|
93
|
+
...opts,
|
|
94
|
+
});
|
|
95
|
+
this.name = "NoAssociatedRoleException";
|
|
96
|
+
this.$fault = "client";
|
|
97
|
+
Object.setPrototypeOf(this, NoAssociatedRoleException.prototype);
|
|
97
98
|
}
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
99
|
+
}
|
|
100
|
+
export class OptimisticLockException extends __BaseException {
|
|
101
|
+
constructor(opts) {
|
|
102
|
+
super({
|
|
103
|
+
name: "OptimisticLockException",
|
|
104
|
+
$fault: "client",
|
|
105
|
+
...opts,
|
|
106
|
+
});
|
|
107
|
+
this.name = "OptimisticLockException";
|
|
108
|
+
this.$fault = "client";
|
|
109
|
+
Object.setPrototypeOf(this, OptimisticLockException.prototype);
|
|
109
110
|
}
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
111
|
+
}
|
|
112
|
+
export class ResourceNotFoundException extends __BaseException {
|
|
113
|
+
constructor(opts) {
|
|
114
|
+
super({
|
|
115
|
+
name: "ResourceNotFoundException",
|
|
116
|
+
$fault: "client",
|
|
117
|
+
...opts,
|
|
118
|
+
});
|
|
119
|
+
this.name = "ResourceNotFoundException";
|
|
120
|
+
this.$fault = "client";
|
|
121
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
122
|
+
this.resourceType = opts.resourceType;
|
|
122
123
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
124
|
+
}
|
|
125
|
+
export class InvalidResourceException extends __BaseException {
|
|
126
|
+
constructor(opts) {
|
|
127
|
+
super({
|
|
128
|
+
name: "InvalidResourceException",
|
|
129
|
+
$fault: "client",
|
|
130
|
+
...opts,
|
|
131
|
+
});
|
|
132
|
+
this.name = "InvalidResourceException";
|
|
133
|
+
this.$fault = "client";
|
|
134
|
+
Object.setPrototypeOf(this, InvalidResourceException.prototype);
|
|
134
135
|
}
|
|
135
|
-
|
|
136
|
-
}(__BaseException));
|
|
137
|
-
export { InvalidResourceException };
|
|
136
|
+
}
|
|
138
137
|
export var AttackLayer;
|
|
139
138
|
(function (AttackLayer) {
|
|
140
139
|
AttackLayer["APPLICATION"] = "APPLICATION";
|
|
@@ -168,19 +167,19 @@ export var AutoRenew;
|
|
|
168
167
|
AutoRenew["DISABLED"] = "DISABLED";
|
|
169
168
|
AutoRenew["ENABLED"] = "ENABLED";
|
|
170
169
|
})(AutoRenew || (AutoRenew = {}));
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
170
|
+
export class ResourceAlreadyExistsException extends __BaseException {
|
|
171
|
+
constructor(opts) {
|
|
172
|
+
super({
|
|
173
|
+
name: "ResourceAlreadyExistsException",
|
|
174
|
+
$fault: "client",
|
|
175
|
+
...opts,
|
|
176
|
+
});
|
|
177
|
+
this.name = "ResourceAlreadyExistsException";
|
|
178
|
+
this.$fault = "client";
|
|
179
|
+
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
180
|
+
this.resourceType = opts.resourceType;
|
|
180
181
|
}
|
|
181
|
-
|
|
182
|
-
}(__BaseException));
|
|
183
|
-
export { ResourceAlreadyExistsException };
|
|
182
|
+
}
|
|
184
183
|
export var ProtectionGroupAggregation;
|
|
185
184
|
(function (ProtectionGroupAggregation) {
|
|
186
185
|
ProtectionGroupAggregation["MAX"] = "MAX";
|
|
@@ -202,18 +201,18 @@ export var ProtectedResourceType;
|
|
|
202
201
|
ProtectedResourceType["GLOBAL_ACCELERATOR"] = "GLOBAL_ACCELERATOR";
|
|
203
202
|
ProtectedResourceType["ROUTE_53_HOSTED_ZONE"] = "ROUTE_53_HOSTED_ZONE";
|
|
204
203
|
})(ProtectedResourceType || (ProtectedResourceType = {}));
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
204
|
+
export class LockedSubscriptionException extends __BaseException {
|
|
205
|
+
constructor(opts) {
|
|
206
|
+
super({
|
|
207
|
+
name: "LockedSubscriptionException",
|
|
208
|
+
$fault: "client",
|
|
209
|
+
...opts,
|
|
210
|
+
});
|
|
211
|
+
this.name = "LockedSubscriptionException";
|
|
212
|
+
this.$fault = "client";
|
|
213
|
+
Object.setPrototypeOf(this, LockedSubscriptionException.prototype);
|
|
213
214
|
}
|
|
214
|
-
|
|
215
|
-
}(__BaseException));
|
|
216
|
-
export { LockedSubscriptionException };
|
|
215
|
+
}
|
|
217
216
|
export var ProactiveEngagementStatus;
|
|
218
217
|
(function (ProactiveEngagementStatus) {
|
|
219
218
|
ProactiveEngagementStatus["DISABLED"] = "DISABLED";
|
|
@@ -225,118 +224,324 @@ export var SubscriptionState;
|
|
|
225
224
|
SubscriptionState["ACTIVE"] = "ACTIVE";
|
|
226
225
|
SubscriptionState["INACTIVE"] = "INACTIVE";
|
|
227
226
|
})(SubscriptionState || (SubscriptionState = {}));
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
227
|
+
export class InvalidPaginationTokenException extends __BaseException {
|
|
228
|
+
constructor(opts) {
|
|
229
|
+
super({
|
|
230
|
+
name: "InvalidPaginationTokenException",
|
|
231
|
+
$fault: "client",
|
|
232
|
+
...opts,
|
|
233
|
+
});
|
|
234
|
+
this.name = "InvalidPaginationTokenException";
|
|
235
|
+
this.$fault = "client";
|
|
236
|
+
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
236
237
|
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
export
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
export
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
export
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
export
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
export
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
export
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
export
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
export
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
export
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
export
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
export
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
export
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
export
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
export
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
export
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
export
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
export
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
export
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
export
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
export
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
export
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
export
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
export
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
export
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
export
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
export
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
export
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
export
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
export
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
export
|
|
341
|
-
|
|
342
|
-
|
|
238
|
+
}
|
|
239
|
+
export const BlockActionFilterSensitiveLog = (obj) => ({
|
|
240
|
+
...obj,
|
|
241
|
+
});
|
|
242
|
+
export const CountActionFilterSensitiveLog = (obj) => ({
|
|
243
|
+
...obj,
|
|
244
|
+
});
|
|
245
|
+
export const ResponseActionFilterSensitiveLog = (obj) => ({
|
|
246
|
+
...obj,
|
|
247
|
+
});
|
|
248
|
+
export const ApplicationLayerAutomaticResponseConfigurationFilterSensitiveLog = (obj) => ({
|
|
249
|
+
...obj,
|
|
250
|
+
});
|
|
251
|
+
export const AssociateDRTLogBucketRequestFilterSensitiveLog = (obj) => ({
|
|
252
|
+
...obj,
|
|
253
|
+
});
|
|
254
|
+
export const AssociateDRTLogBucketResponseFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
});
|
|
257
|
+
export const ValidationExceptionFieldFilterSensitiveLog = (obj) => ({
|
|
258
|
+
...obj,
|
|
259
|
+
});
|
|
260
|
+
export const AssociateDRTRoleRequestFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
export const AssociateDRTRoleResponseFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
export const AssociateHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
});
|
|
269
|
+
export const AssociateHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
270
|
+
...obj,
|
|
271
|
+
});
|
|
272
|
+
export const EmergencyContactFilterSensitiveLog = (obj) => ({
|
|
273
|
+
...obj,
|
|
274
|
+
});
|
|
275
|
+
export const AssociateProactiveEngagementDetailsRequestFilterSensitiveLog = (obj) => ({
|
|
276
|
+
...obj,
|
|
277
|
+
});
|
|
278
|
+
export const AssociateProactiveEngagementDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
279
|
+
...obj,
|
|
280
|
+
});
|
|
281
|
+
export const SummarizedCounterFilterSensitiveLog = (obj) => ({
|
|
282
|
+
...obj,
|
|
283
|
+
});
|
|
284
|
+
export const ContributorFilterSensitiveLog = (obj) => ({
|
|
285
|
+
...obj,
|
|
286
|
+
});
|
|
287
|
+
export const AttackPropertyFilterSensitiveLog = (obj) => ({
|
|
288
|
+
...obj,
|
|
289
|
+
});
|
|
290
|
+
export const MitigationFilterSensitiveLog = (obj) => ({
|
|
291
|
+
...obj,
|
|
292
|
+
});
|
|
293
|
+
export const SummarizedAttackVectorFilterSensitiveLog = (obj) => ({
|
|
294
|
+
...obj,
|
|
295
|
+
});
|
|
296
|
+
export const SubResourceSummaryFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
export const AttackDetailFilterSensitiveLog = (obj) => ({
|
|
300
|
+
...obj,
|
|
301
|
+
});
|
|
302
|
+
export const AttackVolumeStatisticsFilterSensitiveLog = (obj) => ({
|
|
303
|
+
...obj,
|
|
304
|
+
});
|
|
305
|
+
export const AttackVolumeFilterSensitiveLog = (obj) => ({
|
|
306
|
+
...obj,
|
|
307
|
+
});
|
|
308
|
+
export const AttackStatisticsDataItemFilterSensitiveLog = (obj) => ({
|
|
309
|
+
...obj,
|
|
310
|
+
});
|
|
311
|
+
export const AttackVectorDescriptionFilterSensitiveLog = (obj) => ({
|
|
312
|
+
...obj,
|
|
313
|
+
});
|
|
314
|
+
export const AttackSummaryFilterSensitiveLog = (obj) => ({
|
|
315
|
+
...obj,
|
|
316
|
+
});
|
|
317
|
+
export const TagFilterSensitiveLog = (obj) => ({
|
|
318
|
+
...obj,
|
|
319
|
+
});
|
|
320
|
+
export const CreateProtectionRequestFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
});
|
|
323
|
+
export const CreateProtectionResponseFilterSensitiveLog = (obj) => ({
|
|
324
|
+
...obj,
|
|
325
|
+
});
|
|
326
|
+
export const CreateProtectionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
327
|
+
...obj,
|
|
328
|
+
});
|
|
329
|
+
export const CreateProtectionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
330
|
+
...obj,
|
|
331
|
+
});
|
|
332
|
+
export const CreateSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
333
|
+
...obj,
|
|
334
|
+
});
|
|
335
|
+
export const CreateSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
336
|
+
...obj,
|
|
337
|
+
});
|
|
338
|
+
export const DeleteProtectionRequestFilterSensitiveLog = (obj) => ({
|
|
339
|
+
...obj,
|
|
340
|
+
});
|
|
341
|
+
export const DeleteProtectionResponseFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
});
|
|
344
|
+
export const DeleteProtectionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
345
|
+
...obj,
|
|
346
|
+
});
|
|
347
|
+
export const DeleteProtectionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
348
|
+
...obj,
|
|
349
|
+
});
|
|
350
|
+
export const DeleteSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
351
|
+
...obj,
|
|
352
|
+
});
|
|
353
|
+
export const DeleteSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
});
|
|
356
|
+
export const DescribeAttackRequestFilterSensitiveLog = (obj) => ({
|
|
357
|
+
...obj,
|
|
358
|
+
});
|
|
359
|
+
export const DescribeAttackResponseFilterSensitiveLog = (obj) => ({
|
|
360
|
+
...obj,
|
|
361
|
+
});
|
|
362
|
+
export const DescribeAttackStatisticsRequestFilterSensitiveLog = (obj) => ({
|
|
363
|
+
...obj,
|
|
364
|
+
});
|
|
365
|
+
export const TimeRangeFilterSensitiveLog = (obj) => ({
|
|
366
|
+
...obj,
|
|
367
|
+
});
|
|
368
|
+
export const DescribeAttackStatisticsResponseFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
});
|
|
371
|
+
export const DescribeDRTAccessRequestFilterSensitiveLog = (obj) => ({
|
|
372
|
+
...obj,
|
|
373
|
+
});
|
|
374
|
+
export const DescribeDRTAccessResponseFilterSensitiveLog = (obj) => ({
|
|
375
|
+
...obj,
|
|
376
|
+
});
|
|
377
|
+
export const DescribeEmergencyContactSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
378
|
+
...obj,
|
|
379
|
+
});
|
|
380
|
+
export const DescribeEmergencyContactSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
381
|
+
...obj,
|
|
382
|
+
});
|
|
383
|
+
export const DescribeProtectionRequestFilterSensitiveLog = (obj) => ({
|
|
384
|
+
...obj,
|
|
385
|
+
});
|
|
386
|
+
export const ProtectionFilterSensitiveLog = (obj) => ({
|
|
387
|
+
...obj,
|
|
388
|
+
});
|
|
389
|
+
export const DescribeProtectionResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
});
|
|
392
|
+
export const DescribeProtectionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
393
|
+
...obj,
|
|
394
|
+
});
|
|
395
|
+
export const ProtectionGroupFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
});
|
|
398
|
+
export const DescribeProtectionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
+
...obj,
|
|
400
|
+
});
|
|
401
|
+
export const DescribeSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
402
|
+
...obj,
|
|
403
|
+
});
|
|
404
|
+
export const LimitFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
export const ProtectionGroupArbitraryPatternLimitsFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
export const ProtectionGroupPatternTypeLimitsFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
413
|
+
export const ProtectionGroupLimitsFilterSensitiveLog = (obj) => ({
|
|
414
|
+
...obj,
|
|
415
|
+
});
|
|
416
|
+
export const ProtectionLimitsFilterSensitiveLog = (obj) => ({
|
|
417
|
+
...obj,
|
|
418
|
+
});
|
|
419
|
+
export const SubscriptionLimitsFilterSensitiveLog = (obj) => ({
|
|
420
|
+
...obj,
|
|
421
|
+
});
|
|
422
|
+
export const SubscriptionFilterSensitiveLog = (obj) => ({
|
|
423
|
+
...obj,
|
|
424
|
+
});
|
|
425
|
+
export const DescribeSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
426
|
+
...obj,
|
|
427
|
+
});
|
|
428
|
+
export const DisableApplicationLayerAutomaticResponseRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
+
...obj,
|
|
430
|
+
});
|
|
431
|
+
export const DisableApplicationLayerAutomaticResponseResponseFilterSensitiveLog = (obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
});
|
|
434
|
+
export const DisableProactiveEngagementRequestFilterSensitiveLog = (obj) => ({
|
|
435
|
+
...obj,
|
|
436
|
+
});
|
|
437
|
+
export const DisableProactiveEngagementResponseFilterSensitiveLog = (obj) => ({
|
|
438
|
+
...obj,
|
|
439
|
+
});
|
|
440
|
+
export const DisassociateDRTLogBucketRequestFilterSensitiveLog = (obj) => ({
|
|
441
|
+
...obj,
|
|
442
|
+
});
|
|
443
|
+
export const DisassociateDRTLogBucketResponseFilterSensitiveLog = (obj) => ({
|
|
444
|
+
...obj,
|
|
445
|
+
});
|
|
446
|
+
export const DisassociateDRTRoleRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
+
...obj,
|
|
448
|
+
});
|
|
449
|
+
export const DisassociateDRTRoleResponseFilterSensitiveLog = (obj) => ({
|
|
450
|
+
...obj,
|
|
451
|
+
});
|
|
452
|
+
export const DisassociateHealthCheckRequestFilterSensitiveLog = (obj) => ({
|
|
453
|
+
...obj,
|
|
454
|
+
});
|
|
455
|
+
export const DisassociateHealthCheckResponseFilterSensitiveLog = (obj) => ({
|
|
456
|
+
...obj,
|
|
457
|
+
});
|
|
458
|
+
export const EnableApplicationLayerAutomaticResponseRequestFilterSensitiveLog = (obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
});
|
|
461
|
+
export const EnableApplicationLayerAutomaticResponseResponseFilterSensitiveLog = (obj) => ({
|
|
462
|
+
...obj,
|
|
463
|
+
});
|
|
464
|
+
export const EnableProactiveEngagementRequestFilterSensitiveLog = (obj) => ({
|
|
465
|
+
...obj,
|
|
466
|
+
});
|
|
467
|
+
export const EnableProactiveEngagementResponseFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
});
|
|
470
|
+
export const GetSubscriptionStateRequestFilterSensitiveLog = (obj) => ({
|
|
471
|
+
...obj,
|
|
472
|
+
});
|
|
473
|
+
export const GetSubscriptionStateResponseFilterSensitiveLog = (obj) => ({
|
|
474
|
+
...obj,
|
|
475
|
+
});
|
|
476
|
+
export const ListAttacksRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
+
...obj,
|
|
478
|
+
});
|
|
479
|
+
export const ListAttacksResponseFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
});
|
|
482
|
+
export const InclusionProtectionGroupFiltersFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
});
|
|
485
|
+
export const ListProtectionGroupsRequestFilterSensitiveLog = (obj) => ({
|
|
486
|
+
...obj,
|
|
487
|
+
});
|
|
488
|
+
export const ListProtectionGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
489
|
+
...obj,
|
|
490
|
+
});
|
|
491
|
+
export const InclusionProtectionFiltersFilterSensitiveLog = (obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
});
|
|
494
|
+
export const ListProtectionsRequestFilterSensitiveLog = (obj) => ({
|
|
495
|
+
...obj,
|
|
496
|
+
});
|
|
497
|
+
export const ListProtectionsResponseFilterSensitiveLog = (obj) => ({
|
|
498
|
+
...obj,
|
|
499
|
+
});
|
|
500
|
+
export const ListResourcesInProtectionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
501
|
+
...obj,
|
|
502
|
+
});
|
|
503
|
+
export const ListResourcesInProtectionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
504
|
+
...obj,
|
|
505
|
+
});
|
|
506
|
+
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
});
|
|
509
|
+
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
});
|
|
512
|
+
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
513
|
+
...obj,
|
|
514
|
+
});
|
|
515
|
+
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
516
|
+
...obj,
|
|
517
|
+
});
|
|
518
|
+
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
519
|
+
...obj,
|
|
520
|
+
});
|
|
521
|
+
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
522
|
+
...obj,
|
|
523
|
+
});
|
|
524
|
+
export const UpdateApplicationLayerAutomaticResponseRequestFilterSensitiveLog = (obj) => ({
|
|
525
|
+
...obj,
|
|
526
|
+
});
|
|
527
|
+
export const UpdateApplicationLayerAutomaticResponseResponseFilterSensitiveLog = (obj) => ({
|
|
528
|
+
...obj,
|
|
529
|
+
});
|
|
530
|
+
export const UpdateEmergencyContactSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
531
|
+
...obj,
|
|
532
|
+
});
|
|
533
|
+
export const UpdateEmergencyContactSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
});
|
|
536
|
+
export const UpdateProtectionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
537
|
+
...obj,
|
|
538
|
+
});
|
|
539
|
+
export const UpdateProtectionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
540
|
+
...obj,
|
|
541
|
+
});
|
|
542
|
+
export const UpdateSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
543
|
+
...obj,
|
|
544
|
+
});
|
|
545
|
+
export const UpdateSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
546
|
+
...obj,
|
|
547
|
+
});
|