@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 { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
2
3
 
3
4
  export interface Tag {
4
5
 
@@ -29,88 +30,112 @@ export declare namespace AddTagsResponse {
29
30
  const filterSensitiveLog: (obj: AddTagsResponse) => any;
30
31
  }
31
32
 
32
- export interface CloudTrailARNInvalidException extends __SmithyException, $MetadataBearer {
33
- name: "CloudTrailARNInvalidException";
34
- $fault: "client";
33
+ export declare class CloudTrailARNInvalidException extends __BaseException {
34
+ readonly name: "CloudTrailARNInvalidException";
35
+ readonly $fault: "client";
35
36
 
36
37
  Message?: string;
38
+
39
+ constructor(opts: __ExceptionOptionType<CloudTrailARNInvalidException, __BaseException>);
37
40
  }
38
41
 
39
- export interface ConflictException extends __SmithyException, $MetadataBearer {
40
- name: "ConflictException";
41
- $fault: "client";
42
+ export declare class ConflictException extends __BaseException {
43
+ readonly name: "ConflictException";
44
+ readonly $fault: "client";
42
45
 
43
46
  Message?: string;
47
+
48
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
44
49
  }
45
50
 
46
- export interface EventDataStoreNotFoundException extends __SmithyException, $MetadataBearer {
47
- name: "EventDataStoreNotFoundException";
48
- $fault: "client";
51
+ export declare class EventDataStoreNotFoundException extends __BaseException {
52
+ readonly name: "EventDataStoreNotFoundException";
53
+ readonly $fault: "client";
49
54
 
50
55
  Message?: string;
56
+
57
+ constructor(opts: __ExceptionOptionType<EventDataStoreNotFoundException, __BaseException>);
51
58
  }
52
59
 
53
- export interface InactiveEventDataStoreException extends __SmithyException, $MetadataBearer {
54
- name: "InactiveEventDataStoreException";
55
- $fault: "client";
60
+ export declare class InactiveEventDataStoreException extends __BaseException {
61
+ readonly name: "InactiveEventDataStoreException";
62
+ readonly $fault: "client";
56
63
 
57
64
  Message?: string;
65
+
66
+ constructor(opts: __ExceptionOptionType<InactiveEventDataStoreException, __BaseException>);
58
67
  }
59
68
 
60
- export interface InvalidTagParameterException extends __SmithyException, $MetadataBearer {
61
- name: "InvalidTagParameterException";
62
- $fault: "client";
69
+ export declare class InvalidTagParameterException extends __BaseException {
70
+ readonly name: "InvalidTagParameterException";
71
+ readonly $fault: "client";
63
72
 
64
73
  Message?: string;
74
+
75
+ constructor(opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>);
65
76
  }
66
77
 
67
- export interface InvalidTrailNameException extends __SmithyException, $MetadataBearer {
68
- name: "InvalidTrailNameException";
69
- $fault: "client";
78
+ export declare class InvalidTrailNameException extends __BaseException {
79
+ readonly name: "InvalidTrailNameException";
80
+ readonly $fault: "client";
70
81
 
71
82
  Message?: string;
83
+
84
+ constructor(opts: __ExceptionOptionType<InvalidTrailNameException, __BaseException>);
72
85
  }
73
86
 
74
- export interface NotOrganizationMasterAccountException extends __SmithyException, $MetadataBearer {
75
- name: "NotOrganizationMasterAccountException";
76
- $fault: "client";
87
+ export declare class NotOrganizationMasterAccountException extends __BaseException {
88
+ readonly name: "NotOrganizationMasterAccountException";
89
+ readonly $fault: "client";
77
90
 
78
91
  Message?: string;
92
+
93
+ constructor(opts: __ExceptionOptionType<NotOrganizationMasterAccountException, __BaseException>);
79
94
  }
80
95
 
81
- export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
82
- name: "OperationNotPermittedException";
83
- $fault: "client";
96
+ export declare class OperationNotPermittedException extends __BaseException {
97
+ readonly name: "OperationNotPermittedException";
98
+ readonly $fault: "client";
84
99
 
85
100
  Message?: string;
101
+
102
+ constructor(opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>);
86
103
  }
87
104
 
88
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
89
- name: "ResourceNotFoundException";
90
- $fault: "client";
105
+ export declare class ResourceNotFoundException extends __BaseException {
106
+ readonly name: "ResourceNotFoundException";
107
+ readonly $fault: "client";
91
108
 
92
109
  Message?: string;
110
+
111
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
93
112
  }
94
113
 
95
- export interface ResourceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
96
- name: "ResourceTypeNotSupportedException";
97
- $fault: "client";
114
+ export declare class ResourceTypeNotSupportedException extends __BaseException {
115
+ readonly name: "ResourceTypeNotSupportedException";
116
+ readonly $fault: "client";
98
117
 
99
118
  Message?: string;
119
+
120
+ constructor(opts: __ExceptionOptionType<ResourceTypeNotSupportedException, __BaseException>);
100
121
  }
101
122
 
102
- export interface TagsLimitExceededException extends __SmithyException, $MetadataBearer {
103
- name: "TagsLimitExceededException";
104
- $fault: "client";
123
+ export declare class TagsLimitExceededException extends __BaseException {
124
+ readonly name: "TagsLimitExceededException";
125
+ readonly $fault: "client";
105
126
 
106
127
  Message?: string;
128
+
129
+ constructor(opts: __ExceptionOptionType<TagsLimitExceededException, __BaseException>);
107
130
  }
108
131
 
109
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
110
- name: "UnsupportedOperationException";
111
- $fault: "client";
132
+ export declare class UnsupportedOperationException extends __BaseException {
133
+ readonly name: "UnsupportedOperationException";
134
+ readonly $fault: "client";
112
135
 
113
136
  Message?: string;
137
+
138
+ constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
114
139
  }
115
140
 
116
141
  export interface AdvancedFieldSelector {
@@ -172,39 +197,49 @@ export declare namespace CancelQueryResponse {
172
197
  const filterSensitiveLog: (obj: CancelQueryResponse) => any;
173
198
  }
174
199
 
175
- export interface EventDataStoreARNInvalidException extends __SmithyException, $MetadataBearer {
176
- name: "EventDataStoreARNInvalidException";
177
- $fault: "client";
200
+ export declare class EventDataStoreARNInvalidException extends __BaseException {
201
+ readonly name: "EventDataStoreARNInvalidException";
202
+ readonly $fault: "client";
178
203
 
179
204
  Message?: string;
205
+
206
+ constructor(opts: __ExceptionOptionType<EventDataStoreARNInvalidException, __BaseException>);
180
207
  }
181
208
 
182
- export interface InactiveQueryException extends __SmithyException, $MetadataBearer {
183
- name: "InactiveQueryException";
184
- $fault: "client";
209
+ export declare class InactiveQueryException extends __BaseException {
210
+ readonly name: "InactiveQueryException";
211
+ readonly $fault: "client";
185
212
 
186
213
  Message?: string;
214
+
215
+ constructor(opts: __ExceptionOptionType<InactiveQueryException, __BaseException>);
187
216
  }
188
217
 
189
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
190
- name: "InvalidParameterException";
191
- $fault: "client";
218
+ export declare class InvalidParameterException extends __BaseException {
219
+ readonly name: "InvalidParameterException";
220
+ readonly $fault: "client";
192
221
 
193
222
  Message?: string;
223
+
224
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
194
225
  }
195
226
 
196
- export interface QueryIdNotFoundException extends __SmithyException, $MetadataBearer {
197
- name: "QueryIdNotFoundException";
198
- $fault: "client";
227
+ export declare class QueryIdNotFoundException extends __BaseException {
228
+ readonly name: "QueryIdNotFoundException";
229
+ readonly $fault: "client";
199
230
 
200
231
  Message?: string;
232
+
233
+ constructor(opts: __ExceptionOptionType<QueryIdNotFoundException, __BaseException>);
201
234
  }
202
235
 
203
- export interface CloudTrailAccessNotEnabledException extends __SmithyException, $MetadataBearer {
204
- name: "CloudTrailAccessNotEnabledException";
205
- $fault: "client";
236
+ export declare class CloudTrailAccessNotEnabledException extends __BaseException {
237
+ readonly name: "CloudTrailAccessNotEnabledException";
238
+ readonly $fault: "client";
206
239
 
207
240
  Message?: string;
241
+
242
+ constructor(opts: __ExceptionOptionType<CloudTrailAccessNotEnabledException, __BaseException>);
208
243
  }
209
244
  export interface CreateEventDataStoreRequest {
210
245
 
@@ -260,53 +295,67 @@ export declare namespace CreateEventDataStoreResponse {
260
295
  const filterSensitiveLog: (obj: CreateEventDataStoreResponse) => any;
261
296
  }
262
297
 
263
- export interface EventDataStoreAlreadyExistsException extends __SmithyException, $MetadataBearer {
264
- name: "EventDataStoreAlreadyExistsException";
265
- $fault: "client";
298
+ export declare class EventDataStoreAlreadyExistsException extends __BaseException {
299
+ readonly name: "EventDataStoreAlreadyExistsException";
300
+ readonly $fault: "client";
266
301
 
267
302
  Message?: string;
303
+
304
+ constructor(opts: __ExceptionOptionType<EventDataStoreAlreadyExistsException, __BaseException>);
268
305
  }
269
306
 
270
- export interface EventDataStoreMaxLimitExceededException extends __SmithyException, $MetadataBearer {
271
- name: "EventDataStoreMaxLimitExceededException";
272
- $fault: "client";
307
+ export declare class EventDataStoreMaxLimitExceededException extends __BaseException {
308
+ readonly name: "EventDataStoreMaxLimitExceededException";
309
+ readonly $fault: "client";
273
310
 
274
311
  Message?: string;
312
+
313
+ constructor(opts: __ExceptionOptionType<EventDataStoreMaxLimitExceededException, __BaseException>);
275
314
  }
276
315
 
277
- export interface InsufficientDependencyServiceAccessPermissionException extends __SmithyException, $MetadataBearer {
278
- name: "InsufficientDependencyServiceAccessPermissionException";
279
- $fault: "client";
316
+ export declare class InsufficientDependencyServiceAccessPermissionException extends __BaseException {
317
+ readonly name: "InsufficientDependencyServiceAccessPermissionException";
318
+ readonly $fault: "client";
280
319
 
281
320
  Message?: string;
321
+
322
+ constructor(opts: __ExceptionOptionType<InsufficientDependencyServiceAccessPermissionException, __BaseException>);
282
323
  }
283
324
 
284
- export interface OrganizationNotInAllFeaturesModeException extends __SmithyException, $MetadataBearer {
285
- name: "OrganizationNotInAllFeaturesModeException";
286
- $fault: "client";
325
+ export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
326
+ readonly name: "OrganizationNotInAllFeaturesModeException";
327
+ readonly $fault: "client";
287
328
 
288
329
  Message?: string;
330
+
331
+ constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
289
332
  }
290
333
 
291
- export interface OrganizationsNotInUseException extends __SmithyException, $MetadataBearer {
292
- name: "OrganizationsNotInUseException";
293
- $fault: "client";
334
+ export declare class OrganizationsNotInUseException extends __BaseException {
335
+ readonly name: "OrganizationsNotInUseException";
336
+ readonly $fault: "client";
294
337
 
295
338
  Message?: string;
339
+
340
+ constructor(opts: __ExceptionOptionType<OrganizationsNotInUseException, __BaseException>);
296
341
  }
297
342
 
298
- export interface CloudTrailInvalidClientTokenIdException extends __SmithyException, $MetadataBearer {
299
- name: "CloudTrailInvalidClientTokenIdException";
300
- $fault: "client";
343
+ export declare class CloudTrailInvalidClientTokenIdException extends __BaseException {
344
+ readonly name: "CloudTrailInvalidClientTokenIdException";
345
+ readonly $fault: "client";
301
346
 
302
347
  Message?: string;
348
+
349
+ constructor(opts: __ExceptionOptionType<CloudTrailInvalidClientTokenIdException, __BaseException>);
303
350
  }
304
351
 
305
- export interface CloudWatchLogsDeliveryUnavailableException extends __SmithyException, $MetadataBearer {
306
- name: "CloudWatchLogsDeliveryUnavailableException";
307
- $fault: "client";
352
+ export declare class CloudWatchLogsDeliveryUnavailableException extends __BaseException {
353
+ readonly name: "CloudWatchLogsDeliveryUnavailableException";
354
+ readonly $fault: "client";
308
355
 
309
356
  Message?: string;
357
+
358
+ constructor(opts: __ExceptionOptionType<CloudWatchLogsDeliveryUnavailableException, __BaseException>);
310
359
  }
311
360
 
312
361
  export interface CreateTrailRequest {
@@ -373,123 +422,157 @@ export declare namespace CreateTrailResponse {
373
422
  const filterSensitiveLog: (obj: CreateTrailResponse) => any;
374
423
  }
375
424
 
376
- export interface InsufficientEncryptionPolicyException extends __SmithyException, $MetadataBearer {
377
- name: "InsufficientEncryptionPolicyException";
378
- $fault: "client";
425
+ export declare class InsufficientEncryptionPolicyException extends __BaseException {
426
+ readonly name: "InsufficientEncryptionPolicyException";
427
+ readonly $fault: "client";
379
428
 
380
429
  Message?: string;
430
+
431
+ constructor(opts: __ExceptionOptionType<InsufficientEncryptionPolicyException, __BaseException>);
381
432
  }
382
433
 
383
- export interface InsufficientS3BucketPolicyException extends __SmithyException, $MetadataBearer {
384
- name: "InsufficientS3BucketPolicyException";
385
- $fault: "client";
434
+ export declare class InsufficientS3BucketPolicyException extends __BaseException {
435
+ readonly name: "InsufficientS3BucketPolicyException";
436
+ readonly $fault: "client";
386
437
 
387
438
  Message?: string;
439
+
440
+ constructor(opts: __ExceptionOptionType<InsufficientS3BucketPolicyException, __BaseException>);
388
441
  }
389
442
 
390
- export interface InsufficientSnsTopicPolicyException extends __SmithyException, $MetadataBearer {
391
- name: "InsufficientSnsTopicPolicyException";
392
- $fault: "client";
443
+ export declare class InsufficientSnsTopicPolicyException extends __BaseException {
444
+ readonly name: "InsufficientSnsTopicPolicyException";
445
+ readonly $fault: "client";
393
446
 
394
447
  Message?: string;
448
+
449
+ constructor(opts: __ExceptionOptionType<InsufficientSnsTopicPolicyException, __BaseException>);
395
450
  }
396
451
 
397
- export interface InvalidCloudWatchLogsLogGroupArnException extends __SmithyException, $MetadataBearer {
398
- name: "InvalidCloudWatchLogsLogGroupArnException";
399
- $fault: "client";
452
+ export declare class InvalidCloudWatchLogsLogGroupArnException extends __BaseException {
453
+ readonly name: "InvalidCloudWatchLogsLogGroupArnException";
454
+ readonly $fault: "client";
400
455
 
401
456
  Message?: string;
457
+
458
+ constructor(opts: __ExceptionOptionType<InvalidCloudWatchLogsLogGroupArnException, __BaseException>);
402
459
  }
403
460
 
404
- export interface InvalidCloudWatchLogsRoleArnException extends __SmithyException, $MetadataBearer {
405
- name: "InvalidCloudWatchLogsRoleArnException";
406
- $fault: "client";
461
+ export declare class InvalidCloudWatchLogsRoleArnException extends __BaseException {
462
+ readonly name: "InvalidCloudWatchLogsRoleArnException";
463
+ readonly $fault: "client";
407
464
 
408
465
  Message?: string;
466
+
467
+ constructor(opts: __ExceptionOptionType<InvalidCloudWatchLogsRoleArnException, __BaseException>);
409
468
  }
410
469
 
411
- export interface InvalidKmsKeyIdException extends __SmithyException, $MetadataBearer {
412
- name: "InvalidKmsKeyIdException";
413
- $fault: "client";
470
+ export declare class InvalidKmsKeyIdException extends __BaseException {
471
+ readonly name: "InvalidKmsKeyIdException";
472
+ readonly $fault: "client";
414
473
 
415
474
  Message?: string;
475
+
476
+ constructor(opts: __ExceptionOptionType<InvalidKmsKeyIdException, __BaseException>);
416
477
  }
417
478
 
418
- export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
419
- name: "InvalidParameterCombinationException";
420
- $fault: "client";
479
+ export declare class InvalidParameterCombinationException extends __BaseException {
480
+ readonly name: "InvalidParameterCombinationException";
481
+ readonly $fault: "client";
421
482
 
422
483
  Message?: string;
484
+
485
+ constructor(opts: __ExceptionOptionType<InvalidParameterCombinationException, __BaseException>);
423
486
  }
424
487
 
425
- export interface InvalidS3BucketNameException extends __SmithyException, $MetadataBearer {
426
- name: "InvalidS3BucketNameException";
427
- $fault: "client";
488
+ export declare class InvalidS3BucketNameException extends __BaseException {
489
+ readonly name: "InvalidS3BucketNameException";
490
+ readonly $fault: "client";
428
491
 
429
492
  Message?: string;
493
+
494
+ constructor(opts: __ExceptionOptionType<InvalidS3BucketNameException, __BaseException>);
430
495
  }
431
496
 
432
- export interface InvalidS3PrefixException extends __SmithyException, $MetadataBearer {
433
- name: "InvalidS3PrefixException";
434
- $fault: "client";
497
+ export declare class InvalidS3PrefixException extends __BaseException {
498
+ readonly name: "InvalidS3PrefixException";
499
+ readonly $fault: "client";
435
500
 
436
501
  Message?: string;
502
+
503
+ constructor(opts: __ExceptionOptionType<InvalidS3PrefixException, __BaseException>);
437
504
  }
438
505
 
439
- export interface InvalidSnsTopicNameException extends __SmithyException, $MetadataBearer {
440
- name: "InvalidSnsTopicNameException";
441
- $fault: "client";
506
+ export declare class InvalidSnsTopicNameException extends __BaseException {
507
+ readonly name: "InvalidSnsTopicNameException";
508
+ readonly $fault: "client";
442
509
 
443
510
  Message?: string;
511
+
512
+ constructor(opts: __ExceptionOptionType<InvalidSnsTopicNameException, __BaseException>);
444
513
  }
445
514
 
446
- export interface KmsException extends __SmithyException, $MetadataBearer {
447
- name: "KmsException";
448
- $fault: "client";
515
+ export declare class KmsException extends __BaseException {
516
+ readonly name: "KmsException";
517
+ readonly $fault: "client";
449
518
 
450
519
  Message?: string;
520
+
521
+ constructor(opts: __ExceptionOptionType<KmsException, __BaseException>);
451
522
  }
452
523
 
453
- export interface KmsKeyDisabledException extends __SmithyException, $MetadataBearer {
454
- name: "KmsKeyDisabledException";
455
- $fault: "client";
524
+ export declare class KmsKeyDisabledException extends __BaseException {
525
+ readonly name: "KmsKeyDisabledException";
526
+ readonly $fault: "client";
456
527
 
457
528
  Message?: string;
529
+
530
+ constructor(opts: __ExceptionOptionType<KmsKeyDisabledException, __BaseException>);
458
531
  }
459
532
 
460
- export interface KmsKeyNotFoundException extends __SmithyException, $MetadataBearer {
461
- name: "KmsKeyNotFoundException";
462
- $fault: "client";
533
+ export declare class KmsKeyNotFoundException extends __BaseException {
534
+ readonly name: "KmsKeyNotFoundException";
535
+ readonly $fault: "client";
463
536
 
464
537
  Message?: string;
538
+
539
+ constructor(opts: __ExceptionOptionType<KmsKeyNotFoundException, __BaseException>);
465
540
  }
466
541
 
467
- export interface MaximumNumberOfTrailsExceededException extends __SmithyException, $MetadataBearer {
468
- name: "MaximumNumberOfTrailsExceededException";
469
- $fault: "client";
542
+ export declare class MaximumNumberOfTrailsExceededException extends __BaseException {
543
+ readonly name: "MaximumNumberOfTrailsExceededException";
544
+ readonly $fault: "client";
470
545
 
471
546
  Message?: string;
547
+
548
+ constructor(opts: __ExceptionOptionType<MaximumNumberOfTrailsExceededException, __BaseException>);
472
549
  }
473
550
 
474
- export interface S3BucketDoesNotExistException extends __SmithyException, $MetadataBearer {
475
- name: "S3BucketDoesNotExistException";
476
- $fault: "client";
551
+ export declare class S3BucketDoesNotExistException extends __BaseException {
552
+ readonly name: "S3BucketDoesNotExistException";
553
+ readonly $fault: "client";
477
554
 
478
555
  Message?: string;
556
+
557
+ constructor(opts: __ExceptionOptionType<S3BucketDoesNotExistException, __BaseException>);
479
558
  }
480
559
 
481
- export interface TrailAlreadyExistsException extends __SmithyException, $MetadataBearer {
482
- name: "TrailAlreadyExistsException";
483
- $fault: "client";
560
+ export declare class TrailAlreadyExistsException extends __BaseException {
561
+ readonly name: "TrailAlreadyExistsException";
562
+ readonly $fault: "client";
484
563
 
485
564
  Message?: string;
565
+
566
+ constructor(opts: __ExceptionOptionType<TrailAlreadyExistsException, __BaseException>);
486
567
  }
487
568
 
488
- export interface TrailNotProvidedException extends __SmithyException, $MetadataBearer {
489
- name: "TrailNotProvidedException";
490
- $fault: "client";
569
+ export declare class TrailNotProvidedException extends __BaseException {
570
+ readonly name: "TrailNotProvidedException";
571
+ readonly $fault: "client";
491
572
 
492
573
  Message?: string;
574
+
575
+ constructor(opts: __ExceptionOptionType<TrailNotProvidedException, __BaseException>);
493
576
  }
494
577
  export interface DeleteEventDataStoreRequest {
495
578
 
@@ -506,11 +589,13 @@ export declare namespace DeleteEventDataStoreResponse {
506
589
  const filterSensitiveLog: (obj: DeleteEventDataStoreResponse) => any;
507
590
  }
508
591
 
509
- export interface EventDataStoreTerminationProtectedException extends __SmithyException, $MetadataBearer {
510
- name: "EventDataStoreTerminationProtectedException";
511
- $fault: "client";
592
+ export declare class EventDataStoreTerminationProtectedException extends __BaseException {
593
+ readonly name: "EventDataStoreTerminationProtectedException";
594
+ readonly $fault: "client";
512
595
 
513
596
  Message?: string;
597
+
598
+ constructor(opts: __ExceptionOptionType<EventDataStoreTerminationProtectedException, __BaseException>);
514
599
  }
515
600
 
516
601
  export interface DeleteTrailRequest {
@@ -529,18 +614,22 @@ export declare namespace DeleteTrailResponse {
529
614
  const filterSensitiveLog: (obj: DeleteTrailResponse) => any;
530
615
  }
531
616
 
532
- export interface InvalidHomeRegionException extends __SmithyException, $MetadataBearer {
533
- name: "InvalidHomeRegionException";
534
- $fault: "client";
617
+ export declare class InvalidHomeRegionException extends __BaseException {
618
+ readonly name: "InvalidHomeRegionException";
619
+ readonly $fault: "client";
535
620
 
536
621
  Message?: string;
622
+
623
+ constructor(opts: __ExceptionOptionType<InvalidHomeRegionException, __BaseException>);
537
624
  }
538
625
 
539
- export interface TrailNotFoundException extends __SmithyException, $MetadataBearer {
540
- name: "TrailNotFoundException";
541
- $fault: "client";
626
+ export declare class TrailNotFoundException extends __BaseException {
627
+ readonly name: "TrailNotFoundException";
628
+ readonly $fault: "client";
542
629
 
543
630
  Message?: string;
631
+
632
+ constructor(opts: __ExceptionOptionType<TrailNotFoundException, __BaseException>);
544
633
  }
545
634
  export interface DescribeQueryRequest {
546
635
 
@@ -759,11 +848,13 @@ export declare namespace GetInsightSelectorsResponse {
759
848
  const filterSensitiveLog: (obj: GetInsightSelectorsResponse) => any;
760
849
  }
761
850
 
762
- export interface InsightNotEnabledException extends __SmithyException, $MetadataBearer {
763
- name: "InsightNotEnabledException";
764
- $fault: "client";
851
+ export declare class InsightNotEnabledException extends __BaseException {
852
+ readonly name: "InsightNotEnabledException";
853
+ readonly $fault: "client";
765
854
 
766
855
  Message?: string;
856
+
857
+ constructor(opts: __ExceptionOptionType<InsightNotEnabledException, __BaseException>);
767
858
  }
768
859
  export interface GetQueryResultsRequest {
769
860
 
@@ -809,18 +900,22 @@ export declare namespace GetQueryResultsResponse {
809
900
  const filterSensitiveLog: (obj: GetQueryResultsResponse) => any;
810
901
  }
811
902
 
812
- export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
813
- name: "InvalidMaxResultsException";
814
- $fault: "client";
903
+ export declare class InvalidMaxResultsException extends __BaseException {
904
+ readonly name: "InvalidMaxResultsException";
905
+ readonly $fault: "client";
815
906
 
816
907
  Message?: string;
908
+
909
+ constructor(opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>);
817
910
  }
818
911
 
819
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
820
- name: "InvalidNextTokenException";
821
- $fault: "client";
912
+ export declare class InvalidNextTokenException extends __BaseException {
913
+ readonly name: "InvalidNextTokenException";
914
+ readonly $fault: "client";
822
915
 
823
916
  Message?: string;
917
+
918
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
824
919
  }
825
920
  export interface GetTrailRequest {
826
921
 
@@ -936,18 +1031,22 @@ export declare namespace ListEventDataStoresResponse {
936
1031
  const filterSensitiveLog: (obj: ListEventDataStoresResponse) => any;
937
1032
  }
938
1033
 
939
- export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
940
- name: "InvalidTimeRangeException";
941
- $fault: "client";
1034
+ export declare class InvalidTimeRangeException extends __BaseException {
1035
+ readonly name: "InvalidTimeRangeException";
1036
+ readonly $fault: "client";
942
1037
 
943
1038
  Message?: string;
1039
+
1040
+ constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
944
1041
  }
945
1042
 
946
- export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
947
- name: "InvalidTokenException";
948
- $fault: "client";
1043
+ export declare class InvalidTokenException extends __BaseException {
1044
+ readonly name: "InvalidTokenException";
1045
+ readonly $fault: "client";
949
1046
 
950
1047
  Message?: string;
1048
+
1049
+ constructor(opts: __ExceptionOptionType<InvalidTokenException, __BaseException>);
951
1050
  }
952
1051
 
953
1052
  export interface ListPublicKeysRequest {
@@ -989,18 +1088,22 @@ export declare namespace ListPublicKeysResponse {
989
1088
  const filterSensitiveLog: (obj: ListPublicKeysResponse) => any;
990
1089
  }
991
1090
 
992
- export interface InvalidDateRangeException extends __SmithyException, $MetadataBearer {
993
- name: "InvalidDateRangeException";
994
- $fault: "client";
1091
+ export declare class InvalidDateRangeException extends __BaseException {
1092
+ readonly name: "InvalidDateRangeException";
1093
+ readonly $fault: "client";
995
1094
 
996
1095
  Message?: string;
1096
+
1097
+ constructor(opts: __ExceptionOptionType<InvalidDateRangeException, __BaseException>);
997
1098
  }
998
1099
 
999
- export interface InvalidQueryStatusException extends __SmithyException, $MetadataBearer {
1000
- name: "InvalidQueryStatusException";
1001
- $fault: "client";
1100
+ export declare class InvalidQueryStatusException extends __BaseException {
1101
+ readonly name: "InvalidQueryStatusException";
1102
+ readonly $fault: "client";
1002
1103
 
1003
1104
  Message?: string;
1105
+
1106
+ constructor(opts: __ExceptionOptionType<InvalidQueryStatusException, __BaseException>);
1004
1107
  }
1005
1108
  export interface ListQueriesRequest {
1006
1109
 
@@ -1108,18 +1211,22 @@ export declare namespace ListTrailsResponse {
1108
1211
  const filterSensitiveLog: (obj: ListTrailsResponse) => any;
1109
1212
  }
1110
1213
 
1111
- export interface InvalidEventCategoryException extends __SmithyException, $MetadataBearer {
1112
- name: "InvalidEventCategoryException";
1113
- $fault: "client";
1214
+ export declare class InvalidEventCategoryException extends __BaseException {
1215
+ readonly name: "InvalidEventCategoryException";
1216
+ readonly $fault: "client";
1114
1217
 
1115
1218
  Message?: string;
1219
+
1220
+ constructor(opts: __ExceptionOptionType<InvalidEventCategoryException, __BaseException>);
1116
1221
  }
1117
1222
 
1118
- export interface InvalidLookupAttributesException extends __SmithyException, $MetadataBearer {
1119
- name: "InvalidLookupAttributesException";
1120
- $fault: "client";
1223
+ export declare class InvalidLookupAttributesException extends __BaseException {
1224
+ readonly name: "InvalidLookupAttributesException";
1225
+ readonly $fault: "client";
1121
1226
 
1122
1227
  Message?: string;
1228
+
1229
+ constructor(opts: __ExceptionOptionType<InvalidLookupAttributesException, __BaseException>);
1123
1230
  }
1124
1231
  export declare enum EventCategory {
1125
1232
  Insight = "insight"
@@ -1212,11 +1319,13 @@ export declare namespace LookupEventsResponse {
1212
1319
  const filterSensitiveLog: (obj: LookupEventsResponse) => any;
1213
1320
  }
1214
1321
 
1215
- export interface InvalidEventSelectorsException extends __SmithyException, $MetadataBearer {
1216
- name: "InvalidEventSelectorsException";
1217
- $fault: "client";
1322
+ export declare class InvalidEventSelectorsException extends __BaseException {
1323
+ readonly name: "InvalidEventSelectorsException";
1324
+ readonly $fault: "client";
1218
1325
 
1219
1326
  Message?: string;
1327
+
1328
+ constructor(opts: __ExceptionOptionType<InvalidEventSelectorsException, __BaseException>);
1220
1329
  }
1221
1330
  export interface PutEventSelectorsRequest {
1222
1331
 
@@ -1243,11 +1352,13 @@ export declare namespace PutEventSelectorsResponse {
1243
1352
  const filterSensitiveLog: (obj: PutEventSelectorsResponse) => any;
1244
1353
  }
1245
1354
 
1246
- export interface InvalidInsightSelectorsException extends __SmithyException, $MetadataBearer {
1247
- name: "InvalidInsightSelectorsException";
1248
- $fault: "client";
1355
+ export declare class InvalidInsightSelectorsException extends __BaseException {
1356
+ readonly name: "InvalidInsightSelectorsException";
1357
+ readonly $fault: "client";
1249
1358
 
1250
1359
  Message?: string;
1360
+
1361
+ constructor(opts: __ExceptionOptionType<InvalidInsightSelectorsException, __BaseException>);
1251
1362
  }
1252
1363
  export interface PutInsightSelectorsRequest {
1253
1364
 
@@ -1288,11 +1399,13 @@ export declare namespace RemoveTagsResponse {
1288
1399
  const filterSensitiveLog: (obj: RemoveTagsResponse) => any;
1289
1400
  }
1290
1401
 
1291
- export interface InvalidEventDataStoreStatusException extends __SmithyException, $MetadataBearer {
1292
- name: "InvalidEventDataStoreStatusException";
1293
- $fault: "client";
1402
+ export declare class InvalidEventDataStoreStatusException extends __BaseException {
1403
+ readonly name: "InvalidEventDataStoreStatusException";
1404
+ readonly $fault: "client";
1294
1405
 
1295
1406
  Message?: string;
1407
+
1408
+ constructor(opts: __ExceptionOptionType<InvalidEventDataStoreStatusException, __BaseException>);
1296
1409
  }
1297
1410
  export interface RestoreEventDataStoreRequest {
1298
1411
 
@@ -1345,18 +1458,22 @@ export declare namespace StartLoggingResponse {
1345
1458
  const filterSensitiveLog: (obj: StartLoggingResponse) => any;
1346
1459
  }
1347
1460
 
1348
- export interface InvalidQueryStatementException extends __SmithyException, $MetadataBearer {
1349
- name: "InvalidQueryStatementException";
1350
- $fault: "client";
1461
+ export declare class InvalidQueryStatementException extends __BaseException {
1462
+ readonly name: "InvalidQueryStatementException";
1463
+ readonly $fault: "client";
1351
1464
 
1352
1465
  Message?: string;
1466
+
1467
+ constructor(opts: __ExceptionOptionType<InvalidQueryStatementException, __BaseException>);
1353
1468
  }
1354
1469
 
1355
- export interface MaxConcurrentQueriesException extends __SmithyException, $MetadataBearer {
1356
- name: "MaxConcurrentQueriesException";
1357
- $fault: "client";
1470
+ export declare class MaxConcurrentQueriesException extends __BaseException {
1471
+ readonly name: "MaxConcurrentQueriesException";
1472
+ readonly $fault: "client";
1358
1473
 
1359
1474
  Message?: string;
1475
+
1476
+ constructor(opts: __ExceptionOptionType<MaxConcurrentQueriesException, __BaseException>);
1360
1477
  }
1361
1478
  export interface StartQueryRequest {
1362
1479