@aws-sdk/client-cloudtrail 3.52.0 → 3.54.1

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