@aws-sdk/client-cloudtrail 3.52.0 → 3.53.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.
@@ -1,4 +1,5 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
+ import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
2
3
  export var Tag;
3
4
  (function (Tag) {
4
5
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -11,6 +12,162 @@ export var AddTagsResponse;
11
12
  (function (AddTagsResponse) {
12
13
  AddTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
13
14
  })(AddTagsResponse || (AddTagsResponse = {}));
15
+ var CloudTrailARNInvalidException = (function (_super) {
16
+ __extends(CloudTrailARNInvalidException, _super);
17
+ function CloudTrailARNInvalidException(opts) {
18
+ var _this = _super.call(this, __assign({ name: "CloudTrailARNInvalidException", $fault: "client" }, opts)) || this;
19
+ _this.name = "CloudTrailARNInvalidException";
20
+ _this.$fault = "client";
21
+ Object.setPrototypeOf(_this, CloudTrailARNInvalidException.prototype);
22
+ _this.Message = opts.Message;
23
+ return _this;
24
+ }
25
+ return CloudTrailARNInvalidException;
26
+ }(__BaseException));
27
+ export { CloudTrailARNInvalidException };
28
+ var ConflictException = (function (_super) {
29
+ __extends(ConflictException, _super);
30
+ function ConflictException(opts) {
31
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
32
+ _this.name = "ConflictException";
33
+ _this.$fault = "client";
34
+ Object.setPrototypeOf(_this, ConflictException.prototype);
35
+ _this.Message = opts.Message;
36
+ return _this;
37
+ }
38
+ return ConflictException;
39
+ }(__BaseException));
40
+ export { ConflictException };
41
+ var EventDataStoreNotFoundException = (function (_super) {
42
+ __extends(EventDataStoreNotFoundException, _super);
43
+ function EventDataStoreNotFoundException(opts) {
44
+ var _this = _super.call(this, __assign({ name: "EventDataStoreNotFoundException", $fault: "client" }, opts)) || this;
45
+ _this.name = "EventDataStoreNotFoundException";
46
+ _this.$fault = "client";
47
+ Object.setPrototypeOf(_this, EventDataStoreNotFoundException.prototype);
48
+ _this.Message = opts.Message;
49
+ return _this;
50
+ }
51
+ return EventDataStoreNotFoundException;
52
+ }(__BaseException));
53
+ export { EventDataStoreNotFoundException };
54
+ var InactiveEventDataStoreException = (function (_super) {
55
+ __extends(InactiveEventDataStoreException, _super);
56
+ function InactiveEventDataStoreException(opts) {
57
+ var _this = _super.call(this, __assign({ name: "InactiveEventDataStoreException", $fault: "client" }, opts)) || this;
58
+ _this.name = "InactiveEventDataStoreException";
59
+ _this.$fault = "client";
60
+ Object.setPrototypeOf(_this, InactiveEventDataStoreException.prototype);
61
+ _this.Message = opts.Message;
62
+ return _this;
63
+ }
64
+ return InactiveEventDataStoreException;
65
+ }(__BaseException));
66
+ export { InactiveEventDataStoreException };
67
+ var InvalidTagParameterException = (function (_super) {
68
+ __extends(InvalidTagParameterException, _super);
69
+ function InvalidTagParameterException(opts) {
70
+ var _this = _super.call(this, __assign({ name: "InvalidTagParameterException", $fault: "client" }, opts)) || this;
71
+ _this.name = "InvalidTagParameterException";
72
+ _this.$fault = "client";
73
+ Object.setPrototypeOf(_this, InvalidTagParameterException.prototype);
74
+ _this.Message = opts.Message;
75
+ return _this;
76
+ }
77
+ return InvalidTagParameterException;
78
+ }(__BaseException));
79
+ export { InvalidTagParameterException };
80
+ var InvalidTrailNameException = (function (_super) {
81
+ __extends(InvalidTrailNameException, _super);
82
+ function InvalidTrailNameException(opts) {
83
+ var _this = _super.call(this, __assign({ name: "InvalidTrailNameException", $fault: "client" }, opts)) || this;
84
+ _this.name = "InvalidTrailNameException";
85
+ _this.$fault = "client";
86
+ Object.setPrototypeOf(_this, InvalidTrailNameException.prototype);
87
+ _this.Message = opts.Message;
88
+ return _this;
89
+ }
90
+ return InvalidTrailNameException;
91
+ }(__BaseException));
92
+ export { InvalidTrailNameException };
93
+ var NotOrganizationMasterAccountException = (function (_super) {
94
+ __extends(NotOrganizationMasterAccountException, _super);
95
+ function NotOrganizationMasterAccountException(opts) {
96
+ var _this = _super.call(this, __assign({ name: "NotOrganizationMasterAccountException", $fault: "client" }, opts)) || this;
97
+ _this.name = "NotOrganizationMasterAccountException";
98
+ _this.$fault = "client";
99
+ Object.setPrototypeOf(_this, NotOrganizationMasterAccountException.prototype);
100
+ _this.Message = opts.Message;
101
+ return _this;
102
+ }
103
+ return NotOrganizationMasterAccountException;
104
+ }(__BaseException));
105
+ export { NotOrganizationMasterAccountException };
106
+ var OperationNotPermittedException = (function (_super) {
107
+ __extends(OperationNotPermittedException, _super);
108
+ function OperationNotPermittedException(opts) {
109
+ var _this = _super.call(this, __assign({ name: "OperationNotPermittedException", $fault: "client" }, opts)) || this;
110
+ _this.name = "OperationNotPermittedException";
111
+ _this.$fault = "client";
112
+ Object.setPrototypeOf(_this, OperationNotPermittedException.prototype);
113
+ _this.Message = opts.Message;
114
+ return _this;
115
+ }
116
+ return OperationNotPermittedException;
117
+ }(__BaseException));
118
+ export { OperationNotPermittedException };
119
+ var ResourceNotFoundException = (function (_super) {
120
+ __extends(ResourceNotFoundException, _super);
121
+ function ResourceNotFoundException(opts) {
122
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
123
+ _this.name = "ResourceNotFoundException";
124
+ _this.$fault = "client";
125
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
126
+ _this.Message = opts.Message;
127
+ return _this;
128
+ }
129
+ return ResourceNotFoundException;
130
+ }(__BaseException));
131
+ export { ResourceNotFoundException };
132
+ var ResourceTypeNotSupportedException = (function (_super) {
133
+ __extends(ResourceTypeNotSupportedException, _super);
134
+ function ResourceTypeNotSupportedException(opts) {
135
+ var _this = _super.call(this, __assign({ name: "ResourceTypeNotSupportedException", $fault: "client" }, opts)) || this;
136
+ _this.name = "ResourceTypeNotSupportedException";
137
+ _this.$fault = "client";
138
+ Object.setPrototypeOf(_this, ResourceTypeNotSupportedException.prototype);
139
+ _this.Message = opts.Message;
140
+ return _this;
141
+ }
142
+ return ResourceTypeNotSupportedException;
143
+ }(__BaseException));
144
+ export { ResourceTypeNotSupportedException };
145
+ var TagsLimitExceededException = (function (_super) {
146
+ __extends(TagsLimitExceededException, _super);
147
+ function TagsLimitExceededException(opts) {
148
+ var _this = _super.call(this, __assign({ name: "TagsLimitExceededException", $fault: "client" }, opts)) || this;
149
+ _this.name = "TagsLimitExceededException";
150
+ _this.$fault = "client";
151
+ Object.setPrototypeOf(_this, TagsLimitExceededException.prototype);
152
+ _this.Message = opts.Message;
153
+ return _this;
154
+ }
155
+ return TagsLimitExceededException;
156
+ }(__BaseException));
157
+ export { TagsLimitExceededException };
158
+ var UnsupportedOperationException = (function (_super) {
159
+ __extends(UnsupportedOperationException, _super);
160
+ function UnsupportedOperationException(opts) {
161
+ var _this = _super.call(this, __assign({ name: "UnsupportedOperationException", $fault: "client" }, opts)) || this;
162
+ _this.name = "UnsupportedOperationException";
163
+ _this.$fault = "client";
164
+ Object.setPrototypeOf(_this, UnsupportedOperationException.prototype);
165
+ _this.Message = opts.Message;
166
+ return _this;
167
+ }
168
+ return UnsupportedOperationException;
169
+ }(__BaseException));
170
+ export { UnsupportedOperationException };
14
171
  export var AdvancedFieldSelector;
15
172
  (function (AdvancedFieldSelector) {
16
173
  AdvancedFieldSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -35,6 +192,71 @@ export var CancelQueryResponse;
35
192
  (function (CancelQueryResponse) {
36
193
  CancelQueryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
37
194
  })(CancelQueryResponse || (CancelQueryResponse = {}));
195
+ var EventDataStoreARNInvalidException = (function (_super) {
196
+ __extends(EventDataStoreARNInvalidException, _super);
197
+ function EventDataStoreARNInvalidException(opts) {
198
+ var _this = _super.call(this, __assign({ name: "EventDataStoreARNInvalidException", $fault: "client" }, opts)) || this;
199
+ _this.name = "EventDataStoreARNInvalidException";
200
+ _this.$fault = "client";
201
+ Object.setPrototypeOf(_this, EventDataStoreARNInvalidException.prototype);
202
+ _this.Message = opts.Message;
203
+ return _this;
204
+ }
205
+ return EventDataStoreARNInvalidException;
206
+ }(__BaseException));
207
+ export { EventDataStoreARNInvalidException };
208
+ var InactiveQueryException = (function (_super) {
209
+ __extends(InactiveQueryException, _super);
210
+ function InactiveQueryException(opts) {
211
+ var _this = _super.call(this, __assign({ name: "InactiveQueryException", $fault: "client" }, opts)) || this;
212
+ _this.name = "InactiveQueryException";
213
+ _this.$fault = "client";
214
+ Object.setPrototypeOf(_this, InactiveQueryException.prototype);
215
+ _this.Message = opts.Message;
216
+ return _this;
217
+ }
218
+ return InactiveQueryException;
219
+ }(__BaseException));
220
+ export { InactiveQueryException };
221
+ var InvalidParameterException = (function (_super) {
222
+ __extends(InvalidParameterException, _super);
223
+ function InvalidParameterException(opts) {
224
+ var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
225
+ _this.name = "InvalidParameterException";
226
+ _this.$fault = "client";
227
+ Object.setPrototypeOf(_this, InvalidParameterException.prototype);
228
+ _this.Message = opts.Message;
229
+ return _this;
230
+ }
231
+ return InvalidParameterException;
232
+ }(__BaseException));
233
+ export { InvalidParameterException };
234
+ var QueryIdNotFoundException = (function (_super) {
235
+ __extends(QueryIdNotFoundException, _super);
236
+ function QueryIdNotFoundException(opts) {
237
+ var _this = _super.call(this, __assign({ name: "QueryIdNotFoundException", $fault: "client" }, opts)) || this;
238
+ _this.name = "QueryIdNotFoundException";
239
+ _this.$fault = "client";
240
+ Object.setPrototypeOf(_this, QueryIdNotFoundException.prototype);
241
+ _this.Message = opts.Message;
242
+ return _this;
243
+ }
244
+ return QueryIdNotFoundException;
245
+ }(__BaseException));
246
+ export { QueryIdNotFoundException };
247
+ var CloudTrailAccessNotEnabledException = (function (_super) {
248
+ __extends(CloudTrailAccessNotEnabledException, _super);
249
+ function CloudTrailAccessNotEnabledException(opts) {
250
+ var _this = _super.call(this, __assign({ name: "CloudTrailAccessNotEnabledException", $fault: "client" }, opts)) || this;
251
+ _this.name = "CloudTrailAccessNotEnabledException";
252
+ _this.$fault = "client";
253
+ Object.setPrototypeOf(_this, CloudTrailAccessNotEnabledException.prototype);
254
+ _this.Message = opts.Message;
255
+ return _this;
256
+ }
257
+ return CloudTrailAccessNotEnabledException;
258
+ }(__BaseException));
259
+ export { CloudTrailAccessNotEnabledException };
38
260
  export var CreateEventDataStoreRequest;
39
261
  (function (CreateEventDataStoreRequest) {
40
262
  CreateEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -49,6 +271,97 @@ export var CreateEventDataStoreResponse;
49
271
  (function (CreateEventDataStoreResponse) {
50
272
  CreateEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
51
273
  })(CreateEventDataStoreResponse || (CreateEventDataStoreResponse = {}));
274
+ var EventDataStoreAlreadyExistsException = (function (_super) {
275
+ __extends(EventDataStoreAlreadyExistsException, _super);
276
+ function EventDataStoreAlreadyExistsException(opts) {
277
+ var _this = _super.call(this, __assign({ name: "EventDataStoreAlreadyExistsException", $fault: "client" }, opts)) || this;
278
+ _this.name = "EventDataStoreAlreadyExistsException";
279
+ _this.$fault = "client";
280
+ Object.setPrototypeOf(_this, EventDataStoreAlreadyExistsException.prototype);
281
+ _this.Message = opts.Message;
282
+ return _this;
283
+ }
284
+ return EventDataStoreAlreadyExistsException;
285
+ }(__BaseException));
286
+ export { EventDataStoreAlreadyExistsException };
287
+ var EventDataStoreMaxLimitExceededException = (function (_super) {
288
+ __extends(EventDataStoreMaxLimitExceededException, _super);
289
+ function EventDataStoreMaxLimitExceededException(opts) {
290
+ var _this = _super.call(this, __assign({ name: "EventDataStoreMaxLimitExceededException", $fault: "client" }, opts)) || this;
291
+ _this.name = "EventDataStoreMaxLimitExceededException";
292
+ _this.$fault = "client";
293
+ Object.setPrototypeOf(_this, EventDataStoreMaxLimitExceededException.prototype);
294
+ _this.Message = opts.Message;
295
+ return _this;
296
+ }
297
+ return EventDataStoreMaxLimitExceededException;
298
+ }(__BaseException));
299
+ export { EventDataStoreMaxLimitExceededException };
300
+ var InsufficientDependencyServiceAccessPermissionException = (function (_super) {
301
+ __extends(InsufficientDependencyServiceAccessPermissionException, _super);
302
+ function InsufficientDependencyServiceAccessPermissionException(opts) {
303
+ var _this = _super.call(this, __assign({ name: "InsufficientDependencyServiceAccessPermissionException", $fault: "client" }, opts)) || this;
304
+ _this.name = "InsufficientDependencyServiceAccessPermissionException";
305
+ _this.$fault = "client";
306
+ Object.setPrototypeOf(_this, InsufficientDependencyServiceAccessPermissionException.prototype);
307
+ _this.Message = opts.Message;
308
+ return _this;
309
+ }
310
+ return InsufficientDependencyServiceAccessPermissionException;
311
+ }(__BaseException));
312
+ export { InsufficientDependencyServiceAccessPermissionException };
313
+ var OrganizationNotInAllFeaturesModeException = (function (_super) {
314
+ __extends(OrganizationNotInAllFeaturesModeException, _super);
315
+ function OrganizationNotInAllFeaturesModeException(opts) {
316
+ var _this = _super.call(this, __assign({ name: "OrganizationNotInAllFeaturesModeException", $fault: "client" }, opts)) || this;
317
+ _this.name = "OrganizationNotInAllFeaturesModeException";
318
+ _this.$fault = "client";
319
+ Object.setPrototypeOf(_this, OrganizationNotInAllFeaturesModeException.prototype);
320
+ _this.Message = opts.Message;
321
+ return _this;
322
+ }
323
+ return OrganizationNotInAllFeaturesModeException;
324
+ }(__BaseException));
325
+ export { OrganizationNotInAllFeaturesModeException };
326
+ var OrganizationsNotInUseException = (function (_super) {
327
+ __extends(OrganizationsNotInUseException, _super);
328
+ function OrganizationsNotInUseException(opts) {
329
+ var _this = _super.call(this, __assign({ name: "OrganizationsNotInUseException", $fault: "client" }, opts)) || this;
330
+ _this.name = "OrganizationsNotInUseException";
331
+ _this.$fault = "client";
332
+ Object.setPrototypeOf(_this, OrganizationsNotInUseException.prototype);
333
+ _this.Message = opts.Message;
334
+ return _this;
335
+ }
336
+ return OrganizationsNotInUseException;
337
+ }(__BaseException));
338
+ export { OrganizationsNotInUseException };
339
+ var CloudTrailInvalidClientTokenIdException = (function (_super) {
340
+ __extends(CloudTrailInvalidClientTokenIdException, _super);
341
+ function CloudTrailInvalidClientTokenIdException(opts) {
342
+ var _this = _super.call(this, __assign({ name: "CloudTrailInvalidClientTokenIdException", $fault: "client" }, opts)) || this;
343
+ _this.name = "CloudTrailInvalidClientTokenIdException";
344
+ _this.$fault = "client";
345
+ Object.setPrototypeOf(_this, CloudTrailInvalidClientTokenIdException.prototype);
346
+ _this.Message = opts.Message;
347
+ return _this;
348
+ }
349
+ return CloudTrailInvalidClientTokenIdException;
350
+ }(__BaseException));
351
+ export { CloudTrailInvalidClientTokenIdException };
352
+ var CloudWatchLogsDeliveryUnavailableException = (function (_super) {
353
+ __extends(CloudWatchLogsDeliveryUnavailableException, _super);
354
+ function CloudWatchLogsDeliveryUnavailableException(opts) {
355
+ var _this = _super.call(this, __assign({ name: "CloudWatchLogsDeliveryUnavailableException", $fault: "client" }, opts)) || this;
356
+ _this.name = "CloudWatchLogsDeliveryUnavailableException";
357
+ _this.$fault = "client";
358
+ Object.setPrototypeOf(_this, CloudWatchLogsDeliveryUnavailableException.prototype);
359
+ _this.Message = opts.Message;
360
+ return _this;
361
+ }
362
+ return CloudWatchLogsDeliveryUnavailableException;
363
+ }(__BaseException));
364
+ export { CloudWatchLogsDeliveryUnavailableException };
52
365
  export var CreateTrailRequest;
53
366
  (function (CreateTrailRequest) {
54
367
  CreateTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -57,6 +370,227 @@ export var CreateTrailResponse;
57
370
  (function (CreateTrailResponse) {
58
371
  CreateTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
59
372
  })(CreateTrailResponse || (CreateTrailResponse = {}));
373
+ var InsufficientEncryptionPolicyException = (function (_super) {
374
+ __extends(InsufficientEncryptionPolicyException, _super);
375
+ function InsufficientEncryptionPolicyException(opts) {
376
+ var _this = _super.call(this, __assign({ name: "InsufficientEncryptionPolicyException", $fault: "client" }, opts)) || this;
377
+ _this.name = "InsufficientEncryptionPolicyException";
378
+ _this.$fault = "client";
379
+ Object.setPrototypeOf(_this, InsufficientEncryptionPolicyException.prototype);
380
+ _this.Message = opts.Message;
381
+ return _this;
382
+ }
383
+ return InsufficientEncryptionPolicyException;
384
+ }(__BaseException));
385
+ export { InsufficientEncryptionPolicyException };
386
+ var InsufficientS3BucketPolicyException = (function (_super) {
387
+ __extends(InsufficientS3BucketPolicyException, _super);
388
+ function InsufficientS3BucketPolicyException(opts) {
389
+ var _this = _super.call(this, __assign({ name: "InsufficientS3BucketPolicyException", $fault: "client" }, opts)) || this;
390
+ _this.name = "InsufficientS3BucketPolicyException";
391
+ _this.$fault = "client";
392
+ Object.setPrototypeOf(_this, InsufficientS3BucketPolicyException.prototype);
393
+ _this.Message = opts.Message;
394
+ return _this;
395
+ }
396
+ return InsufficientS3BucketPolicyException;
397
+ }(__BaseException));
398
+ export { InsufficientS3BucketPolicyException };
399
+ var InsufficientSnsTopicPolicyException = (function (_super) {
400
+ __extends(InsufficientSnsTopicPolicyException, _super);
401
+ function InsufficientSnsTopicPolicyException(opts) {
402
+ var _this = _super.call(this, __assign({ name: "InsufficientSnsTopicPolicyException", $fault: "client" }, opts)) || this;
403
+ _this.name = "InsufficientSnsTopicPolicyException";
404
+ _this.$fault = "client";
405
+ Object.setPrototypeOf(_this, InsufficientSnsTopicPolicyException.prototype);
406
+ _this.Message = opts.Message;
407
+ return _this;
408
+ }
409
+ return InsufficientSnsTopicPolicyException;
410
+ }(__BaseException));
411
+ export { InsufficientSnsTopicPolicyException };
412
+ var InvalidCloudWatchLogsLogGroupArnException = (function (_super) {
413
+ __extends(InvalidCloudWatchLogsLogGroupArnException, _super);
414
+ function InvalidCloudWatchLogsLogGroupArnException(opts) {
415
+ var _this = _super.call(this, __assign({ name: "InvalidCloudWatchLogsLogGroupArnException", $fault: "client" }, opts)) || this;
416
+ _this.name = "InvalidCloudWatchLogsLogGroupArnException";
417
+ _this.$fault = "client";
418
+ Object.setPrototypeOf(_this, InvalidCloudWatchLogsLogGroupArnException.prototype);
419
+ _this.Message = opts.Message;
420
+ return _this;
421
+ }
422
+ return InvalidCloudWatchLogsLogGroupArnException;
423
+ }(__BaseException));
424
+ export { InvalidCloudWatchLogsLogGroupArnException };
425
+ var InvalidCloudWatchLogsRoleArnException = (function (_super) {
426
+ __extends(InvalidCloudWatchLogsRoleArnException, _super);
427
+ function InvalidCloudWatchLogsRoleArnException(opts) {
428
+ var _this = _super.call(this, __assign({ name: "InvalidCloudWatchLogsRoleArnException", $fault: "client" }, opts)) || this;
429
+ _this.name = "InvalidCloudWatchLogsRoleArnException";
430
+ _this.$fault = "client";
431
+ Object.setPrototypeOf(_this, InvalidCloudWatchLogsRoleArnException.prototype);
432
+ _this.Message = opts.Message;
433
+ return _this;
434
+ }
435
+ return InvalidCloudWatchLogsRoleArnException;
436
+ }(__BaseException));
437
+ export { InvalidCloudWatchLogsRoleArnException };
438
+ var InvalidKmsKeyIdException = (function (_super) {
439
+ __extends(InvalidKmsKeyIdException, _super);
440
+ function InvalidKmsKeyIdException(opts) {
441
+ var _this = _super.call(this, __assign({ name: "InvalidKmsKeyIdException", $fault: "client" }, opts)) || this;
442
+ _this.name = "InvalidKmsKeyIdException";
443
+ _this.$fault = "client";
444
+ Object.setPrototypeOf(_this, InvalidKmsKeyIdException.prototype);
445
+ _this.Message = opts.Message;
446
+ return _this;
447
+ }
448
+ return InvalidKmsKeyIdException;
449
+ }(__BaseException));
450
+ export { InvalidKmsKeyIdException };
451
+ var InvalidParameterCombinationException = (function (_super) {
452
+ __extends(InvalidParameterCombinationException, _super);
453
+ function InvalidParameterCombinationException(opts) {
454
+ var _this = _super.call(this, __assign({ name: "InvalidParameterCombinationException", $fault: "client" }, opts)) || this;
455
+ _this.name = "InvalidParameterCombinationException";
456
+ _this.$fault = "client";
457
+ Object.setPrototypeOf(_this, InvalidParameterCombinationException.prototype);
458
+ _this.Message = opts.Message;
459
+ return _this;
460
+ }
461
+ return InvalidParameterCombinationException;
462
+ }(__BaseException));
463
+ export { InvalidParameterCombinationException };
464
+ var InvalidS3BucketNameException = (function (_super) {
465
+ __extends(InvalidS3BucketNameException, _super);
466
+ function InvalidS3BucketNameException(opts) {
467
+ var _this = _super.call(this, __assign({ name: "InvalidS3BucketNameException", $fault: "client" }, opts)) || this;
468
+ _this.name = "InvalidS3BucketNameException";
469
+ _this.$fault = "client";
470
+ Object.setPrototypeOf(_this, InvalidS3BucketNameException.prototype);
471
+ _this.Message = opts.Message;
472
+ return _this;
473
+ }
474
+ return InvalidS3BucketNameException;
475
+ }(__BaseException));
476
+ export { InvalidS3BucketNameException };
477
+ var InvalidS3PrefixException = (function (_super) {
478
+ __extends(InvalidS3PrefixException, _super);
479
+ function InvalidS3PrefixException(opts) {
480
+ var _this = _super.call(this, __assign({ name: "InvalidS3PrefixException", $fault: "client" }, opts)) || this;
481
+ _this.name = "InvalidS3PrefixException";
482
+ _this.$fault = "client";
483
+ Object.setPrototypeOf(_this, InvalidS3PrefixException.prototype);
484
+ _this.Message = opts.Message;
485
+ return _this;
486
+ }
487
+ return InvalidS3PrefixException;
488
+ }(__BaseException));
489
+ export { InvalidS3PrefixException };
490
+ var InvalidSnsTopicNameException = (function (_super) {
491
+ __extends(InvalidSnsTopicNameException, _super);
492
+ function InvalidSnsTopicNameException(opts) {
493
+ var _this = _super.call(this, __assign({ name: "InvalidSnsTopicNameException", $fault: "client" }, opts)) || this;
494
+ _this.name = "InvalidSnsTopicNameException";
495
+ _this.$fault = "client";
496
+ Object.setPrototypeOf(_this, InvalidSnsTopicNameException.prototype);
497
+ _this.Message = opts.Message;
498
+ return _this;
499
+ }
500
+ return InvalidSnsTopicNameException;
501
+ }(__BaseException));
502
+ export { InvalidSnsTopicNameException };
503
+ var KmsException = (function (_super) {
504
+ __extends(KmsException, _super);
505
+ function KmsException(opts) {
506
+ var _this = _super.call(this, __assign({ name: "KmsException", $fault: "client" }, opts)) || this;
507
+ _this.name = "KmsException";
508
+ _this.$fault = "client";
509
+ Object.setPrototypeOf(_this, KmsException.prototype);
510
+ _this.Message = opts.Message;
511
+ return _this;
512
+ }
513
+ return KmsException;
514
+ }(__BaseException));
515
+ export { KmsException };
516
+ var KmsKeyDisabledException = (function (_super) {
517
+ __extends(KmsKeyDisabledException, _super);
518
+ function KmsKeyDisabledException(opts) {
519
+ var _this = _super.call(this, __assign({ name: "KmsKeyDisabledException", $fault: "client" }, opts)) || this;
520
+ _this.name = "KmsKeyDisabledException";
521
+ _this.$fault = "client";
522
+ Object.setPrototypeOf(_this, KmsKeyDisabledException.prototype);
523
+ _this.Message = opts.Message;
524
+ return _this;
525
+ }
526
+ return KmsKeyDisabledException;
527
+ }(__BaseException));
528
+ export { KmsKeyDisabledException };
529
+ var KmsKeyNotFoundException = (function (_super) {
530
+ __extends(KmsKeyNotFoundException, _super);
531
+ function KmsKeyNotFoundException(opts) {
532
+ var _this = _super.call(this, __assign({ name: "KmsKeyNotFoundException", $fault: "client" }, opts)) || this;
533
+ _this.name = "KmsKeyNotFoundException";
534
+ _this.$fault = "client";
535
+ Object.setPrototypeOf(_this, KmsKeyNotFoundException.prototype);
536
+ _this.Message = opts.Message;
537
+ return _this;
538
+ }
539
+ return KmsKeyNotFoundException;
540
+ }(__BaseException));
541
+ export { KmsKeyNotFoundException };
542
+ var MaximumNumberOfTrailsExceededException = (function (_super) {
543
+ __extends(MaximumNumberOfTrailsExceededException, _super);
544
+ function MaximumNumberOfTrailsExceededException(opts) {
545
+ var _this = _super.call(this, __assign({ name: "MaximumNumberOfTrailsExceededException", $fault: "client" }, opts)) || this;
546
+ _this.name = "MaximumNumberOfTrailsExceededException";
547
+ _this.$fault = "client";
548
+ Object.setPrototypeOf(_this, MaximumNumberOfTrailsExceededException.prototype);
549
+ _this.Message = opts.Message;
550
+ return _this;
551
+ }
552
+ return MaximumNumberOfTrailsExceededException;
553
+ }(__BaseException));
554
+ export { MaximumNumberOfTrailsExceededException };
555
+ var S3BucketDoesNotExistException = (function (_super) {
556
+ __extends(S3BucketDoesNotExistException, _super);
557
+ function S3BucketDoesNotExistException(opts) {
558
+ var _this = _super.call(this, __assign({ name: "S3BucketDoesNotExistException", $fault: "client" }, opts)) || this;
559
+ _this.name = "S3BucketDoesNotExistException";
560
+ _this.$fault = "client";
561
+ Object.setPrototypeOf(_this, S3BucketDoesNotExistException.prototype);
562
+ _this.Message = opts.Message;
563
+ return _this;
564
+ }
565
+ return S3BucketDoesNotExistException;
566
+ }(__BaseException));
567
+ export { S3BucketDoesNotExistException };
568
+ var TrailAlreadyExistsException = (function (_super) {
569
+ __extends(TrailAlreadyExistsException, _super);
570
+ function TrailAlreadyExistsException(opts) {
571
+ var _this = _super.call(this, __assign({ name: "TrailAlreadyExistsException", $fault: "client" }, opts)) || this;
572
+ _this.name = "TrailAlreadyExistsException";
573
+ _this.$fault = "client";
574
+ Object.setPrototypeOf(_this, TrailAlreadyExistsException.prototype);
575
+ _this.Message = opts.Message;
576
+ return _this;
577
+ }
578
+ return TrailAlreadyExistsException;
579
+ }(__BaseException));
580
+ export { TrailAlreadyExistsException };
581
+ var TrailNotProvidedException = (function (_super) {
582
+ __extends(TrailNotProvidedException, _super);
583
+ function TrailNotProvidedException(opts) {
584
+ var _this = _super.call(this, __assign({ name: "TrailNotProvidedException", $fault: "client" }, opts)) || this;
585
+ _this.name = "TrailNotProvidedException";
586
+ _this.$fault = "client";
587
+ Object.setPrototypeOf(_this, TrailNotProvidedException.prototype);
588
+ _this.Message = opts.Message;
589
+ return _this;
590
+ }
591
+ return TrailNotProvidedException;
592
+ }(__BaseException));
593
+ export { TrailNotProvidedException };
60
594
  export var DeleteEventDataStoreRequest;
61
595
  (function (DeleteEventDataStoreRequest) {
62
596
  DeleteEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -65,6 +599,19 @@ export var DeleteEventDataStoreResponse;
65
599
  (function (DeleteEventDataStoreResponse) {
66
600
  DeleteEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
67
601
  })(DeleteEventDataStoreResponse || (DeleteEventDataStoreResponse = {}));
602
+ var EventDataStoreTerminationProtectedException = (function (_super) {
603
+ __extends(EventDataStoreTerminationProtectedException, _super);
604
+ function EventDataStoreTerminationProtectedException(opts) {
605
+ var _this = _super.call(this, __assign({ name: "EventDataStoreTerminationProtectedException", $fault: "client" }, opts)) || this;
606
+ _this.name = "EventDataStoreTerminationProtectedException";
607
+ _this.$fault = "client";
608
+ Object.setPrototypeOf(_this, EventDataStoreTerminationProtectedException.prototype);
609
+ _this.Message = opts.Message;
610
+ return _this;
611
+ }
612
+ return EventDataStoreTerminationProtectedException;
613
+ }(__BaseException));
614
+ export { EventDataStoreTerminationProtectedException };
68
615
  export var DeleteTrailRequest;
69
616
  (function (DeleteTrailRequest) {
70
617
  DeleteTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -73,6 +620,32 @@ export var DeleteTrailResponse;
73
620
  (function (DeleteTrailResponse) {
74
621
  DeleteTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
75
622
  })(DeleteTrailResponse || (DeleteTrailResponse = {}));
623
+ var InvalidHomeRegionException = (function (_super) {
624
+ __extends(InvalidHomeRegionException, _super);
625
+ function InvalidHomeRegionException(opts) {
626
+ var _this = _super.call(this, __assign({ name: "InvalidHomeRegionException", $fault: "client" }, opts)) || this;
627
+ _this.name = "InvalidHomeRegionException";
628
+ _this.$fault = "client";
629
+ Object.setPrototypeOf(_this, InvalidHomeRegionException.prototype);
630
+ _this.Message = opts.Message;
631
+ return _this;
632
+ }
633
+ return InvalidHomeRegionException;
634
+ }(__BaseException));
635
+ export { InvalidHomeRegionException };
636
+ var TrailNotFoundException = (function (_super) {
637
+ __extends(TrailNotFoundException, _super);
638
+ function TrailNotFoundException(opts) {
639
+ var _this = _super.call(this, __assign({ name: "TrailNotFoundException", $fault: "client" }, opts)) || this;
640
+ _this.name = "TrailNotFoundException";
641
+ _this.$fault = "client";
642
+ Object.setPrototypeOf(_this, TrailNotFoundException.prototype);
643
+ _this.Message = opts.Message;
644
+ return _this;
645
+ }
646
+ return TrailNotFoundException;
647
+ }(__BaseException));
648
+ export { TrailNotFoundException };
76
649
  export var DescribeQueryRequest;
77
650
  (function (DescribeQueryRequest) {
78
651
  DescribeQueryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -144,6 +717,19 @@ export var GetInsightSelectorsResponse;
144
717
  (function (GetInsightSelectorsResponse) {
145
718
  GetInsightSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
146
719
  })(GetInsightSelectorsResponse || (GetInsightSelectorsResponse = {}));
720
+ var InsightNotEnabledException = (function (_super) {
721
+ __extends(InsightNotEnabledException, _super);
722
+ function InsightNotEnabledException(opts) {
723
+ var _this = _super.call(this, __assign({ name: "InsightNotEnabledException", $fault: "client" }, opts)) || this;
724
+ _this.name = "InsightNotEnabledException";
725
+ _this.$fault = "client";
726
+ Object.setPrototypeOf(_this, InsightNotEnabledException.prototype);
727
+ _this.Message = opts.Message;
728
+ return _this;
729
+ }
730
+ return InsightNotEnabledException;
731
+ }(__BaseException));
732
+ export { InsightNotEnabledException };
147
733
  export var GetQueryResultsRequest;
148
734
  (function (GetQueryResultsRequest) {
149
735
  GetQueryResultsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -156,6 +742,32 @@ export var GetQueryResultsResponse;
156
742
  (function (GetQueryResultsResponse) {
157
743
  GetQueryResultsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
744
  })(GetQueryResultsResponse || (GetQueryResultsResponse = {}));
745
+ var InvalidMaxResultsException = (function (_super) {
746
+ __extends(InvalidMaxResultsException, _super);
747
+ function InvalidMaxResultsException(opts) {
748
+ var _this = _super.call(this, __assign({ name: "InvalidMaxResultsException", $fault: "client" }, opts)) || this;
749
+ _this.name = "InvalidMaxResultsException";
750
+ _this.$fault = "client";
751
+ Object.setPrototypeOf(_this, InvalidMaxResultsException.prototype);
752
+ _this.Message = opts.Message;
753
+ return _this;
754
+ }
755
+ return InvalidMaxResultsException;
756
+ }(__BaseException));
757
+ export { InvalidMaxResultsException };
758
+ var InvalidNextTokenException = (function (_super) {
759
+ __extends(InvalidNextTokenException, _super);
760
+ function InvalidNextTokenException(opts) {
761
+ var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
762
+ _this.name = "InvalidNextTokenException";
763
+ _this.$fault = "client";
764
+ Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
765
+ _this.Message = opts.Message;
766
+ return _this;
767
+ }
768
+ return InvalidNextTokenException;
769
+ }(__BaseException));
770
+ export { InvalidNextTokenException };
159
771
  export var GetTrailRequest;
160
772
  (function (GetTrailRequest) {
161
773
  GetTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -184,6 +796,32 @@ export var ListEventDataStoresResponse;
184
796
  (function (ListEventDataStoresResponse) {
185
797
  ListEventDataStoresResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
186
798
  })(ListEventDataStoresResponse || (ListEventDataStoresResponse = {}));
799
+ var InvalidTimeRangeException = (function (_super) {
800
+ __extends(InvalidTimeRangeException, _super);
801
+ function InvalidTimeRangeException(opts) {
802
+ var _this = _super.call(this, __assign({ name: "InvalidTimeRangeException", $fault: "client" }, opts)) || this;
803
+ _this.name = "InvalidTimeRangeException";
804
+ _this.$fault = "client";
805
+ Object.setPrototypeOf(_this, InvalidTimeRangeException.prototype);
806
+ _this.Message = opts.Message;
807
+ return _this;
808
+ }
809
+ return InvalidTimeRangeException;
810
+ }(__BaseException));
811
+ export { InvalidTimeRangeException };
812
+ var InvalidTokenException = (function (_super) {
813
+ __extends(InvalidTokenException, _super);
814
+ function InvalidTokenException(opts) {
815
+ var _this = _super.call(this, __assign({ name: "InvalidTokenException", $fault: "client" }, opts)) || this;
816
+ _this.name = "InvalidTokenException";
817
+ _this.$fault = "client";
818
+ Object.setPrototypeOf(_this, InvalidTokenException.prototype);
819
+ _this.Message = opts.Message;
820
+ return _this;
821
+ }
822
+ return InvalidTokenException;
823
+ }(__BaseException));
824
+ export { InvalidTokenException };
187
825
  export var ListPublicKeysRequest;
188
826
  (function (ListPublicKeysRequest) {
189
827
  ListPublicKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -196,6 +834,32 @@ export var ListPublicKeysResponse;
196
834
  (function (ListPublicKeysResponse) {
197
835
  ListPublicKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
198
836
  })(ListPublicKeysResponse || (ListPublicKeysResponse = {}));
837
+ var InvalidDateRangeException = (function (_super) {
838
+ __extends(InvalidDateRangeException, _super);
839
+ function InvalidDateRangeException(opts) {
840
+ var _this = _super.call(this, __assign({ name: "InvalidDateRangeException", $fault: "client" }, opts)) || this;
841
+ _this.name = "InvalidDateRangeException";
842
+ _this.$fault = "client";
843
+ Object.setPrototypeOf(_this, InvalidDateRangeException.prototype);
844
+ _this.Message = opts.Message;
845
+ return _this;
846
+ }
847
+ return InvalidDateRangeException;
848
+ }(__BaseException));
849
+ export { InvalidDateRangeException };
850
+ var InvalidQueryStatusException = (function (_super) {
851
+ __extends(InvalidQueryStatusException, _super);
852
+ function InvalidQueryStatusException(opts) {
853
+ var _this = _super.call(this, __assign({ name: "InvalidQueryStatusException", $fault: "client" }, opts)) || this;
854
+ _this.name = "InvalidQueryStatusException";
855
+ _this.$fault = "client";
856
+ Object.setPrototypeOf(_this, InvalidQueryStatusException.prototype);
857
+ _this.Message = opts.Message;
858
+ return _this;
859
+ }
860
+ return InvalidQueryStatusException;
861
+ }(__BaseException));
862
+ export { InvalidQueryStatusException };
199
863
  export var ListQueriesRequest;
200
864
  (function (ListQueriesRequest) {
201
865
  ListQueriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -232,6 +896,32 @@ export var ListTrailsResponse;
232
896
  (function (ListTrailsResponse) {
233
897
  ListTrailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
898
  })(ListTrailsResponse || (ListTrailsResponse = {}));
899
+ var InvalidEventCategoryException = (function (_super) {
900
+ __extends(InvalidEventCategoryException, _super);
901
+ function InvalidEventCategoryException(opts) {
902
+ var _this = _super.call(this, __assign({ name: "InvalidEventCategoryException", $fault: "client" }, opts)) || this;
903
+ _this.name = "InvalidEventCategoryException";
904
+ _this.$fault = "client";
905
+ Object.setPrototypeOf(_this, InvalidEventCategoryException.prototype);
906
+ _this.Message = opts.Message;
907
+ return _this;
908
+ }
909
+ return InvalidEventCategoryException;
910
+ }(__BaseException));
911
+ export { InvalidEventCategoryException };
912
+ var InvalidLookupAttributesException = (function (_super) {
913
+ __extends(InvalidLookupAttributesException, _super);
914
+ function InvalidLookupAttributesException(opts) {
915
+ var _this = _super.call(this, __assign({ name: "InvalidLookupAttributesException", $fault: "client" }, opts)) || this;
916
+ _this.name = "InvalidLookupAttributesException";
917
+ _this.$fault = "client";
918
+ Object.setPrototypeOf(_this, InvalidLookupAttributesException.prototype);
919
+ _this.Message = opts.Message;
920
+ return _this;
921
+ }
922
+ return InvalidLookupAttributesException;
923
+ }(__BaseException));
924
+ export { InvalidLookupAttributesException };
235
925
  export var EventCategory;
236
926
  (function (EventCategory) {
237
927
  EventCategory["Insight"] = "insight";
@@ -267,6 +957,19 @@ export var LookupEventsResponse;
267
957
  (function (LookupEventsResponse) {
268
958
  LookupEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
269
959
  })(LookupEventsResponse || (LookupEventsResponse = {}));
960
+ var InvalidEventSelectorsException = (function (_super) {
961
+ __extends(InvalidEventSelectorsException, _super);
962
+ function InvalidEventSelectorsException(opts) {
963
+ var _this = _super.call(this, __assign({ name: "InvalidEventSelectorsException", $fault: "client" }, opts)) || this;
964
+ _this.name = "InvalidEventSelectorsException";
965
+ _this.$fault = "client";
966
+ Object.setPrototypeOf(_this, InvalidEventSelectorsException.prototype);
967
+ _this.Message = opts.Message;
968
+ return _this;
969
+ }
970
+ return InvalidEventSelectorsException;
971
+ }(__BaseException));
972
+ export { InvalidEventSelectorsException };
270
973
  export var PutEventSelectorsRequest;
271
974
  (function (PutEventSelectorsRequest) {
272
975
  PutEventSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -275,6 +978,19 @@ export var PutEventSelectorsResponse;
275
978
  (function (PutEventSelectorsResponse) {
276
979
  PutEventSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
277
980
  })(PutEventSelectorsResponse || (PutEventSelectorsResponse = {}));
981
+ var InvalidInsightSelectorsException = (function (_super) {
982
+ __extends(InvalidInsightSelectorsException, _super);
983
+ function InvalidInsightSelectorsException(opts) {
984
+ var _this = _super.call(this, __assign({ name: "InvalidInsightSelectorsException", $fault: "client" }, opts)) || this;
985
+ _this.name = "InvalidInsightSelectorsException";
986
+ _this.$fault = "client";
987
+ Object.setPrototypeOf(_this, InvalidInsightSelectorsException.prototype);
988
+ _this.Message = opts.Message;
989
+ return _this;
990
+ }
991
+ return InvalidInsightSelectorsException;
992
+ }(__BaseException));
993
+ export { InvalidInsightSelectorsException };
278
994
  export var PutInsightSelectorsRequest;
279
995
  (function (PutInsightSelectorsRequest) {
280
996
  PutInsightSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -291,6 +1007,19 @@ export var RemoveTagsResponse;
291
1007
  (function (RemoveTagsResponse) {
292
1008
  RemoveTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
293
1009
  })(RemoveTagsResponse || (RemoveTagsResponse = {}));
1010
+ var InvalidEventDataStoreStatusException = (function (_super) {
1011
+ __extends(InvalidEventDataStoreStatusException, _super);
1012
+ function InvalidEventDataStoreStatusException(opts) {
1013
+ var _this = _super.call(this, __assign({ name: "InvalidEventDataStoreStatusException", $fault: "client" }, opts)) || this;
1014
+ _this.name = "InvalidEventDataStoreStatusException";
1015
+ _this.$fault = "client";
1016
+ Object.setPrototypeOf(_this, InvalidEventDataStoreStatusException.prototype);
1017
+ _this.Message = opts.Message;
1018
+ return _this;
1019
+ }
1020
+ return InvalidEventDataStoreStatusException;
1021
+ }(__BaseException));
1022
+ export { InvalidEventDataStoreStatusException };
294
1023
  export var RestoreEventDataStoreRequest;
295
1024
  (function (RestoreEventDataStoreRequest) {
296
1025
  RestoreEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -307,6 +1036,32 @@ export var StartLoggingResponse;
307
1036
  (function (StartLoggingResponse) {
308
1037
  StartLoggingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
309
1038
  })(StartLoggingResponse || (StartLoggingResponse = {}));
1039
+ var InvalidQueryStatementException = (function (_super) {
1040
+ __extends(InvalidQueryStatementException, _super);
1041
+ function InvalidQueryStatementException(opts) {
1042
+ var _this = _super.call(this, __assign({ name: "InvalidQueryStatementException", $fault: "client" }, opts)) || this;
1043
+ _this.name = "InvalidQueryStatementException";
1044
+ _this.$fault = "client";
1045
+ Object.setPrototypeOf(_this, InvalidQueryStatementException.prototype);
1046
+ _this.Message = opts.Message;
1047
+ return _this;
1048
+ }
1049
+ return InvalidQueryStatementException;
1050
+ }(__BaseException));
1051
+ export { InvalidQueryStatementException };
1052
+ var MaxConcurrentQueriesException = (function (_super) {
1053
+ __extends(MaxConcurrentQueriesException, _super);
1054
+ function MaxConcurrentQueriesException(opts) {
1055
+ var _this = _super.call(this, __assign({ name: "MaxConcurrentQueriesException", $fault: "client" }, opts)) || this;
1056
+ _this.name = "MaxConcurrentQueriesException";
1057
+ _this.$fault = "client";
1058
+ Object.setPrototypeOf(_this, MaxConcurrentQueriesException.prototype);
1059
+ _this.Message = opts.Message;
1060
+ return _this;
1061
+ }
1062
+ return MaxConcurrentQueriesException;
1063
+ }(__BaseException));
1064
+ export { MaxConcurrentQueriesException };
310
1065
  export var StartQueryRequest;
311
1066
  (function (StartQueryRequest) {
312
1067
  StartQueryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };