@aws-sdk/client-shield 3.183.0 → 3.186.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 +19 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Shield.js +153 -146
- package/dist-es/ShieldClient.js +28 -22
- package/dist-es/commands/AssociateDRTLogBucketCommand.js +28 -21
- package/dist-es/commands/AssociateDRTRoleCommand.js +28 -21
- package/dist-es/commands/AssociateHealthCheckCommand.js +28 -21
- package/dist-es/commands/AssociateProactiveEngagementDetailsCommand.js +28 -21
- package/dist-es/commands/CreateProtectionCommand.js +28 -21
- package/dist-es/commands/CreateProtectionGroupCommand.js +28 -21
- package/dist-es/commands/CreateSubscriptionCommand.js +28 -21
- package/dist-es/commands/DeleteProtectionCommand.js +28 -21
- package/dist-es/commands/DeleteProtectionGroupCommand.js +28 -21
- package/dist-es/commands/DeleteSubscriptionCommand.js +28 -21
- package/dist-es/commands/DescribeAttackCommand.js +28 -21
- package/dist-es/commands/DescribeAttackStatisticsCommand.js +28 -21
- package/dist-es/commands/DescribeDRTAccessCommand.js +28 -21
- package/dist-es/commands/DescribeEmergencyContactSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeProtectionCommand.js +28 -21
- package/dist-es/commands/DescribeProtectionGroupCommand.js +28 -21
- package/dist-es/commands/DescribeSubscriptionCommand.js +28 -21
- package/dist-es/commands/DisableApplicationLayerAutomaticResponseCommand.js +28 -21
- package/dist-es/commands/DisableProactiveEngagementCommand.js +28 -21
- package/dist-es/commands/DisassociateDRTLogBucketCommand.js +28 -21
- package/dist-es/commands/DisassociateDRTRoleCommand.js +28 -21
- package/dist-es/commands/DisassociateHealthCheckCommand.js +28 -21
- package/dist-es/commands/EnableApplicationLayerAutomaticResponseCommand.js +28 -21
- package/dist-es/commands/EnableProactiveEngagementCommand.js +28 -21
- package/dist-es/commands/GetSubscriptionStateCommand.js +28 -21
- package/dist-es/commands/ListAttacksCommand.js +28 -21
- package/dist-es/commands/ListProtectionGroupsCommand.js +28 -21
- package/dist-es/commands/ListProtectionsCommand.js +28 -21
- package/dist-es/commands/ListResourcesInProtectionGroupCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateApplicationLayerAutomaticResponseCommand.js +28 -21
- package/dist-es/commands/UpdateEmergencyContactSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateProtectionGroupCommand.js +28 -21
- package/dist-es/commands/UpdateSubscriptionCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ShieldServiceException.js +10 -5
- package/dist-es/models/models_0.js +253 -458
- package/dist-es/pagination/ListAttacksPaginator.js +68 -25
- package/dist-es/pagination/ListProtectionGroupsPaginator.js +68 -25
- package/dist-es/pagination/ListProtectionsPaginator.js +68 -25
- package/dist-es/pagination/ListResourcesInProtectionGroupPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +3132 -2384
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +33 -33
|
@@ -1,139 +1,140 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { ShieldServiceException as __BaseException } from "./ShieldServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
this.$fault = "client";
|
|
11
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
3
|
+
var AccessDeniedException = (function (_super) {
|
|
4
|
+
__extends(AccessDeniedException, _super);
|
|
5
|
+
function AccessDeniedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccessDeniedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
10
|
+
return _this;
|
|
12
11
|
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
return AccessDeniedException;
|
|
13
|
+
}(__BaseException));
|
|
14
|
+
export { AccessDeniedException };
|
|
15
|
+
var AccessDeniedForDependencyException = (function (_super) {
|
|
16
|
+
__extends(AccessDeniedForDependencyException, _super);
|
|
17
|
+
function AccessDeniedForDependencyException(opts) {
|
|
18
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedForDependencyException", $fault: "client" }, opts)) || this;
|
|
19
|
+
_this.name = "AccessDeniedForDependencyException";
|
|
20
|
+
_this.$fault = "client";
|
|
21
|
+
Object.setPrototypeOf(_this, AccessDeniedForDependencyException.prototype);
|
|
22
|
+
return _this;
|
|
24
23
|
}
|
|
25
|
-
|
|
24
|
+
return AccessDeniedForDependencyException;
|
|
25
|
+
}(__BaseException));
|
|
26
|
+
export { AccessDeniedForDependencyException };
|
|
26
27
|
export var ApplicationLayerAutomaticResponseStatus;
|
|
27
28
|
(function (ApplicationLayerAutomaticResponseStatus) {
|
|
28
29
|
ApplicationLayerAutomaticResponseStatus["DISABLED"] = "DISABLED";
|
|
29
30
|
ApplicationLayerAutomaticResponseStatus["ENABLED"] = "ENABLED";
|
|
30
31
|
})(ApplicationLayerAutomaticResponseStatus || (ApplicationLayerAutomaticResponseStatus = {}));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
this.$fault = "server";
|
|
40
|
-
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
32
|
+
var InternalErrorException = (function (_super) {
|
|
33
|
+
__extends(InternalErrorException, _super);
|
|
34
|
+
function InternalErrorException(opts) {
|
|
35
|
+
var _this = _super.call(this, __assign({ name: "InternalErrorException", $fault: "server" }, opts)) || this;
|
|
36
|
+
_this.name = "InternalErrorException";
|
|
37
|
+
_this.$fault = "server";
|
|
38
|
+
Object.setPrototypeOf(_this, InternalErrorException.prototype);
|
|
39
|
+
return _this;
|
|
41
40
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
return InternalErrorException;
|
|
42
|
+
}(__BaseException));
|
|
43
|
+
export { InternalErrorException };
|
|
44
|
+
var InvalidOperationException = (function (_super) {
|
|
45
|
+
__extends(InvalidOperationException, _super);
|
|
46
|
+
function InvalidOperationException(opts) {
|
|
47
|
+
var _this = _super.call(this, __assign({ name: "InvalidOperationException", $fault: "client" }, opts)) || this;
|
|
48
|
+
_this.name = "InvalidOperationException";
|
|
49
|
+
_this.$fault = "client";
|
|
50
|
+
Object.setPrototypeOf(_this, InvalidOperationException.prototype);
|
|
51
|
+
return _this;
|
|
53
52
|
}
|
|
54
|
-
|
|
53
|
+
return InvalidOperationException;
|
|
54
|
+
}(__BaseException));
|
|
55
|
+
export { InvalidOperationException };
|
|
55
56
|
export var ValidationExceptionReason;
|
|
56
57
|
(function (ValidationExceptionReason) {
|
|
57
58
|
ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "FIELD_VALIDATION_FAILED";
|
|
58
59
|
ValidationExceptionReason["OTHER"] = "OTHER";
|
|
59
60
|
})(ValidationExceptionReason || (ValidationExceptionReason = {}));
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
this.reason = opts.reason;
|
|
71
|
-
this.fields = opts.fields;
|
|
61
|
+
var InvalidParameterException = (function (_super) {
|
|
62
|
+
__extends(InvalidParameterException, _super);
|
|
63
|
+
function InvalidParameterException(opts) {
|
|
64
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
65
|
+
_this.name = "InvalidParameterException";
|
|
66
|
+
_this.$fault = "client";
|
|
67
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
68
|
+
_this.reason = opts.reason;
|
|
69
|
+
_this.fields = opts.fields;
|
|
70
|
+
return _this;
|
|
72
71
|
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
72
|
+
return InvalidParameterException;
|
|
73
|
+
}(__BaseException));
|
|
74
|
+
export { InvalidParameterException };
|
|
75
|
+
var LimitsExceededException = (function (_super) {
|
|
76
|
+
__extends(LimitsExceededException, _super);
|
|
77
|
+
function LimitsExceededException(opts) {
|
|
78
|
+
var _this = _super.call(this, __assign({ name: "LimitsExceededException", $fault: "client" }, opts)) || this;
|
|
79
|
+
_this.name = "LimitsExceededException";
|
|
80
|
+
_this.$fault = "client";
|
|
81
|
+
Object.setPrototypeOf(_this, LimitsExceededException.prototype);
|
|
82
|
+
_this.Type = opts.Type;
|
|
83
|
+
_this.Limit = opts.Limit;
|
|
84
|
+
return _this;
|
|
86
85
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
86
|
+
return LimitsExceededException;
|
|
87
|
+
}(__BaseException));
|
|
88
|
+
export { LimitsExceededException };
|
|
89
|
+
var NoAssociatedRoleException = (function (_super) {
|
|
90
|
+
__extends(NoAssociatedRoleException, _super);
|
|
91
|
+
function NoAssociatedRoleException(opts) {
|
|
92
|
+
var _this = _super.call(this, __assign({ name: "NoAssociatedRoleException", $fault: "client" }, opts)) || this;
|
|
93
|
+
_this.name = "NoAssociatedRoleException";
|
|
94
|
+
_this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(_this, NoAssociatedRoleException.prototype);
|
|
96
|
+
return _this;
|
|
98
97
|
}
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
98
|
+
return NoAssociatedRoleException;
|
|
99
|
+
}(__BaseException));
|
|
100
|
+
export { NoAssociatedRoleException };
|
|
101
|
+
var OptimisticLockException = (function (_super) {
|
|
102
|
+
__extends(OptimisticLockException, _super);
|
|
103
|
+
function OptimisticLockException(opts) {
|
|
104
|
+
var _this = _super.call(this, __assign({ name: "OptimisticLockException", $fault: "client" }, opts)) || this;
|
|
105
|
+
_this.name = "OptimisticLockException";
|
|
106
|
+
_this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(_this, OptimisticLockException.prototype);
|
|
108
|
+
return _this;
|
|
110
109
|
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
110
|
+
return OptimisticLockException;
|
|
111
|
+
}(__BaseException));
|
|
112
|
+
export { OptimisticLockException };
|
|
113
|
+
var ResourceNotFoundException = (function (_super) {
|
|
114
|
+
__extends(ResourceNotFoundException, _super);
|
|
115
|
+
function ResourceNotFoundException(opts) {
|
|
116
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
117
|
+
_this.name = "ResourceNotFoundException";
|
|
118
|
+
_this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
120
|
+
_this.resourceType = opts.resourceType;
|
|
121
|
+
return _this;
|
|
123
122
|
}
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
123
|
+
return ResourceNotFoundException;
|
|
124
|
+
}(__BaseException));
|
|
125
|
+
export { ResourceNotFoundException };
|
|
126
|
+
var InvalidResourceException = (function (_super) {
|
|
127
|
+
__extends(InvalidResourceException, _super);
|
|
128
|
+
function InvalidResourceException(opts) {
|
|
129
|
+
var _this = _super.call(this, __assign({ name: "InvalidResourceException", $fault: "client" }, opts)) || this;
|
|
130
|
+
_this.name = "InvalidResourceException";
|
|
131
|
+
_this.$fault = "client";
|
|
132
|
+
Object.setPrototypeOf(_this, InvalidResourceException.prototype);
|
|
133
|
+
return _this;
|
|
135
134
|
}
|
|
136
|
-
|
|
135
|
+
return InvalidResourceException;
|
|
136
|
+
}(__BaseException));
|
|
137
|
+
export { InvalidResourceException };
|
|
137
138
|
export var AttackLayer;
|
|
138
139
|
(function (AttackLayer) {
|
|
139
140
|
AttackLayer["APPLICATION"] = "APPLICATION";
|
|
@@ -167,19 +168,19 @@ export var AutoRenew;
|
|
|
167
168
|
AutoRenew["DISABLED"] = "DISABLED";
|
|
168
169
|
AutoRenew["ENABLED"] = "ENABLED";
|
|
169
170
|
})(AutoRenew || (AutoRenew = {}));
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
Object.setPrototypeOf(this, ResourceAlreadyExistsException.prototype);
|
|
180
|
-
this.resourceType = opts.resourceType;
|
|
171
|
+
var ResourceAlreadyExistsException = (function (_super) {
|
|
172
|
+
__extends(ResourceAlreadyExistsException, _super);
|
|
173
|
+
function ResourceAlreadyExistsException(opts) {
|
|
174
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
175
|
+
_this.name = "ResourceAlreadyExistsException";
|
|
176
|
+
_this.$fault = "client";
|
|
177
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistsException.prototype);
|
|
178
|
+
_this.resourceType = opts.resourceType;
|
|
179
|
+
return _this;
|
|
181
180
|
}
|
|
182
|
-
|
|
181
|
+
return ResourceAlreadyExistsException;
|
|
182
|
+
}(__BaseException));
|
|
183
|
+
export { ResourceAlreadyExistsException };
|
|
183
184
|
export var ProtectionGroupAggregation;
|
|
184
185
|
(function (ProtectionGroupAggregation) {
|
|
185
186
|
ProtectionGroupAggregation["MAX"] = "MAX";
|
|
@@ -201,18 +202,18 @@ export var ProtectedResourceType;
|
|
|
201
202
|
ProtectedResourceType["GLOBAL_ACCELERATOR"] = "GLOBAL_ACCELERATOR";
|
|
202
203
|
ProtectedResourceType["ROUTE_53_HOSTED_ZONE"] = "ROUTE_53_HOSTED_ZONE";
|
|
203
204
|
})(ProtectedResourceType || (ProtectedResourceType = {}));
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
this.$fault = "client";
|
|
213
|
-
Object.setPrototypeOf(this, LockedSubscriptionException.prototype);
|
|
205
|
+
var LockedSubscriptionException = (function (_super) {
|
|
206
|
+
__extends(LockedSubscriptionException, _super);
|
|
207
|
+
function LockedSubscriptionException(opts) {
|
|
208
|
+
var _this = _super.call(this, __assign({ name: "LockedSubscriptionException", $fault: "client" }, opts)) || this;
|
|
209
|
+
_this.name = "LockedSubscriptionException";
|
|
210
|
+
_this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(_this, LockedSubscriptionException.prototype);
|
|
212
|
+
return _this;
|
|
214
213
|
}
|
|
215
|
-
|
|
214
|
+
return LockedSubscriptionException;
|
|
215
|
+
}(__BaseException));
|
|
216
|
+
export { LockedSubscriptionException };
|
|
216
217
|
export var ProactiveEngagementStatus;
|
|
217
218
|
(function (ProactiveEngagementStatus) {
|
|
218
219
|
ProactiveEngagementStatus["DISABLED"] = "DISABLED";
|
|
@@ -224,324 +225,118 @@ export var SubscriptionState;
|
|
|
224
225
|
SubscriptionState["ACTIVE"] = "ACTIVE";
|
|
225
226
|
SubscriptionState["INACTIVE"] = "INACTIVE";
|
|
226
227
|
})(SubscriptionState || (SubscriptionState = {}));
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
this.$fault = "client";
|
|
236
|
-
Object.setPrototypeOf(this, InvalidPaginationTokenException.prototype);
|
|
228
|
+
var InvalidPaginationTokenException = (function (_super) {
|
|
229
|
+
__extends(InvalidPaginationTokenException, _super);
|
|
230
|
+
function InvalidPaginationTokenException(opts) {
|
|
231
|
+
var _this = _super.call(this, __assign({ name: "InvalidPaginationTokenException", $fault: "client" }, opts)) || this;
|
|
232
|
+
_this.name = "InvalidPaginationTokenException";
|
|
233
|
+
_this.$fault = "client";
|
|
234
|
+
Object.setPrototypeOf(_this, InvalidPaginationTokenException.prototype);
|
|
235
|
+
return _this;
|
|
237
236
|
}
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
});
|
|
242
|
-
export
|
|
243
|
-
|
|
244
|
-
});
|
|
245
|
-
export
|
|
246
|
-
|
|
247
|
-
});
|
|
248
|
-
export
|
|
249
|
-
|
|
250
|
-
});
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
});
|
|
254
|
-
export
|
|
255
|
-
|
|
256
|
-
});
|
|
257
|
-
export
|
|
258
|
-
|
|
259
|
-
});
|
|
260
|
-
export
|
|
261
|
-
|
|
262
|
-
});
|
|
263
|
-
export
|
|
264
|
-
|
|
265
|
-
});
|
|
266
|
-
export
|
|
267
|
-
|
|
268
|
-
});
|
|
269
|
-
export
|
|
270
|
-
|
|
271
|
-
});
|
|
272
|
-
export
|
|
273
|
-
|
|
274
|
-
});
|
|
275
|
-
export
|
|
276
|
-
|
|
277
|
-
});
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
});
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
});
|
|
284
|
-
export
|
|
285
|
-
|
|
286
|
-
});
|
|
287
|
-
export
|
|
288
|
-
|
|
289
|
-
});
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
});
|
|
293
|
-
export
|
|
294
|
-
|
|
295
|
-
});
|
|
296
|
-
export
|
|
297
|
-
|
|
298
|
-
});
|
|
299
|
-
export
|
|
300
|
-
|
|
301
|
-
});
|
|
302
|
-
export
|
|
303
|
-
|
|
304
|
-
});
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
});
|
|
308
|
-
export
|
|
309
|
-
|
|
310
|
-
});
|
|
311
|
-
export
|
|
312
|
-
|
|
313
|
-
});
|
|
314
|
-
export
|
|
315
|
-
|
|
316
|
-
});
|
|
317
|
-
export
|
|
318
|
-
|
|
319
|
-
});
|
|
320
|
-
export
|
|
321
|
-
|
|
322
|
-
});
|
|
323
|
-
export
|
|
324
|
-
|
|
325
|
-
});
|
|
326
|
-
export
|
|
327
|
-
|
|
328
|
-
});
|
|
329
|
-
export
|
|
330
|
-
|
|
331
|
-
});
|
|
332
|
-
export
|
|
333
|
-
|
|
334
|
-
});
|
|
335
|
-
export
|
|
336
|
-
|
|
337
|
-
});
|
|
338
|
-
export
|
|
339
|
-
|
|
340
|
-
});
|
|
341
|
-
export
|
|
342
|
-
|
|
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
|
-
});
|
|
237
|
+
return InvalidPaginationTokenException;
|
|
238
|
+
}(__BaseException));
|
|
239
|
+
export { InvalidPaginationTokenException };
|
|
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)); };
|