@aws-sdk/client-cloudtrail 3.47.1 → 3.50.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.
Files changed (55) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist-types/CloudTrail.d.ts +2 -2
  3. package/dist-types/commands/DeleteEventDataStoreCommand.d.ts +2 -2
  4. package/dist-types/models/models_0.d.ts +24 -3
  5. package/package.json +39 -33
  6. package/dist-types/ts3.4/CloudTrail.d.ts +0 -150
  7. package/dist-types/ts3.4/CloudTrailClient.d.ts +0 -102
  8. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/index.d.ts +0 -29
  38. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  39. package/dist-types/ts3.4/index.d.ts +0 -5
  40. package/dist-types/ts3.4/models/index.d.ts +0 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +0 -1500
  42. package/dist-types/ts3.4/pagination/GetQueryResultsPaginator.d.ts +0 -4
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  44. package/dist-types/ts3.4/pagination/ListEventDataStoresPaginator.d.ts +0 -4
  45. package/dist-types/ts3.4/pagination/ListPublicKeysPaginator.d.ts +0 -4
  46. package/dist-types/ts3.4/pagination/ListQueriesPaginator.d.ts +0 -4
  47. package/dist-types/ts3.4/pagination/ListTagsPaginator.d.ts +0 -4
  48. package/dist-types/ts3.4/pagination/ListTrailsPaginator.d.ts +0 -4
  49. package/dist-types/ts3.4/pagination/LookupEventsPaginator.d.ts +0 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +0 -8
  51. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -89
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
@@ -1,1500 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
-
3
- export interface Tag {
4
-
5
- Key: string | undefined;
6
-
7
- Value?: string;
8
- }
9
- export declare namespace Tag {
10
-
11
- const filterSensitiveLog: (obj: Tag) => any;
12
- }
13
-
14
- export interface AddTagsRequest {
15
-
16
- ResourceId: string | undefined;
17
-
18
- TagsList: Tag[] | undefined;
19
- }
20
- export declare namespace AddTagsRequest {
21
-
22
- const filterSensitiveLog: (obj: AddTagsRequest) => any;
23
- }
24
-
25
- export interface AddTagsResponse {
26
- }
27
- export declare namespace AddTagsResponse {
28
-
29
- const filterSensitiveLog: (obj: AddTagsResponse) => any;
30
- }
31
-
32
- export interface CloudTrailARNInvalidException extends __SmithyException, $MetadataBearer {
33
- name: "CloudTrailARNInvalidException";
34
- $fault: "client";
35
-
36
- Message?: string;
37
- }
38
-
39
- export interface ConflictException extends __SmithyException, $MetadataBearer {
40
- name: "ConflictException";
41
- $fault: "client";
42
-
43
- Message?: string;
44
- }
45
-
46
- export interface EventDataStoreNotFoundException extends __SmithyException, $MetadataBearer {
47
- name: "EventDataStoreNotFoundException";
48
- $fault: "client";
49
-
50
- Message?: string;
51
- }
52
-
53
- export interface InactiveEventDataStoreException extends __SmithyException, $MetadataBearer {
54
- name: "InactiveEventDataStoreException";
55
- $fault: "client";
56
-
57
- Message?: string;
58
- }
59
-
60
- export interface InvalidTagParameterException extends __SmithyException, $MetadataBearer {
61
- name: "InvalidTagParameterException";
62
- $fault: "client";
63
-
64
- Message?: string;
65
- }
66
-
67
- export interface InvalidTrailNameException extends __SmithyException, $MetadataBearer {
68
- name: "InvalidTrailNameException";
69
- $fault: "client";
70
-
71
- Message?: string;
72
- }
73
-
74
- export interface NotOrganizationMasterAccountException extends __SmithyException, $MetadataBearer {
75
- name: "NotOrganizationMasterAccountException";
76
- $fault: "client";
77
-
78
- Message?: string;
79
- }
80
-
81
- export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
82
- name: "OperationNotPermittedException";
83
- $fault: "client";
84
-
85
- Message?: string;
86
- }
87
-
88
- export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
89
- name: "ResourceNotFoundException";
90
- $fault: "client";
91
-
92
- Message?: string;
93
- }
94
-
95
- export interface ResourceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
96
- name: "ResourceTypeNotSupportedException";
97
- $fault: "client";
98
-
99
- Message?: string;
100
- }
101
-
102
- export interface TagsLimitExceededException extends __SmithyException, $MetadataBearer {
103
- name: "TagsLimitExceededException";
104
- $fault: "client";
105
-
106
- Message?: string;
107
- }
108
-
109
- export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
110
- name: "UnsupportedOperationException";
111
- $fault: "client";
112
-
113
- Message?: string;
114
- }
115
-
116
- export interface AdvancedFieldSelector {
117
-
118
- Field: string | undefined;
119
-
120
- Equals?: string[];
121
-
122
- StartsWith?: string[];
123
-
124
- EndsWith?: string[];
125
-
126
- NotEquals?: string[];
127
-
128
- NotStartsWith?: string[];
129
-
130
- NotEndsWith?: string[];
131
- }
132
- export declare namespace AdvancedFieldSelector {
133
-
134
- const filterSensitiveLog: (obj: AdvancedFieldSelector) => any;
135
- }
136
-
137
- export interface AdvancedEventSelector {
138
-
139
- Name?: string;
140
-
141
- FieldSelectors: AdvancedFieldSelector[] | undefined;
142
- }
143
- export declare namespace AdvancedEventSelector {
144
-
145
- const filterSensitiveLog: (obj: AdvancedEventSelector) => any;
146
- }
147
- export interface CancelQueryRequest {
148
-
149
- EventDataStore: string | undefined;
150
-
151
- QueryId: string | undefined;
152
- }
153
- export declare namespace CancelQueryRequest {
154
-
155
- const filterSensitiveLog: (obj: CancelQueryRequest) => any;
156
- }
157
- export declare enum QueryStatus {
158
- CANCELLED = "CANCELLED",
159
- FAILED = "FAILED",
160
- FINISHED = "FINISHED",
161
- QUEUED = "QUEUED",
162
- RUNNING = "RUNNING"
163
- }
164
- export interface CancelQueryResponse {
165
-
166
- QueryId: string | undefined;
167
-
168
- QueryStatus: QueryStatus | string | undefined;
169
- }
170
- export declare namespace CancelQueryResponse {
171
-
172
- const filterSensitiveLog: (obj: CancelQueryResponse) => any;
173
- }
174
-
175
- export interface EventDataStoreARNInvalidException extends __SmithyException, $MetadataBearer {
176
- name: "EventDataStoreARNInvalidException";
177
- $fault: "client";
178
-
179
- Message?: string;
180
- }
181
-
182
- export interface InactiveQueryException extends __SmithyException, $MetadataBearer {
183
- name: "InactiveQueryException";
184
- $fault: "client";
185
-
186
- Message?: string;
187
- }
188
-
189
- export interface InvalidParameterException extends __SmithyException, $MetadataBearer {
190
- name: "InvalidParameterException";
191
- $fault: "client";
192
-
193
- Message?: string;
194
- }
195
-
196
- export interface QueryIdNotFoundException extends __SmithyException, $MetadataBearer {
197
- name: "QueryIdNotFoundException";
198
- $fault: "client";
199
-
200
- Message?: string;
201
- }
202
-
203
- export interface CloudTrailAccessNotEnabledException extends __SmithyException, $MetadataBearer {
204
- name: "CloudTrailAccessNotEnabledException";
205
- $fault: "client";
206
-
207
- Message?: string;
208
- }
209
- export interface CreateEventDataStoreRequest {
210
-
211
- Name: string | undefined;
212
-
213
- AdvancedEventSelectors?: AdvancedEventSelector[];
214
-
215
- MultiRegionEnabled?: boolean;
216
-
217
- OrganizationEnabled?: boolean;
218
-
219
- RetentionPeriod?: number;
220
-
221
- TerminationProtectionEnabled?: boolean;
222
-
223
- TagsList?: Tag[];
224
- }
225
- export declare namespace CreateEventDataStoreRequest {
226
-
227
- const filterSensitiveLog: (obj: CreateEventDataStoreRequest) => any;
228
- }
229
- export declare enum EventDataStoreStatus {
230
- CREATED = "CREATED",
231
- ENABLED = "ENABLED",
232
- PENDING_DELETION = "PENDING_DELETION"
233
- }
234
- export interface CreateEventDataStoreResponse {
235
-
236
- EventDataStoreArn?: string;
237
-
238
- Name?: string;
239
-
240
- Status?: EventDataStoreStatus | string;
241
-
242
- AdvancedEventSelectors?: AdvancedEventSelector[];
243
-
244
- MultiRegionEnabled?: boolean;
245
-
246
- OrganizationEnabled?: boolean;
247
-
248
- RetentionPeriod?: number;
249
-
250
- TerminationProtectionEnabled?: boolean;
251
-
252
- TagsList?: Tag[];
253
-
254
- CreatedTimestamp?: Date;
255
-
256
- UpdatedTimestamp?: Date;
257
- }
258
- export declare namespace CreateEventDataStoreResponse {
259
-
260
- const filterSensitiveLog: (obj: CreateEventDataStoreResponse) => any;
261
- }
262
-
263
- export interface EventDataStoreAlreadyExistsException extends __SmithyException, $MetadataBearer {
264
- name: "EventDataStoreAlreadyExistsException";
265
- $fault: "client";
266
-
267
- Message?: string;
268
- }
269
-
270
- export interface EventDataStoreMaxLimitExceededException extends __SmithyException, $MetadataBearer {
271
- name: "EventDataStoreMaxLimitExceededException";
272
- $fault: "client";
273
-
274
- Message?: string;
275
- }
276
-
277
- export interface InsufficientDependencyServiceAccessPermissionException extends __SmithyException, $MetadataBearer {
278
- name: "InsufficientDependencyServiceAccessPermissionException";
279
- $fault: "client";
280
-
281
- Message?: string;
282
- }
283
-
284
- export interface OrganizationNotInAllFeaturesModeException extends __SmithyException, $MetadataBearer {
285
- name: "OrganizationNotInAllFeaturesModeException";
286
- $fault: "client";
287
-
288
- Message?: string;
289
- }
290
-
291
- export interface OrganizationsNotInUseException extends __SmithyException, $MetadataBearer {
292
- name: "OrganizationsNotInUseException";
293
- $fault: "client";
294
-
295
- Message?: string;
296
- }
297
-
298
- export interface CloudTrailInvalidClientTokenIdException extends __SmithyException, $MetadataBearer {
299
- name: "CloudTrailInvalidClientTokenIdException";
300
- $fault: "client";
301
-
302
- Message?: string;
303
- }
304
-
305
- export interface CloudWatchLogsDeliveryUnavailableException extends __SmithyException, $MetadataBearer {
306
- name: "CloudWatchLogsDeliveryUnavailableException";
307
- $fault: "client";
308
-
309
- Message?: string;
310
- }
311
-
312
- export interface CreateTrailRequest {
313
-
314
- Name: string | undefined;
315
-
316
- S3BucketName: string | undefined;
317
-
318
- S3KeyPrefix?: string;
319
-
320
- SnsTopicName?: string;
321
-
322
- IncludeGlobalServiceEvents?: boolean;
323
-
324
- IsMultiRegionTrail?: boolean;
325
-
326
- EnableLogFileValidation?: boolean;
327
-
328
- CloudWatchLogsLogGroupArn?: string;
329
-
330
- CloudWatchLogsRoleArn?: string;
331
-
332
- KmsKeyId?: string;
333
-
334
- IsOrganizationTrail?: boolean;
335
-
336
- TagsList?: Tag[];
337
- }
338
- export declare namespace CreateTrailRequest {
339
-
340
- const filterSensitiveLog: (obj: CreateTrailRequest) => any;
341
- }
342
-
343
- export interface CreateTrailResponse {
344
-
345
- Name?: string;
346
-
347
- S3BucketName?: string;
348
-
349
- S3KeyPrefix?: string;
350
-
351
- SnsTopicName?: string;
352
-
353
- SnsTopicARN?: string;
354
-
355
- IncludeGlobalServiceEvents?: boolean;
356
-
357
- IsMultiRegionTrail?: boolean;
358
-
359
- TrailARN?: string;
360
-
361
- LogFileValidationEnabled?: boolean;
362
-
363
- CloudWatchLogsLogGroupArn?: string;
364
-
365
- CloudWatchLogsRoleArn?: string;
366
-
367
- KmsKeyId?: string;
368
-
369
- IsOrganizationTrail?: boolean;
370
- }
371
- export declare namespace CreateTrailResponse {
372
-
373
- const filterSensitiveLog: (obj: CreateTrailResponse) => any;
374
- }
375
-
376
- export interface InsufficientEncryptionPolicyException extends __SmithyException, $MetadataBearer {
377
- name: "InsufficientEncryptionPolicyException";
378
- $fault: "client";
379
-
380
- Message?: string;
381
- }
382
-
383
- export interface InsufficientS3BucketPolicyException extends __SmithyException, $MetadataBearer {
384
- name: "InsufficientS3BucketPolicyException";
385
- $fault: "client";
386
-
387
- Message?: string;
388
- }
389
-
390
- export interface InsufficientSnsTopicPolicyException extends __SmithyException, $MetadataBearer {
391
- name: "InsufficientSnsTopicPolicyException";
392
- $fault: "client";
393
-
394
- Message?: string;
395
- }
396
-
397
- export interface InvalidCloudWatchLogsLogGroupArnException extends __SmithyException, $MetadataBearer {
398
- name: "InvalidCloudWatchLogsLogGroupArnException";
399
- $fault: "client";
400
-
401
- Message?: string;
402
- }
403
-
404
- export interface InvalidCloudWatchLogsRoleArnException extends __SmithyException, $MetadataBearer {
405
- name: "InvalidCloudWatchLogsRoleArnException";
406
- $fault: "client";
407
-
408
- Message?: string;
409
- }
410
-
411
- export interface InvalidKmsKeyIdException extends __SmithyException, $MetadataBearer {
412
- name: "InvalidKmsKeyIdException";
413
- $fault: "client";
414
-
415
- Message?: string;
416
- }
417
-
418
- export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
419
- name: "InvalidParameterCombinationException";
420
- $fault: "client";
421
-
422
- Message?: string;
423
- }
424
-
425
- export interface InvalidS3BucketNameException extends __SmithyException, $MetadataBearer {
426
- name: "InvalidS3BucketNameException";
427
- $fault: "client";
428
-
429
- Message?: string;
430
- }
431
-
432
- export interface InvalidS3PrefixException extends __SmithyException, $MetadataBearer {
433
- name: "InvalidS3PrefixException";
434
- $fault: "client";
435
-
436
- Message?: string;
437
- }
438
-
439
- export interface InvalidSnsTopicNameException extends __SmithyException, $MetadataBearer {
440
- name: "InvalidSnsTopicNameException";
441
- $fault: "client";
442
-
443
- Message?: string;
444
- }
445
-
446
- export interface KmsException extends __SmithyException, $MetadataBearer {
447
- name: "KmsException";
448
- $fault: "client";
449
-
450
- Message?: string;
451
- }
452
-
453
- export interface KmsKeyDisabledException extends __SmithyException, $MetadataBearer {
454
- name: "KmsKeyDisabledException";
455
- $fault: "client";
456
-
457
- Message?: string;
458
- }
459
-
460
- export interface KmsKeyNotFoundException extends __SmithyException, $MetadataBearer {
461
- name: "KmsKeyNotFoundException";
462
- $fault: "client";
463
-
464
- Message?: string;
465
- }
466
-
467
- export interface MaximumNumberOfTrailsExceededException extends __SmithyException, $MetadataBearer {
468
- name: "MaximumNumberOfTrailsExceededException";
469
- $fault: "client";
470
-
471
- Message?: string;
472
- }
473
-
474
- export interface S3BucketDoesNotExistException extends __SmithyException, $MetadataBearer {
475
- name: "S3BucketDoesNotExistException";
476
- $fault: "client";
477
-
478
- Message?: string;
479
- }
480
-
481
- export interface TrailAlreadyExistsException extends __SmithyException, $MetadataBearer {
482
- name: "TrailAlreadyExistsException";
483
- $fault: "client";
484
-
485
- Message?: string;
486
- }
487
-
488
- export interface TrailNotProvidedException extends __SmithyException, $MetadataBearer {
489
- name: "TrailNotProvidedException";
490
- $fault: "client";
491
-
492
- Message?: string;
493
- }
494
- export interface DeleteEventDataStoreRequest {
495
-
496
- EventDataStore: string | undefined;
497
- }
498
- export declare namespace DeleteEventDataStoreRequest {
499
-
500
- const filterSensitiveLog: (obj: DeleteEventDataStoreRequest) => any;
501
- }
502
- export interface DeleteEventDataStoreResponse {
503
- }
504
- export declare namespace DeleteEventDataStoreResponse {
505
-
506
- const filterSensitiveLog: (obj: DeleteEventDataStoreResponse) => any;
507
- }
508
-
509
- export interface EventDataStoreTerminationProtectedException extends __SmithyException, $MetadataBearer {
510
- name: "EventDataStoreTerminationProtectedException";
511
- $fault: "client";
512
-
513
- Message?: string;
514
- }
515
-
516
- export interface DeleteTrailRequest {
517
-
518
- Name: string | undefined;
519
- }
520
- export declare namespace DeleteTrailRequest {
521
-
522
- const filterSensitiveLog: (obj: DeleteTrailRequest) => any;
523
- }
524
-
525
- export interface DeleteTrailResponse {
526
- }
527
- export declare namespace DeleteTrailResponse {
528
-
529
- const filterSensitiveLog: (obj: DeleteTrailResponse) => any;
530
- }
531
-
532
- export interface InvalidHomeRegionException extends __SmithyException, $MetadataBearer {
533
- name: "InvalidHomeRegionException";
534
- $fault: "client";
535
-
536
- Message?: string;
537
- }
538
-
539
- export interface TrailNotFoundException extends __SmithyException, $MetadataBearer {
540
- name: "TrailNotFoundException";
541
- $fault: "client";
542
-
543
- Message?: string;
544
- }
545
- export interface DescribeQueryRequest {
546
-
547
- EventDataStore: string | undefined;
548
-
549
- QueryId: string | undefined;
550
- }
551
- export declare namespace DescribeQueryRequest {
552
-
553
- const filterSensitiveLog: (obj: DescribeQueryRequest) => any;
554
- }
555
-
556
- export interface QueryStatisticsForDescribeQuery {
557
-
558
- EventsMatched?: number;
559
-
560
- EventsScanned?: number;
561
-
562
- ExecutionTimeInMillis?: number;
563
-
564
- CreationTime?: Date;
565
- }
566
- export declare namespace QueryStatisticsForDescribeQuery {
567
-
568
- const filterSensitiveLog: (obj: QueryStatisticsForDescribeQuery) => any;
569
- }
570
- export interface DescribeQueryResponse {
571
-
572
- QueryId?: string;
573
-
574
- QueryString?: string;
575
-
576
- QueryStatus?: QueryStatus | string;
577
-
578
- QueryStatistics?: QueryStatisticsForDescribeQuery;
579
-
580
- ErrorMessage?: string;
581
- }
582
- export declare namespace DescribeQueryResponse {
583
-
584
- const filterSensitiveLog: (obj: DescribeQueryResponse) => any;
585
- }
586
-
587
- export interface DescribeTrailsRequest {
588
-
589
- trailNameList?: string[];
590
-
591
- includeShadowTrails?: boolean;
592
- }
593
- export declare namespace DescribeTrailsRequest {
594
-
595
- const filterSensitiveLog: (obj: DescribeTrailsRequest) => any;
596
- }
597
-
598
- export interface Trail {
599
-
600
- Name?: string;
601
-
602
- S3BucketName?: string;
603
-
604
- S3KeyPrefix?: string;
605
-
606
- SnsTopicName?: string;
607
-
608
- SnsTopicARN?: string;
609
-
610
- IncludeGlobalServiceEvents?: boolean;
611
-
612
- IsMultiRegionTrail?: boolean;
613
-
614
- HomeRegion?: string;
615
-
616
- TrailARN?: string;
617
-
618
- LogFileValidationEnabled?: boolean;
619
-
620
- CloudWatchLogsLogGroupArn?: string;
621
-
622
- CloudWatchLogsRoleArn?: string;
623
-
624
- KmsKeyId?: string;
625
-
626
- HasCustomEventSelectors?: boolean;
627
-
628
- HasInsightSelectors?: boolean;
629
-
630
- IsOrganizationTrail?: boolean;
631
- }
632
- export declare namespace Trail {
633
-
634
- const filterSensitiveLog: (obj: Trail) => any;
635
- }
636
-
637
- export interface DescribeTrailsResponse {
638
-
639
- trailList?: Trail[];
640
- }
641
- export declare namespace DescribeTrailsResponse {
642
-
643
- const filterSensitiveLog: (obj: DescribeTrailsResponse) => any;
644
- }
645
- export interface GetEventDataStoreRequest {
646
-
647
- EventDataStore: string | undefined;
648
- }
649
- export declare namespace GetEventDataStoreRequest {
650
-
651
- const filterSensitiveLog: (obj: GetEventDataStoreRequest) => any;
652
- }
653
- export interface GetEventDataStoreResponse {
654
-
655
- EventDataStoreArn?: string;
656
-
657
- Name?: string;
658
-
659
- Status?: EventDataStoreStatus | string;
660
-
661
- AdvancedEventSelectors?: AdvancedEventSelector[];
662
-
663
- MultiRegionEnabled?: boolean;
664
-
665
- OrganizationEnabled?: boolean;
666
-
667
- RetentionPeriod?: number;
668
-
669
- TerminationProtectionEnabled?: boolean;
670
-
671
- CreatedTimestamp?: Date;
672
-
673
- UpdatedTimestamp?: Date;
674
- }
675
- export declare namespace GetEventDataStoreResponse {
676
-
677
- const filterSensitiveLog: (obj: GetEventDataStoreResponse) => any;
678
- }
679
- export interface GetEventSelectorsRequest {
680
-
681
- TrailName: string | undefined;
682
- }
683
- export declare namespace GetEventSelectorsRequest {
684
-
685
- const filterSensitiveLog: (obj: GetEventSelectorsRequest) => any;
686
- }
687
-
688
- export interface DataResource {
689
-
690
- Type?: string;
691
-
692
- Values?: string[];
693
- }
694
- export declare namespace DataResource {
695
-
696
- const filterSensitiveLog: (obj: DataResource) => any;
697
- }
698
- export declare enum ReadWriteType {
699
- All = "All",
700
- ReadOnly = "ReadOnly",
701
- WriteOnly = "WriteOnly"
702
- }
703
-
704
- export interface EventSelector {
705
-
706
- ReadWriteType?: ReadWriteType | string;
707
-
708
- IncludeManagementEvents?: boolean;
709
-
710
- DataResources?: DataResource[];
711
-
712
- ExcludeManagementEventSources?: string[];
713
- }
714
- export declare namespace EventSelector {
715
-
716
- const filterSensitiveLog: (obj: EventSelector) => any;
717
- }
718
- export interface GetEventSelectorsResponse {
719
-
720
- TrailARN?: string;
721
-
722
- EventSelectors?: EventSelector[];
723
-
724
- AdvancedEventSelectors?: AdvancedEventSelector[];
725
- }
726
- export declare namespace GetEventSelectorsResponse {
727
-
728
- const filterSensitiveLog: (obj: GetEventSelectorsResponse) => any;
729
- }
730
- export interface GetInsightSelectorsRequest {
731
-
732
- TrailName: string | undefined;
733
- }
734
- export declare namespace GetInsightSelectorsRequest {
735
-
736
- const filterSensitiveLog: (obj: GetInsightSelectorsRequest) => any;
737
- }
738
- export declare enum InsightType {
739
- ApiCallRateInsight = "ApiCallRateInsight",
740
- ApiErrorRateInsight = "ApiErrorRateInsight"
741
- }
742
-
743
- export interface InsightSelector {
744
-
745
- InsightType?: InsightType | string;
746
- }
747
- export declare namespace InsightSelector {
748
-
749
- const filterSensitiveLog: (obj: InsightSelector) => any;
750
- }
751
- export interface GetInsightSelectorsResponse {
752
-
753
- TrailARN?: string;
754
-
755
- InsightSelectors?: InsightSelector[];
756
- }
757
- export declare namespace GetInsightSelectorsResponse {
758
-
759
- const filterSensitiveLog: (obj: GetInsightSelectorsResponse) => any;
760
- }
761
-
762
- export interface InsightNotEnabledException extends __SmithyException, $MetadataBearer {
763
- name: "InsightNotEnabledException";
764
- $fault: "client";
765
-
766
- Message?: string;
767
- }
768
- export interface GetQueryResultsRequest {
769
-
770
- EventDataStore: string | undefined;
771
-
772
- QueryId: string | undefined;
773
-
774
- NextToken?: string;
775
-
776
- MaxQueryResults?: number;
777
- }
778
- export declare namespace GetQueryResultsRequest {
779
-
780
- const filterSensitiveLog: (obj: GetQueryResultsRequest) => any;
781
- }
782
-
783
- export interface QueryStatistics {
784
-
785
- ResultsCount?: number;
786
-
787
- TotalResultsCount?: number;
788
- }
789
- export declare namespace QueryStatistics {
790
-
791
- const filterSensitiveLog: (obj: QueryStatistics) => any;
792
- }
793
- export interface GetQueryResultsResponse {
794
-
795
- QueryStatus?: QueryStatus | string;
796
-
797
- QueryStatistics?: QueryStatistics;
798
-
799
- QueryResultRows?: {
800
- [key: string]: string;
801
- }[][];
802
-
803
- NextToken?: string;
804
-
805
- ErrorMessage?: string;
806
- }
807
- export declare namespace GetQueryResultsResponse {
808
-
809
- const filterSensitiveLog: (obj: GetQueryResultsResponse) => any;
810
- }
811
-
812
- export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
813
- name: "InvalidMaxResultsException";
814
- $fault: "client";
815
-
816
- Message?: string;
817
- }
818
-
819
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
820
- name: "InvalidNextTokenException";
821
- $fault: "client";
822
-
823
- Message?: string;
824
- }
825
- export interface GetTrailRequest {
826
-
827
- Name: string | undefined;
828
- }
829
- export declare namespace GetTrailRequest {
830
-
831
- const filterSensitiveLog: (obj: GetTrailRequest) => any;
832
- }
833
- export interface GetTrailResponse {
834
-
835
- Trail?: Trail;
836
- }
837
- export declare namespace GetTrailResponse {
838
-
839
- const filterSensitiveLog: (obj: GetTrailResponse) => any;
840
- }
841
-
842
- export interface GetTrailStatusRequest {
843
-
844
- Name: string | undefined;
845
- }
846
- export declare namespace GetTrailStatusRequest {
847
-
848
- const filterSensitiveLog: (obj: GetTrailStatusRequest) => any;
849
- }
850
-
851
- export interface GetTrailStatusResponse {
852
-
853
- IsLogging?: boolean;
854
-
855
- LatestDeliveryError?: string;
856
-
857
- LatestNotificationError?: string;
858
-
859
- LatestDeliveryTime?: Date;
860
-
861
- LatestNotificationTime?: Date;
862
-
863
- StartLoggingTime?: Date;
864
-
865
- StopLoggingTime?: Date;
866
-
867
- LatestCloudWatchLogsDeliveryError?: string;
868
-
869
- LatestCloudWatchLogsDeliveryTime?: Date;
870
-
871
- LatestDigestDeliveryTime?: Date;
872
-
873
- LatestDigestDeliveryError?: string;
874
-
875
- LatestDeliveryAttemptTime?: string;
876
-
877
- LatestNotificationAttemptTime?: string;
878
-
879
- LatestNotificationAttemptSucceeded?: string;
880
-
881
- LatestDeliveryAttemptSucceeded?: string;
882
-
883
- TimeLoggingStarted?: string;
884
-
885
- TimeLoggingStopped?: string;
886
- }
887
- export declare namespace GetTrailStatusResponse {
888
-
889
- const filterSensitiveLog: (obj: GetTrailStatusResponse) => any;
890
- }
891
- export interface ListEventDataStoresRequest {
892
-
893
- NextToken?: string;
894
-
895
- MaxResults?: number;
896
- }
897
- export declare namespace ListEventDataStoresRequest {
898
-
899
- const filterSensitiveLog: (obj: ListEventDataStoresRequest) => any;
900
- }
901
-
902
- export interface EventDataStore {
903
-
904
- EventDataStoreArn?: string;
905
-
906
- Name?: string;
907
-
908
- TerminationProtectionEnabled?: boolean;
909
-
910
- Status?: EventDataStoreStatus | string;
911
-
912
- AdvancedEventSelectors?: AdvancedEventSelector[];
913
-
914
- MultiRegionEnabled?: boolean;
915
-
916
- OrganizationEnabled?: boolean;
917
-
918
- RetentionPeriod?: number;
919
-
920
- CreatedTimestamp?: Date;
921
-
922
- UpdatedTimestamp?: Date;
923
- }
924
- export declare namespace EventDataStore {
925
-
926
- const filterSensitiveLog: (obj: EventDataStore) => any;
927
- }
928
- export interface ListEventDataStoresResponse {
929
-
930
- EventDataStores?: EventDataStore[];
931
-
932
- NextToken?: string;
933
- }
934
- export declare namespace ListEventDataStoresResponse {
935
-
936
- const filterSensitiveLog: (obj: ListEventDataStoresResponse) => any;
937
- }
938
-
939
- export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
940
- name: "InvalidTimeRangeException";
941
- $fault: "client";
942
-
943
- Message?: string;
944
- }
945
-
946
- export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
947
- name: "InvalidTokenException";
948
- $fault: "client";
949
-
950
- Message?: string;
951
- }
952
-
953
- export interface ListPublicKeysRequest {
954
-
955
- StartTime?: Date;
956
-
957
- EndTime?: Date;
958
-
959
- NextToken?: string;
960
- }
961
- export declare namespace ListPublicKeysRequest {
962
-
963
- const filterSensitiveLog: (obj: ListPublicKeysRequest) => any;
964
- }
965
-
966
- export interface PublicKey {
967
-
968
- Value?: Uint8Array;
969
-
970
- ValidityStartTime?: Date;
971
-
972
- ValidityEndTime?: Date;
973
-
974
- Fingerprint?: string;
975
- }
976
- export declare namespace PublicKey {
977
-
978
- const filterSensitiveLog: (obj: PublicKey) => any;
979
- }
980
-
981
- export interface ListPublicKeysResponse {
982
-
983
- PublicKeyList?: PublicKey[];
984
-
985
- NextToken?: string;
986
- }
987
- export declare namespace ListPublicKeysResponse {
988
-
989
- const filterSensitiveLog: (obj: ListPublicKeysResponse) => any;
990
- }
991
-
992
- export interface InvalidDateRangeException extends __SmithyException, $MetadataBearer {
993
- name: "InvalidDateRangeException";
994
- $fault: "client";
995
-
996
- Message?: string;
997
- }
998
-
999
- export interface InvalidQueryStatusException extends __SmithyException, $MetadataBearer {
1000
- name: "InvalidQueryStatusException";
1001
- $fault: "client";
1002
-
1003
- Message?: string;
1004
- }
1005
- export interface ListQueriesRequest {
1006
-
1007
- EventDataStore: string | undefined;
1008
-
1009
- NextToken?: string;
1010
-
1011
- MaxResults?: number;
1012
-
1013
- StartTime?: Date;
1014
-
1015
- EndTime?: Date;
1016
-
1017
- QueryStatus?: QueryStatus | string;
1018
- }
1019
- export declare namespace ListQueriesRequest {
1020
-
1021
- const filterSensitiveLog: (obj: ListQueriesRequest) => any;
1022
- }
1023
-
1024
- export interface Query {
1025
-
1026
- QueryId?: string;
1027
-
1028
- QueryStatus?: QueryStatus | string;
1029
-
1030
- CreationTime?: Date;
1031
- }
1032
- export declare namespace Query {
1033
-
1034
- const filterSensitiveLog: (obj: Query) => any;
1035
- }
1036
- export interface ListQueriesResponse {
1037
-
1038
- Queries?: Query[];
1039
-
1040
- NextToken?: string;
1041
- }
1042
- export declare namespace ListQueriesResponse {
1043
-
1044
- const filterSensitiveLog: (obj: ListQueriesResponse) => any;
1045
- }
1046
-
1047
- export interface ListTagsRequest {
1048
-
1049
- ResourceIdList: string[] | undefined;
1050
-
1051
- NextToken?: string;
1052
- }
1053
- export declare namespace ListTagsRequest {
1054
-
1055
- const filterSensitiveLog: (obj: ListTagsRequest) => any;
1056
- }
1057
-
1058
- export interface ResourceTag {
1059
-
1060
- ResourceId?: string;
1061
-
1062
- TagsList?: Tag[];
1063
- }
1064
- export declare namespace ResourceTag {
1065
-
1066
- const filterSensitiveLog: (obj: ResourceTag) => any;
1067
- }
1068
-
1069
- export interface ListTagsResponse {
1070
-
1071
- ResourceTagList?: ResourceTag[];
1072
-
1073
- NextToken?: string;
1074
- }
1075
- export declare namespace ListTagsResponse {
1076
-
1077
- const filterSensitiveLog: (obj: ListTagsResponse) => any;
1078
- }
1079
- export interface ListTrailsRequest {
1080
-
1081
- NextToken?: string;
1082
- }
1083
- export declare namespace ListTrailsRequest {
1084
-
1085
- const filterSensitiveLog: (obj: ListTrailsRequest) => any;
1086
- }
1087
-
1088
- export interface TrailInfo {
1089
-
1090
- TrailARN?: string;
1091
-
1092
- Name?: string;
1093
-
1094
- HomeRegion?: string;
1095
- }
1096
- export declare namespace TrailInfo {
1097
-
1098
- const filterSensitiveLog: (obj: TrailInfo) => any;
1099
- }
1100
- export interface ListTrailsResponse {
1101
-
1102
- Trails?: TrailInfo[];
1103
-
1104
- NextToken?: string;
1105
- }
1106
- export declare namespace ListTrailsResponse {
1107
-
1108
- const filterSensitiveLog: (obj: ListTrailsResponse) => any;
1109
- }
1110
-
1111
- export interface InvalidEventCategoryException extends __SmithyException, $MetadataBearer {
1112
- name: "InvalidEventCategoryException";
1113
- $fault: "client";
1114
-
1115
- Message?: string;
1116
- }
1117
-
1118
- export interface InvalidLookupAttributesException extends __SmithyException, $MetadataBearer {
1119
- name: "InvalidLookupAttributesException";
1120
- $fault: "client";
1121
-
1122
- Message?: string;
1123
- }
1124
- export declare enum EventCategory {
1125
- Insight = "insight"
1126
- }
1127
- export declare enum LookupAttributeKey {
1128
- ACCESS_KEY_ID = "AccessKeyId",
1129
- EVENT_ID = "EventId",
1130
- EVENT_NAME = "EventName",
1131
- EVENT_SOURCE = "EventSource",
1132
- READ_ONLY = "ReadOnly",
1133
- RESOURCE_NAME = "ResourceName",
1134
- RESOURCE_TYPE = "ResourceType",
1135
- USERNAME = "Username"
1136
- }
1137
-
1138
- export interface LookupAttribute {
1139
-
1140
- AttributeKey: LookupAttributeKey | string | undefined;
1141
-
1142
- AttributeValue: string | undefined;
1143
- }
1144
- export declare namespace LookupAttribute {
1145
-
1146
- const filterSensitiveLog: (obj: LookupAttribute) => any;
1147
- }
1148
-
1149
- export interface LookupEventsRequest {
1150
-
1151
- LookupAttributes?: LookupAttribute[];
1152
-
1153
- StartTime?: Date;
1154
-
1155
- EndTime?: Date;
1156
-
1157
- EventCategory?: EventCategory | string;
1158
-
1159
- MaxResults?: number;
1160
-
1161
- NextToken?: string;
1162
- }
1163
- export declare namespace LookupEventsRequest {
1164
-
1165
- const filterSensitiveLog: (obj: LookupEventsRequest) => any;
1166
- }
1167
-
1168
- export interface Resource {
1169
-
1170
- ResourceType?: string;
1171
-
1172
- ResourceName?: string;
1173
- }
1174
- export declare namespace Resource {
1175
-
1176
- const filterSensitiveLog: (obj: Resource) => any;
1177
- }
1178
-
1179
- export interface Event {
1180
-
1181
- EventId?: string;
1182
-
1183
- EventName?: string;
1184
-
1185
- ReadOnly?: string;
1186
-
1187
- AccessKeyId?: string;
1188
-
1189
- EventTime?: Date;
1190
-
1191
- EventSource?: string;
1192
-
1193
- Username?: string;
1194
-
1195
- Resources?: Resource[];
1196
-
1197
- CloudTrailEvent?: string;
1198
- }
1199
- export declare namespace Event {
1200
-
1201
- const filterSensitiveLog: (obj: Event) => any;
1202
- }
1203
-
1204
- export interface LookupEventsResponse {
1205
-
1206
- Events?: Event[];
1207
-
1208
- NextToken?: string;
1209
- }
1210
- export declare namespace LookupEventsResponse {
1211
-
1212
- const filterSensitiveLog: (obj: LookupEventsResponse) => any;
1213
- }
1214
-
1215
- export interface InvalidEventSelectorsException extends __SmithyException, $MetadataBearer {
1216
- name: "InvalidEventSelectorsException";
1217
- $fault: "client";
1218
-
1219
- Message?: string;
1220
- }
1221
- export interface PutEventSelectorsRequest {
1222
-
1223
- TrailName: string | undefined;
1224
-
1225
- EventSelectors?: EventSelector[];
1226
-
1227
- AdvancedEventSelectors?: AdvancedEventSelector[];
1228
- }
1229
- export declare namespace PutEventSelectorsRequest {
1230
-
1231
- const filterSensitiveLog: (obj: PutEventSelectorsRequest) => any;
1232
- }
1233
- export interface PutEventSelectorsResponse {
1234
-
1235
- TrailARN?: string;
1236
-
1237
- EventSelectors?: EventSelector[];
1238
-
1239
- AdvancedEventSelectors?: AdvancedEventSelector[];
1240
- }
1241
- export declare namespace PutEventSelectorsResponse {
1242
-
1243
- const filterSensitiveLog: (obj: PutEventSelectorsResponse) => any;
1244
- }
1245
-
1246
- export interface InvalidInsightSelectorsException extends __SmithyException, $MetadataBearer {
1247
- name: "InvalidInsightSelectorsException";
1248
- $fault: "client";
1249
-
1250
- Message?: string;
1251
- }
1252
- export interface PutInsightSelectorsRequest {
1253
-
1254
- TrailName: string | undefined;
1255
-
1256
- InsightSelectors: InsightSelector[] | undefined;
1257
- }
1258
- export declare namespace PutInsightSelectorsRequest {
1259
-
1260
- const filterSensitiveLog: (obj: PutInsightSelectorsRequest) => any;
1261
- }
1262
- export interface PutInsightSelectorsResponse {
1263
-
1264
- TrailARN?: string;
1265
-
1266
- InsightSelectors?: InsightSelector[];
1267
- }
1268
- export declare namespace PutInsightSelectorsResponse {
1269
-
1270
- const filterSensitiveLog: (obj: PutInsightSelectorsResponse) => any;
1271
- }
1272
-
1273
- export interface RemoveTagsRequest {
1274
-
1275
- ResourceId: string | undefined;
1276
-
1277
- TagsList: Tag[] | undefined;
1278
- }
1279
- export declare namespace RemoveTagsRequest {
1280
-
1281
- const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
1282
- }
1283
-
1284
- export interface RemoveTagsResponse {
1285
- }
1286
- export declare namespace RemoveTagsResponse {
1287
-
1288
- const filterSensitiveLog: (obj: RemoveTagsResponse) => any;
1289
- }
1290
-
1291
- export interface InvalidEventDataStoreStatusException extends __SmithyException, $MetadataBearer {
1292
- name: "InvalidEventDataStoreStatusException";
1293
- $fault: "client";
1294
-
1295
- Message?: string;
1296
- }
1297
- export interface RestoreEventDataStoreRequest {
1298
-
1299
- EventDataStore: string | undefined;
1300
- }
1301
- export declare namespace RestoreEventDataStoreRequest {
1302
-
1303
- const filterSensitiveLog: (obj: RestoreEventDataStoreRequest) => any;
1304
- }
1305
- export interface RestoreEventDataStoreResponse {
1306
-
1307
- EventDataStoreArn?: string;
1308
-
1309
- Name?: string;
1310
-
1311
- Status?: EventDataStoreStatus | string;
1312
-
1313
- AdvancedEventSelectors?: AdvancedEventSelector[];
1314
-
1315
- MultiRegionEnabled?: boolean;
1316
-
1317
- OrganizationEnabled?: boolean;
1318
-
1319
- RetentionPeriod?: number;
1320
-
1321
- TerminationProtectionEnabled?: boolean;
1322
-
1323
- CreatedTimestamp?: Date;
1324
-
1325
- UpdatedTimestamp?: Date;
1326
- }
1327
- export declare namespace RestoreEventDataStoreResponse {
1328
-
1329
- const filterSensitiveLog: (obj: RestoreEventDataStoreResponse) => any;
1330
- }
1331
-
1332
- export interface StartLoggingRequest {
1333
-
1334
- Name: string | undefined;
1335
- }
1336
- export declare namespace StartLoggingRequest {
1337
-
1338
- const filterSensitiveLog: (obj: StartLoggingRequest) => any;
1339
- }
1340
-
1341
- export interface StartLoggingResponse {
1342
- }
1343
- export declare namespace StartLoggingResponse {
1344
-
1345
- const filterSensitiveLog: (obj: StartLoggingResponse) => any;
1346
- }
1347
-
1348
- export interface InvalidQueryStatementException extends __SmithyException, $MetadataBearer {
1349
- name: "InvalidQueryStatementException";
1350
- $fault: "client";
1351
-
1352
- Message?: string;
1353
- }
1354
-
1355
- export interface MaxConcurrentQueriesException extends __SmithyException, $MetadataBearer {
1356
- name: "MaxConcurrentQueriesException";
1357
- $fault: "client";
1358
-
1359
- Message?: string;
1360
- }
1361
- export interface StartQueryRequest {
1362
-
1363
- QueryStatement: string | undefined;
1364
- }
1365
- export declare namespace StartQueryRequest {
1366
-
1367
- const filterSensitiveLog: (obj: StartQueryRequest) => any;
1368
- }
1369
- export interface StartQueryResponse {
1370
-
1371
- QueryId?: string;
1372
- }
1373
- export declare namespace StartQueryResponse {
1374
-
1375
- const filterSensitiveLog: (obj: StartQueryResponse) => any;
1376
- }
1377
-
1378
- export interface StopLoggingRequest {
1379
-
1380
- Name: string | undefined;
1381
- }
1382
- export declare namespace StopLoggingRequest {
1383
-
1384
- const filterSensitiveLog: (obj: StopLoggingRequest) => any;
1385
- }
1386
-
1387
- export interface StopLoggingResponse {
1388
- }
1389
- export declare namespace StopLoggingResponse {
1390
-
1391
- const filterSensitiveLog: (obj: StopLoggingResponse) => any;
1392
- }
1393
- export interface UpdateEventDataStoreRequest {
1394
-
1395
- EventDataStore: string | undefined;
1396
-
1397
- Name?: string;
1398
-
1399
- AdvancedEventSelectors?: AdvancedEventSelector[];
1400
-
1401
- MultiRegionEnabled?: boolean;
1402
-
1403
- OrganizationEnabled?: boolean;
1404
-
1405
- RetentionPeriod?: number;
1406
-
1407
- TerminationProtectionEnabled?: boolean;
1408
- }
1409
- export declare namespace UpdateEventDataStoreRequest {
1410
-
1411
- const filterSensitiveLog: (obj: UpdateEventDataStoreRequest) => any;
1412
- }
1413
- export interface UpdateEventDataStoreResponse {
1414
-
1415
- EventDataStoreArn?: string;
1416
-
1417
- Name?: string;
1418
-
1419
- Status?: EventDataStoreStatus | string;
1420
-
1421
- AdvancedEventSelectors?: AdvancedEventSelector[];
1422
-
1423
- MultiRegionEnabled?: boolean;
1424
-
1425
- OrganizationEnabled?: boolean;
1426
-
1427
- RetentionPeriod?: number;
1428
-
1429
- TerminationProtectionEnabled?: boolean;
1430
-
1431
- CreatedTimestamp?: Date;
1432
-
1433
- UpdatedTimestamp?: Date;
1434
- }
1435
- export declare namespace UpdateEventDataStoreResponse {
1436
-
1437
- const filterSensitiveLog: (obj: UpdateEventDataStoreResponse) => any;
1438
- }
1439
-
1440
- export interface UpdateTrailRequest {
1441
-
1442
- Name: string | undefined;
1443
-
1444
- S3BucketName?: string;
1445
-
1446
- S3KeyPrefix?: string;
1447
-
1448
- SnsTopicName?: string;
1449
-
1450
- IncludeGlobalServiceEvents?: boolean;
1451
-
1452
- IsMultiRegionTrail?: boolean;
1453
-
1454
- EnableLogFileValidation?: boolean;
1455
-
1456
- CloudWatchLogsLogGroupArn?: string;
1457
-
1458
- CloudWatchLogsRoleArn?: string;
1459
-
1460
- KmsKeyId?: string;
1461
-
1462
- IsOrganizationTrail?: boolean;
1463
- }
1464
- export declare namespace UpdateTrailRequest {
1465
-
1466
- const filterSensitiveLog: (obj: UpdateTrailRequest) => any;
1467
- }
1468
-
1469
- export interface UpdateTrailResponse {
1470
-
1471
- Name?: string;
1472
-
1473
- S3BucketName?: string;
1474
-
1475
- S3KeyPrefix?: string;
1476
-
1477
- SnsTopicName?: string;
1478
-
1479
- SnsTopicARN?: string;
1480
-
1481
- IncludeGlobalServiceEvents?: boolean;
1482
-
1483
- IsMultiRegionTrail?: boolean;
1484
-
1485
- TrailARN?: string;
1486
-
1487
- LogFileValidationEnabled?: boolean;
1488
-
1489
- CloudWatchLogsLogGroupArn?: string;
1490
-
1491
- CloudWatchLogsRoleArn?: string;
1492
-
1493
- KmsKeyId?: string;
1494
-
1495
- IsOrganizationTrail?: boolean;
1496
- }
1497
- export declare namespace UpdateTrailResponse {
1498
-
1499
- const filterSensitiveLog: (obj: UpdateTrailResponse) => any;
1500
- }