@aws-sdk/client-cloudtrail 3.170.0 → 3.174.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 (90) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/CloudTrail.js +75 -0
  3. package/dist-cjs/commands/GetImportCommand.js +36 -0
  4. package/dist-cjs/commands/ListImportFailuresCommand.js +36 -0
  5. package/dist-cjs/commands/ListImportsCommand.js +36 -0
  6. package/dist-cjs/commands/StartImportCommand.js +36 -0
  7. package/dist-cjs/commands/StopImportCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +148 -3
  10. package/dist-cjs/pagination/ListImportFailuresPaginator.js +36 -0
  11. package/dist-cjs/pagination/ListImportsPaginator.js +36 -0
  12. package/dist-cjs/pagination/index.js +2 -0
  13. package/dist-cjs/protocols/Aws_json1_1.js +575 -2
  14. package/dist-es/CloudTrail.js +75 -0
  15. package/dist-es/commands/GetImportCommand.js +39 -0
  16. package/dist-es/commands/ListImportFailuresCommand.js +39 -0
  17. package/dist-es/commands/ListImportsCommand.js +39 -0
  18. package/dist-es/commands/StartImportCommand.js +39 -0
  19. package/dist-es/commands/StopImportCommand.js +39 -0
  20. package/dist-es/commands/index.js +5 -0
  21. package/dist-es/models/models_0.js +94 -0
  22. package/dist-es/pagination/ListImportFailuresPaginator.js +75 -0
  23. package/dist-es/pagination/ListImportsPaginator.js +75 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_json1_1.js +722 -60
  26. package/dist-types/CloudTrail.d.ts +71 -4
  27. package/dist-types/CloudTrailClient.d.ts +7 -2
  28. package/dist-types/commands/GetEventSelectorsCommand.d.ts +15 -2
  29. package/dist-types/commands/GetImportCommand.d.ts +37 -0
  30. package/dist-types/commands/ListImportFailuresCommand.d.ts +37 -0
  31. package/dist-types/commands/ListImportsCommand.d.ts +37 -0
  32. package/dist-types/commands/PutEventSelectorsCommand.d.ts +3 -2
  33. package/dist-types/commands/StartImportCommand.d.ts +45 -0
  34. package/dist-types/commands/StopImportCommand.d.ts +37 -0
  35. package/dist-types/commands/index.d.ts +5 -0
  36. package/dist-types/models/models_0.d.ts +602 -4
  37. package/dist-types/pagination/ListImportFailuresPaginator.d.ts +4 -0
  38. package/dist-types/pagination/ListImportsPaginator.d.ts +4 -0
  39. package/dist-types/pagination/index.d.ts +2 -0
  40. package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
  41. package/dist-types/ts3.4/CloudTrail.d.ts +85 -31
  42. package/dist-types/ts3.4/CloudTrailClient.d.ts +30 -25
  43. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/CancelQueryCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/CreateEventDataStoreCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/DeleteEventDataStoreCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/DescribeQueryCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/GetEventDataStoreCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +32 -0
  55. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -2
  56. package/dist-types/ts3.4/commands/GetQueryResultsCommand.d.ts +0 -2
  57. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +0 -2
  58. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -2
  59. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
  60. package/dist-types/ts3.4/commands/ListEventDataStoresCommand.d.ts +0 -2
  61. package/dist-types/ts3.4/commands/ListImportFailuresCommand.d.ts +36 -0
  62. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +32 -0
  63. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -2
  64. package/dist-types/ts3.4/commands/ListQueriesCommand.d.ts +0 -2
  65. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +0 -2
  66. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +0 -2
  67. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +0 -2
  68. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -2
  69. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -2
  70. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -2
  71. package/dist-types/ts3.4/commands/RestoreEventDataStoreCommand.d.ts +0 -2
  72. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +32 -0
  73. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +0 -2
  74. package/dist-types/ts3.4/commands/StartQueryCommand.d.ts +0 -2
  75. package/dist-types/ts3.4/commands/StopImportCommand.d.ts +32 -0
  76. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +0 -2
  77. package/dist-types/ts3.4/commands/UpdateEventDataStoreCommand.d.ts +0 -2
  78. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -2
  79. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  80. package/dist-types/ts3.4/models/CloudTrailServiceException.d.ts +0 -1
  81. package/dist-types/ts3.4/models/models_0.d.ts +197 -531
  82. package/dist-types/ts3.4/pagination/ListImportFailuresPaginator.d.ts +11 -0
  83. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  85. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  89. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  90. package/package.json +26 -26
@@ -1,46 +1,43 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
3
-
3
+ export declare class AccountHasOngoingImportException extends __BaseException {
4
+ readonly name: "AccountHasOngoingImportException";
5
+ readonly $fault: "client";
6
+ Message?: string;
7
+ constructor(
8
+ opts: __ExceptionOptionType<
9
+ AccountHasOngoingImportException,
10
+ __BaseException
11
+ >
12
+ );
13
+ }
4
14
  export interface Tag {
5
15
  Key: string | undefined;
6
-
7
16
  Value?: string;
8
17
  }
9
-
10
18
  export interface AddTagsRequest {
11
19
  ResourceId: string | undefined;
12
-
13
20
  TagsList: Tag[] | undefined;
14
21
  }
15
-
16
22
  export interface AddTagsResponse {}
17
-
18
23
  export declare class CloudTrailARNInvalidException extends __BaseException {
19
24
  readonly name: "CloudTrailARNInvalidException";
20
25
  readonly $fault: "client";
21
-
22
26
  Message?: string;
23
-
24
27
  constructor(
25
28
  opts: __ExceptionOptionType<CloudTrailARNInvalidException, __BaseException>
26
29
  );
27
30
  }
28
-
29
31
  export declare class ConflictException extends __BaseException {
30
32
  readonly name: "ConflictException";
31
33
  readonly $fault: "client";
32
-
33
34
  Message?: string;
34
-
35
35
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
36
36
  }
37
-
38
37
  export declare class EventDataStoreNotFoundException extends __BaseException {
39
38
  readonly name: "EventDataStoreNotFoundException";
40
39
  readonly $fault: "client";
41
-
42
40
  Message?: string;
43
-
44
41
  constructor(
45
42
  opts: __ExceptionOptionType<
46
43
  EventDataStoreNotFoundException,
@@ -48,13 +45,10 @@ export declare class EventDataStoreNotFoundException extends __BaseException {
48
45
  >
49
46
  );
50
47
  }
51
-
52
48
  export declare class InactiveEventDataStoreException extends __BaseException {
53
49
  readonly name: "InactiveEventDataStoreException";
54
50
  readonly $fault: "client";
55
-
56
51
  Message?: string;
57
-
58
52
  constructor(
59
53
  opts: __ExceptionOptionType<
60
54
  InactiveEventDataStoreException,
@@ -62,35 +56,26 @@ export declare class InactiveEventDataStoreException extends __BaseException {
62
56
  >
63
57
  );
64
58
  }
65
-
66
59
  export declare class InvalidTagParameterException extends __BaseException {
67
60
  readonly name: "InvalidTagParameterException";
68
61
  readonly $fault: "client";
69
-
70
62
  Message?: string;
71
-
72
63
  constructor(
73
64
  opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>
74
65
  );
75
66
  }
76
-
77
67
  export declare class InvalidTrailNameException extends __BaseException {
78
68
  readonly name: "InvalidTrailNameException";
79
69
  readonly $fault: "client";
80
-
81
70
  Message?: string;
82
-
83
71
  constructor(
84
72
  opts: __ExceptionOptionType<InvalidTrailNameException, __BaseException>
85
73
  );
86
74
  }
87
-
88
75
  export declare class NotOrganizationMasterAccountException extends __BaseException {
89
76
  readonly name: "NotOrganizationMasterAccountException";
90
77
  readonly $fault: "client";
91
-
92
78
  Message?: string;
93
-
94
79
  constructor(
95
80
  opts: __ExceptionOptionType<
96
81
  NotOrganizationMasterAccountException,
@@ -98,35 +83,26 @@ export declare class NotOrganizationMasterAccountException extends __BaseExcepti
98
83
  >
99
84
  );
100
85
  }
101
-
102
86
  export declare class OperationNotPermittedException extends __BaseException {
103
87
  readonly name: "OperationNotPermittedException";
104
88
  readonly $fault: "client";
105
-
106
89
  Message?: string;
107
-
108
90
  constructor(
109
91
  opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
110
92
  );
111
93
  }
112
-
113
94
  export declare class ResourceNotFoundException extends __BaseException {
114
95
  readonly name: "ResourceNotFoundException";
115
96
  readonly $fault: "client";
116
-
117
97
  Message?: string;
118
-
119
98
  constructor(
120
99
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
121
100
  );
122
101
  }
123
-
124
102
  export declare class ResourceTypeNotSupportedException extends __BaseException {
125
103
  readonly name: "ResourceTypeNotSupportedException";
126
104
  readonly $fault: "client";
127
-
128
105
  Message?: string;
129
-
130
106
  constructor(
131
107
  opts: __ExceptionOptionType<
132
108
  ResourceTypeNotSupportedException,
@@ -134,53 +110,37 @@ export declare class ResourceTypeNotSupportedException extends __BaseException {
134
110
  >
135
111
  );
136
112
  }
137
-
138
113
  export declare class TagsLimitExceededException extends __BaseException {
139
114
  readonly name: "TagsLimitExceededException";
140
115
  readonly $fault: "client";
141
-
142
116
  Message?: string;
143
-
144
117
  constructor(
145
118
  opts: __ExceptionOptionType<TagsLimitExceededException, __BaseException>
146
119
  );
147
120
  }
148
-
149
121
  export declare class UnsupportedOperationException extends __BaseException {
150
122
  readonly name: "UnsupportedOperationException";
151
123
  readonly $fault: "client";
152
-
153
124
  Message?: string;
154
-
155
125
  constructor(
156
126
  opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
157
127
  );
158
128
  }
159
-
160
129
  export interface AdvancedFieldSelector {
161
130
  Field: string | undefined;
162
-
163
131
  Equals?: string[];
164
-
165
132
  StartsWith?: string[];
166
-
167
133
  EndsWith?: string[];
168
-
169
134
  NotEquals?: string[];
170
-
171
135
  NotStartsWith?: string[];
172
-
173
136
  NotEndsWith?: string[];
174
137
  }
175
-
176
138
  export interface AdvancedEventSelector {
177
139
  Name?: string;
178
-
179
140
  FieldSelectors: AdvancedFieldSelector[] | undefined;
180
141
  }
181
142
  export interface CancelQueryRequest {
182
143
  EventDataStore: string | undefined;
183
-
184
144
  QueryId: string | undefined;
185
145
  }
186
146
  export declare enum QueryStatus {
@@ -193,16 +153,12 @@ export declare enum QueryStatus {
193
153
  }
194
154
  export interface CancelQueryResponse {
195
155
  QueryId: string | undefined;
196
-
197
156
  QueryStatus: QueryStatus | string | undefined;
198
157
  }
199
-
200
158
  export declare class EventDataStoreARNInvalidException extends __BaseException {
201
159
  readonly name: "EventDataStoreARNInvalidException";
202
160
  readonly $fault: "client";
203
-
204
161
  Message?: string;
205
-
206
162
  constructor(
207
163
  opts: __ExceptionOptionType<
208
164
  EventDataStoreARNInvalidException,
@@ -210,74 +166,54 @@ export declare class EventDataStoreARNInvalidException extends __BaseException {
210
166
  >
211
167
  );
212
168
  }
213
-
214
169
  export declare class InactiveQueryException extends __BaseException {
215
170
  readonly name: "InactiveQueryException";
216
171
  readonly $fault: "client";
217
-
218
172
  Message?: string;
219
-
220
173
  constructor(
221
174
  opts: __ExceptionOptionType<InactiveQueryException, __BaseException>
222
175
  );
223
176
  }
224
-
225
177
  export declare class InvalidParameterException extends __BaseException {
226
178
  readonly name: "InvalidParameterException";
227
179
  readonly $fault: "client";
228
-
229
180
  Message?: string;
230
-
231
181
  constructor(
232
182
  opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
233
183
  );
234
184
  }
235
-
236
185
  export declare class QueryIdNotFoundException extends __BaseException {
237
186
  readonly name: "QueryIdNotFoundException";
238
187
  readonly $fault: "client";
239
-
240
188
  Message?: string;
241
-
242
189
  constructor(
243
190
  opts: __ExceptionOptionType<QueryIdNotFoundException, __BaseException>
244
191
  );
245
192
  }
246
-
247
193
  export interface Channel {
248
194
  ChannelArn?: string;
249
-
250
195
  Name?: string;
251
196
  }
252
-
253
197
  export declare class ChannelARNInvalidException extends __BaseException {
254
198
  readonly name: "ChannelARNInvalidException";
255
199
  readonly $fault: "client";
256
-
257
200
  Message?: string;
258
-
259
201
  constructor(
260
202
  opts: __ExceptionOptionType<ChannelARNInvalidException, __BaseException>
261
203
  );
262
204
  }
263
-
264
205
  export declare class ChannelNotFoundException extends __BaseException {
265
206
  readonly name: "ChannelNotFoundException";
266
207
  readonly $fault: "client";
267
-
268
208
  Message?: string;
269
-
270
209
  constructor(
271
210
  opts: __ExceptionOptionType<ChannelNotFoundException, __BaseException>
272
211
  );
273
212
  }
274
-
275
213
  export declare class CloudTrailAccessNotEnabledException extends __BaseException {
276
214
  readonly name: "CloudTrailAccessNotEnabledException";
277
215
  readonly $fault: "client";
278
-
279
216
  Message?: string;
280
-
281
217
  constructor(
282
218
  opts: __ExceptionOptionType<
283
219
  CloudTrailAccessNotEnabledException,
@@ -287,17 +223,11 @@ export declare class CloudTrailAccessNotEnabledException extends __BaseException
287
223
  }
288
224
  export interface CreateEventDataStoreRequest {
289
225
  Name: string | undefined;
290
-
291
226
  AdvancedEventSelectors?: AdvancedEventSelector[];
292
-
293
227
  MultiRegionEnabled?: boolean;
294
-
295
228
  OrganizationEnabled?: boolean;
296
-
297
229
  RetentionPeriod?: number;
298
-
299
230
  TerminationProtectionEnabled?: boolean;
300
-
301
231
  TagsList?: Tag[];
302
232
  }
303
233
  export declare enum EventDataStoreStatus {
@@ -307,34 +237,21 @@ export declare enum EventDataStoreStatus {
307
237
  }
308
238
  export interface CreateEventDataStoreResponse {
309
239
  EventDataStoreArn?: string;
310
-
311
240
  Name?: string;
312
-
313
241
  Status?: EventDataStoreStatus | string;
314
-
315
242
  AdvancedEventSelectors?: AdvancedEventSelector[];
316
-
317
243
  MultiRegionEnabled?: boolean;
318
-
319
244
  OrganizationEnabled?: boolean;
320
-
321
245
  RetentionPeriod?: number;
322
-
323
246
  TerminationProtectionEnabled?: boolean;
324
-
325
247
  TagsList?: Tag[];
326
-
327
248
  CreatedTimestamp?: Date;
328
-
329
249
  UpdatedTimestamp?: Date;
330
250
  }
331
-
332
251
  export declare class EventDataStoreAlreadyExistsException extends __BaseException {
333
252
  readonly name: "EventDataStoreAlreadyExistsException";
334
253
  readonly $fault: "client";
335
-
336
254
  Message?: string;
337
-
338
255
  constructor(
339
256
  opts: __ExceptionOptionType<
340
257
  EventDataStoreAlreadyExistsException,
@@ -342,13 +259,10 @@ export declare class EventDataStoreAlreadyExistsException extends __BaseExceptio
342
259
  >
343
260
  );
344
261
  }
345
-
346
262
  export declare class EventDataStoreMaxLimitExceededException extends __BaseException {
347
263
  readonly name: "EventDataStoreMaxLimitExceededException";
348
264
  readonly $fault: "client";
349
-
350
265
  Message?: string;
351
-
352
266
  constructor(
353
267
  opts: __ExceptionOptionType<
354
268
  EventDataStoreMaxLimitExceededException,
@@ -356,13 +270,10 @@ export declare class EventDataStoreMaxLimitExceededException extends __BaseExcep
356
270
  >
357
271
  );
358
272
  }
359
-
360
273
  export declare class InsufficientDependencyServiceAccessPermissionException extends __BaseException {
361
274
  readonly name: "InsufficientDependencyServiceAccessPermissionException";
362
275
  readonly $fault: "client";
363
-
364
276
  Message?: string;
365
-
366
277
  constructor(
367
278
  opts: __ExceptionOptionType<
368
279
  InsufficientDependencyServiceAccessPermissionException,
@@ -370,13 +281,10 @@ export declare class InsufficientDependencyServiceAccessPermissionException exte
370
281
  >
371
282
  );
372
283
  }
373
-
374
284
  export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
375
285
  readonly name: "OrganizationNotInAllFeaturesModeException";
376
286
  readonly $fault: "client";
377
-
378
287
  Message?: string;
379
-
380
288
  constructor(
381
289
  opts: __ExceptionOptionType<
382
290
  OrganizationNotInAllFeaturesModeException,
@@ -384,24 +292,18 @@ export declare class OrganizationNotInAllFeaturesModeException extends __BaseExc
384
292
  >
385
293
  );
386
294
  }
387
-
388
295
  export declare class OrganizationsNotInUseException extends __BaseException {
389
296
  readonly name: "OrganizationsNotInUseException";
390
297
  readonly $fault: "client";
391
-
392
298
  Message?: string;
393
-
394
299
  constructor(
395
300
  opts: __ExceptionOptionType<OrganizationsNotInUseException, __BaseException>
396
301
  );
397
302
  }
398
-
399
303
  export declare class CloudTrailInvalidClientTokenIdException extends __BaseException {
400
304
  readonly name: "CloudTrailInvalidClientTokenIdException";
401
305
  readonly $fault: "client";
402
-
403
306
  Message?: string;
404
-
405
307
  constructor(
406
308
  opts: __ExceptionOptionType<
407
309
  CloudTrailInvalidClientTokenIdException,
@@ -409,13 +311,10 @@ export declare class CloudTrailInvalidClientTokenIdException extends __BaseExcep
409
311
  >
410
312
  );
411
313
  }
412
-
413
314
  export declare class CloudWatchLogsDeliveryUnavailableException extends __BaseException {
414
315
  readonly name: "CloudWatchLogsDeliveryUnavailableException";
415
316
  readonly $fault: "client";
416
-
417
317
  Message?: string;
418
-
419
318
  constructor(
420
319
  opts: __ExceptionOptionType<
421
320
  CloudWatchLogsDeliveryUnavailableException,
@@ -423,67 +322,39 @@ export declare class CloudWatchLogsDeliveryUnavailableException extends __BaseEx
423
322
  >
424
323
  );
425
324
  }
426
-
427
325
  export interface CreateTrailRequest {
428
326
  Name: string | undefined;
429
-
430
327
  S3BucketName: string | undefined;
431
-
432
328
  S3KeyPrefix?: string;
433
-
434
329
  SnsTopicName?: string;
435
-
436
330
  IncludeGlobalServiceEvents?: boolean;
437
-
438
331
  IsMultiRegionTrail?: boolean;
439
-
440
332
  EnableLogFileValidation?: boolean;
441
-
442
333
  CloudWatchLogsLogGroupArn?: string;
443
-
444
334
  CloudWatchLogsRoleArn?: string;
445
-
446
335
  KmsKeyId?: string;
447
-
448
336
  IsOrganizationTrail?: boolean;
449
-
450
337
  TagsList?: Tag[];
451
338
  }
452
-
453
339
  export interface CreateTrailResponse {
454
340
  Name?: string;
455
-
456
341
  S3BucketName?: string;
457
-
458
342
  S3KeyPrefix?: string;
459
-
460
343
  SnsTopicName?: string;
461
-
462
344
  SnsTopicARN?: string;
463
-
464
345
  IncludeGlobalServiceEvents?: boolean;
465
-
466
346
  IsMultiRegionTrail?: boolean;
467
-
468
347
  TrailARN?: string;
469
-
470
348
  LogFileValidationEnabled?: boolean;
471
-
472
349
  CloudWatchLogsLogGroupArn?: string;
473
-
474
350
  CloudWatchLogsRoleArn?: string;
475
-
476
351
  KmsKeyId?: string;
477
-
478
352
  IsOrganizationTrail?: boolean;
479
353
  }
480
-
481
354
  export declare class InsufficientEncryptionPolicyException extends __BaseException {
482
355
  readonly name: "InsufficientEncryptionPolicyException";
483
356
  readonly $fault: "client";
484
-
485
357
  Message?: string;
486
-
487
358
  constructor(
488
359
  opts: __ExceptionOptionType<
489
360
  InsufficientEncryptionPolicyException,
@@ -491,13 +362,10 @@ export declare class InsufficientEncryptionPolicyException extends __BaseExcepti
491
362
  >
492
363
  );
493
364
  }
494
-
495
365
  export declare class InsufficientS3BucketPolicyException extends __BaseException {
496
366
  readonly name: "InsufficientS3BucketPolicyException";
497
367
  readonly $fault: "client";
498
-
499
368
  Message?: string;
500
-
501
369
  constructor(
502
370
  opts: __ExceptionOptionType<
503
371
  InsufficientS3BucketPolicyException,
@@ -505,13 +373,10 @@ export declare class InsufficientS3BucketPolicyException extends __BaseException
505
373
  >
506
374
  );
507
375
  }
508
-
509
376
  export declare class InsufficientSnsTopicPolicyException extends __BaseException {
510
377
  readonly name: "InsufficientSnsTopicPolicyException";
511
378
  readonly $fault: "client";
512
-
513
379
  Message?: string;
514
-
515
380
  constructor(
516
381
  opts: __ExceptionOptionType<
517
382
  InsufficientSnsTopicPolicyException,
@@ -519,13 +384,10 @@ export declare class InsufficientSnsTopicPolicyException extends __BaseException
519
384
  >
520
385
  );
521
386
  }
522
-
523
387
  export declare class InvalidCloudWatchLogsLogGroupArnException extends __BaseException {
524
388
  readonly name: "InvalidCloudWatchLogsLogGroupArnException";
525
389
  readonly $fault: "client";
526
-
527
390
  Message?: string;
528
-
529
391
  constructor(
530
392
  opts: __ExceptionOptionType<
531
393
  InvalidCloudWatchLogsLogGroupArnException,
@@ -533,13 +395,10 @@ export declare class InvalidCloudWatchLogsLogGroupArnException extends __BaseExc
533
395
  >
534
396
  );
535
397
  }
536
-
537
398
  export declare class InvalidCloudWatchLogsRoleArnException extends __BaseException {
538
399
  readonly name: "InvalidCloudWatchLogsRoleArnException";
539
400
  readonly $fault: "client";
540
-
541
401
  Message?: string;
542
-
543
402
  constructor(
544
403
  opts: __ExceptionOptionType<
545
404
  InvalidCloudWatchLogsRoleArnException,
@@ -547,24 +406,18 @@ export declare class InvalidCloudWatchLogsRoleArnException extends __BaseExcepti
547
406
  >
548
407
  );
549
408
  }
550
-
551
409
  export declare class InvalidKmsKeyIdException extends __BaseException {
552
410
  readonly name: "InvalidKmsKeyIdException";
553
411
  readonly $fault: "client";
554
-
555
412
  Message?: string;
556
-
557
413
  constructor(
558
414
  opts: __ExceptionOptionType<InvalidKmsKeyIdException, __BaseException>
559
415
  );
560
416
  }
561
-
562
417
  export declare class InvalidParameterCombinationException extends __BaseException {
563
418
  readonly name: "InvalidParameterCombinationException";
564
419
  readonly $fault: "client";
565
-
566
420
  Message?: string;
567
-
568
421
  constructor(
569
422
  opts: __ExceptionOptionType<
570
423
  InvalidParameterCombinationException,
@@ -572,77 +425,56 @@ export declare class InvalidParameterCombinationException extends __BaseExceptio
572
425
  >
573
426
  );
574
427
  }
575
-
576
428
  export declare class InvalidS3BucketNameException extends __BaseException {
577
429
  readonly name: "InvalidS3BucketNameException";
578
430
  readonly $fault: "client";
579
-
580
431
  Message?: string;
581
-
582
432
  constructor(
583
433
  opts: __ExceptionOptionType<InvalidS3BucketNameException, __BaseException>
584
434
  );
585
435
  }
586
-
587
436
  export declare class InvalidS3PrefixException extends __BaseException {
588
437
  readonly name: "InvalidS3PrefixException";
589
438
  readonly $fault: "client";
590
-
591
439
  Message?: string;
592
-
593
440
  constructor(
594
441
  opts: __ExceptionOptionType<InvalidS3PrefixException, __BaseException>
595
442
  );
596
443
  }
597
-
598
444
  export declare class InvalidSnsTopicNameException extends __BaseException {
599
445
  readonly name: "InvalidSnsTopicNameException";
600
446
  readonly $fault: "client";
601
-
602
447
  Message?: string;
603
-
604
448
  constructor(
605
449
  opts: __ExceptionOptionType<InvalidSnsTopicNameException, __BaseException>
606
450
  );
607
451
  }
608
-
609
452
  export declare class KmsException extends __BaseException {
610
453
  readonly name: "KmsException";
611
454
  readonly $fault: "client";
612
-
613
455
  Message?: string;
614
-
615
456
  constructor(opts: __ExceptionOptionType<KmsException, __BaseException>);
616
457
  }
617
-
618
458
  export declare class KmsKeyDisabledException extends __BaseException {
619
459
  readonly name: "KmsKeyDisabledException";
620
460
  readonly $fault: "client";
621
-
622
461
  Message?: string;
623
-
624
462
  constructor(
625
463
  opts: __ExceptionOptionType<KmsKeyDisabledException, __BaseException>
626
464
  );
627
465
  }
628
-
629
466
  export declare class KmsKeyNotFoundException extends __BaseException {
630
467
  readonly name: "KmsKeyNotFoundException";
631
468
  readonly $fault: "client";
632
-
633
469
  Message?: string;
634
-
635
470
  constructor(
636
471
  opts: __ExceptionOptionType<KmsKeyNotFoundException, __BaseException>
637
472
  );
638
473
  }
639
-
640
474
  export declare class MaximumNumberOfTrailsExceededException extends __BaseException {
641
475
  readonly name: "MaximumNumberOfTrailsExceededException";
642
476
  readonly $fault: "client";
643
-
644
477
  Message?: string;
645
-
646
478
  constructor(
647
479
  opts: __ExceptionOptionType<
648
480
  MaximumNumberOfTrailsExceededException,
@@ -650,35 +482,26 @@ export declare class MaximumNumberOfTrailsExceededException extends __BaseExcept
650
482
  >
651
483
  );
652
484
  }
653
-
654
485
  export declare class S3BucketDoesNotExistException extends __BaseException {
655
486
  readonly name: "S3BucketDoesNotExistException";
656
487
  readonly $fault: "client";
657
-
658
488
  Message?: string;
659
-
660
489
  constructor(
661
490
  opts: __ExceptionOptionType<S3BucketDoesNotExistException, __BaseException>
662
491
  );
663
492
  }
664
-
665
493
  export declare class TrailAlreadyExistsException extends __BaseException {
666
494
  readonly name: "TrailAlreadyExistsException";
667
495
  readonly $fault: "client";
668
-
669
496
  Message?: string;
670
-
671
497
  constructor(
672
498
  opts: __ExceptionOptionType<TrailAlreadyExistsException, __BaseException>
673
499
  );
674
500
  }
675
-
676
501
  export declare class TrailNotProvidedException extends __BaseException {
677
502
  readonly name: "TrailNotProvidedException";
678
503
  readonly $fault: "client";
679
-
680
504
  Message?: string;
681
-
682
505
  constructor(
683
506
  opts: __ExceptionOptionType<TrailNotProvidedException, __BaseException>
684
507
  );
@@ -687,13 +510,21 @@ export interface DeleteEventDataStoreRequest {
687
510
  EventDataStore: string | undefined;
688
511
  }
689
512
  export interface DeleteEventDataStoreResponse {}
690
-
513
+ export declare class EventDataStoreHasOngoingImportException extends __BaseException {
514
+ readonly name: "EventDataStoreHasOngoingImportException";
515
+ readonly $fault: "client";
516
+ Message?: string;
517
+ constructor(
518
+ opts: __ExceptionOptionType<
519
+ EventDataStoreHasOngoingImportException,
520
+ __BaseException
521
+ >
522
+ );
523
+ }
691
524
  export declare class EventDataStoreTerminationProtectedException extends __BaseException {
692
525
  readonly name: "EventDataStoreTerminationProtectedException";
693
526
  readonly $fault: "client";
694
-
695
527
  Message?: string;
696
-
697
528
  constructor(
698
529
  opts: __ExceptionOptionType<
699
530
  EventDataStoreTerminationProtectedException,
@@ -701,103 +532,66 @@ export declare class EventDataStoreTerminationProtectedException extends __BaseE
701
532
  >
702
533
  );
703
534
  }
704
-
705
535
  export interface DeleteTrailRequest {
706
536
  Name: string | undefined;
707
537
  }
708
-
709
538
  export interface DeleteTrailResponse {}
710
-
711
539
  export declare class InvalidHomeRegionException extends __BaseException {
712
540
  readonly name: "InvalidHomeRegionException";
713
541
  readonly $fault: "client";
714
-
715
542
  Message?: string;
716
-
717
543
  constructor(
718
544
  opts: __ExceptionOptionType<InvalidHomeRegionException, __BaseException>
719
545
  );
720
546
  }
721
-
722
547
  export declare class TrailNotFoundException extends __BaseException {
723
548
  readonly name: "TrailNotFoundException";
724
549
  readonly $fault: "client";
725
-
726
550
  Message?: string;
727
-
728
551
  constructor(
729
552
  opts: __ExceptionOptionType<TrailNotFoundException, __BaseException>
730
553
  );
731
554
  }
732
555
  export interface DescribeQueryRequest {
733
556
  EventDataStore: string | undefined;
734
-
735
557
  QueryId: string | undefined;
736
558
  }
737
-
738
559
  export interface QueryStatisticsForDescribeQuery {
739
560
  EventsMatched?: number;
740
-
741
561
  EventsScanned?: number;
742
-
743
562
  BytesScanned?: number;
744
-
745
563
  ExecutionTimeInMillis?: number;
746
-
747
564
  CreationTime?: Date;
748
565
  }
749
566
  export interface DescribeQueryResponse {
750
567
  QueryId?: string;
751
-
752
568
  QueryString?: string;
753
-
754
569
  QueryStatus?: QueryStatus | string;
755
-
756
570
  QueryStatistics?: QueryStatisticsForDescribeQuery;
757
-
758
571
  ErrorMessage?: string;
759
572
  }
760
-
761
573
  export interface DescribeTrailsRequest {
762
574
  trailNameList?: string[];
763
-
764
575
  includeShadowTrails?: boolean;
765
576
  }
766
-
767
577
  export interface Trail {
768
578
  Name?: string;
769
-
770
579
  S3BucketName?: string;
771
-
772
580
  S3KeyPrefix?: string;
773
-
774
581
  SnsTopicName?: string;
775
-
776
582
  SnsTopicARN?: string;
777
-
778
583
  IncludeGlobalServiceEvents?: boolean;
779
-
780
584
  IsMultiRegionTrail?: boolean;
781
-
782
585
  HomeRegion?: string;
783
-
784
586
  TrailARN?: string;
785
-
786
587
  LogFileValidationEnabled?: boolean;
787
-
788
588
  CloudWatchLogsLogGroupArn?: string;
789
-
790
589
  CloudWatchLogsRoleArn?: string;
791
-
792
590
  KmsKeyId?: string;
793
-
794
591
  HasCustomEventSelectors?: boolean;
795
-
796
592
  HasInsightSelectors?: boolean;
797
-
798
593
  IsOrganizationTrail?: boolean;
799
594
  }
800
-
801
595
  export interface DescribeTrailsResponse {
802
596
  trailList?: Trail[];
803
597
  }
@@ -808,27 +602,19 @@ export declare enum DestinationType {
808
602
  AWS_SERVICE = "AWS_SERVICE",
809
603
  EVENT_DATA_STORE = "EVENT_DATA_STORE",
810
604
  }
811
-
812
605
  export interface Destination {
813
606
  Type: DestinationType | string | undefined;
814
-
815
607
  Location: string | undefined;
816
608
  }
817
-
818
609
  export interface SourceConfig {
819
610
  ApplyToAllRegions?: boolean;
820
-
821
611
  AdvancedEventSelectors?: AdvancedEventSelector[];
822
612
  }
823
613
  export interface GetChannelResponse {
824
614
  ChannelArn?: string;
825
-
826
615
  Name?: string;
827
-
828
616
  Source?: string;
829
-
830
617
  SourceConfig?: SourceConfig;
831
-
832
618
  Destinations?: Destination[];
833
619
  }
834
620
  export interface GetEventDataStoreRequest {
@@ -836,32 +622,21 @@ export interface GetEventDataStoreRequest {
836
622
  }
837
623
  export interface GetEventDataStoreResponse {
838
624
  EventDataStoreArn?: string;
839
-
840
625
  Name?: string;
841
-
842
626
  Status?: EventDataStoreStatus | string;
843
-
844
627
  AdvancedEventSelectors?: AdvancedEventSelector[];
845
-
846
628
  MultiRegionEnabled?: boolean;
847
-
848
629
  OrganizationEnabled?: boolean;
849
-
850
630
  RetentionPeriod?: number;
851
-
852
631
  TerminationProtectionEnabled?: boolean;
853
-
854
632
  CreatedTimestamp?: Date;
855
-
856
633
  UpdatedTimestamp?: Date;
857
634
  }
858
635
  export interface GetEventSelectorsRequest {
859
636
  TrailName: string | undefined;
860
637
  }
861
-
862
638
  export interface DataResource {
863
639
  Type?: string;
864
-
865
640
  Values?: string[];
866
641
  }
867
642
  export declare enum ReadWriteType {
@@ -869,23 +644,61 @@ export declare enum ReadWriteType {
869
644
  ReadOnly = "ReadOnly",
870
645
  WriteOnly = "WriteOnly",
871
646
  }
872
-
873
647
  export interface EventSelector {
874
648
  ReadWriteType?: ReadWriteType | string;
875
-
876
649
  IncludeManagementEvents?: boolean;
877
-
878
650
  DataResources?: DataResource[];
879
-
880
651
  ExcludeManagementEventSources?: string[];
881
652
  }
882
653
  export interface GetEventSelectorsResponse {
883
654
  TrailARN?: string;
884
-
885
655
  EventSelectors?: EventSelector[];
886
-
887
656
  AdvancedEventSelectors?: AdvancedEventSelector[];
888
657
  }
658
+ export interface GetImportRequest {
659
+ ImportId: string | undefined;
660
+ }
661
+ export interface S3ImportSource {
662
+ S3LocationUri: string | undefined;
663
+ S3BucketRegion: string | undefined;
664
+ S3BucketAccessRoleArn: string | undefined;
665
+ }
666
+ export interface ImportSource {
667
+ S3: S3ImportSource | undefined;
668
+ }
669
+ export interface ImportStatistics {
670
+ PrefixesFound?: number;
671
+ PrefixesCompleted?: number;
672
+ FilesCompleted?: number;
673
+ EventsCompleted?: number;
674
+ FailedEntries?: number;
675
+ }
676
+ export declare enum ImportStatus {
677
+ COMPLETED = "COMPLETED",
678
+ FAILED = "FAILED",
679
+ INITIALIZING = "INITIALIZING",
680
+ IN_PROGRESS = "IN_PROGRESS",
681
+ STOPPED = "STOPPED",
682
+ }
683
+ export interface GetImportResponse {
684
+ ImportId?: string;
685
+ Destinations?: string[];
686
+ ImportSource?: ImportSource;
687
+ StartEventTime?: Date;
688
+ EndEventTime?: Date;
689
+ ImportStatus?: ImportStatus | string;
690
+ CreatedTimestamp?: Date;
691
+ UpdatedTimestamp?: Date;
692
+ ImportStatistics?: ImportStatistics;
693
+ }
694
+ export declare class ImportNotFoundException extends __BaseException {
695
+ readonly name: "ImportNotFoundException";
696
+ readonly $fault: "client";
697
+ Message?: string;
698
+ constructor(
699
+ opts: __ExceptionOptionType<ImportNotFoundException, __BaseException>
700
+ );
701
+ }
889
702
  export interface GetInsightSelectorsRequest {
890
703
  TrailName: string | undefined;
891
704
  }
@@ -893,72 +706,51 @@ export declare enum InsightType {
893
706
  ApiCallRateInsight = "ApiCallRateInsight",
894
707
  ApiErrorRateInsight = "ApiErrorRateInsight",
895
708
  }
896
-
897
709
  export interface InsightSelector {
898
710
  InsightType?: InsightType | string;
899
711
  }
900
712
  export interface GetInsightSelectorsResponse {
901
713
  TrailARN?: string;
902
-
903
714
  InsightSelectors?: InsightSelector[];
904
715
  }
905
-
906
716
  export declare class InsightNotEnabledException extends __BaseException {
907
717
  readonly name: "InsightNotEnabledException";
908
718
  readonly $fault: "client";
909
-
910
719
  Message?: string;
911
-
912
720
  constructor(
913
721
  opts: __ExceptionOptionType<InsightNotEnabledException, __BaseException>
914
722
  );
915
723
  }
916
724
  export interface GetQueryResultsRequest {
917
725
  EventDataStore: string | undefined;
918
-
919
726
  QueryId: string | undefined;
920
-
921
727
  NextToken?: string;
922
-
923
728
  MaxQueryResults?: number;
924
729
  }
925
-
926
730
  export interface QueryStatistics {
927
731
  ResultsCount?: number;
928
-
929
732
  TotalResultsCount?: number;
930
-
931
733
  BytesScanned?: number;
932
734
  }
933
735
  export interface GetQueryResultsResponse {
934
736
  QueryStatus?: QueryStatus | string;
935
-
936
737
  QueryStatistics?: QueryStatistics;
937
-
938
738
  QueryResultRows?: Record<string, string>[][];
939
-
940
739
  NextToken?: string;
941
-
942
740
  ErrorMessage?: string;
943
741
  }
944
-
945
742
  export declare class InvalidMaxResultsException extends __BaseException {
946
743
  readonly name: "InvalidMaxResultsException";
947
744
  readonly $fault: "client";
948
-
949
745
  Message?: string;
950
-
951
746
  constructor(
952
747
  opts: __ExceptionOptionType<InvalidMaxResultsException, __BaseException>
953
748
  );
954
749
  }
955
-
956
750
  export declare class InvalidNextTokenException extends __BaseException {
957
751
  readonly name: "InvalidNextTokenException";
958
752
  readonly $fault: "client";
959
-
960
753
  Message?: string;
961
-
962
754
  constructor(
963
755
  opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
964
756
  );
@@ -969,234 +761,194 @@ export interface GetTrailRequest {
969
761
  export interface GetTrailResponse {
970
762
  Trail?: Trail;
971
763
  }
972
-
973
764
  export interface GetTrailStatusRequest {
974
765
  Name: string | undefined;
975
766
  }
976
-
977
767
  export interface GetTrailStatusResponse {
978
768
  IsLogging?: boolean;
979
-
980
769
  LatestDeliveryError?: string;
981
-
982
770
  LatestNotificationError?: string;
983
-
984
771
  LatestDeliveryTime?: Date;
985
-
986
772
  LatestNotificationTime?: Date;
987
-
988
773
  StartLoggingTime?: Date;
989
-
990
774
  StopLoggingTime?: Date;
991
-
992
775
  LatestCloudWatchLogsDeliveryError?: string;
993
-
994
776
  LatestCloudWatchLogsDeliveryTime?: Date;
995
-
996
777
  LatestDigestDeliveryTime?: Date;
997
-
998
778
  LatestDigestDeliveryError?: string;
999
-
1000
779
  LatestDeliveryAttemptTime?: string;
1001
-
1002
780
  LatestNotificationAttemptTime?: string;
1003
-
1004
781
  LatestNotificationAttemptSucceeded?: string;
1005
-
1006
782
  LatestDeliveryAttemptSucceeded?: string;
1007
-
1008
783
  TimeLoggingStarted?: string;
1009
-
1010
784
  TimeLoggingStopped?: string;
1011
785
  }
1012
786
  export interface ListChannelsRequest {
1013
787
  MaxResults?: number;
1014
-
1015
788
  NextToken?: string;
1016
789
  }
1017
790
  export interface ListChannelsResponse {
1018
791
  Channels?: Channel[];
1019
-
1020
792
  NextToken?: string;
1021
793
  }
1022
794
  export interface ListEventDataStoresRequest {
1023
795
  NextToken?: string;
1024
-
1025
796
  MaxResults?: number;
1026
797
  }
1027
-
1028
798
  export interface EventDataStore {
1029
799
  EventDataStoreArn?: string;
1030
-
1031
800
  Name?: string;
1032
-
1033
801
  TerminationProtectionEnabled?: boolean;
1034
-
1035
802
  Status?: EventDataStoreStatus | string;
1036
-
1037
803
  AdvancedEventSelectors?: AdvancedEventSelector[];
1038
-
1039
804
  MultiRegionEnabled?: boolean;
1040
-
1041
805
  OrganizationEnabled?: boolean;
1042
-
1043
806
  RetentionPeriod?: number;
1044
-
1045
807
  CreatedTimestamp?: Date;
1046
-
1047
808
  UpdatedTimestamp?: Date;
1048
809
  }
1049
810
  export interface ListEventDataStoresResponse {
1050
811
  EventDataStores?: EventDataStore[];
1051
-
1052
812
  NextToken?: string;
1053
813
  }
1054
-
814
+ export interface ListImportFailuresRequest {
815
+ ImportId: string | undefined;
816
+ MaxResults?: number;
817
+ NextToken?: string;
818
+ }
819
+ export declare enum ImportFailureStatus {
820
+ FAILED = "FAILED",
821
+ RETRY = "RETRY",
822
+ SUCCEEDED = "SUCCEEDED",
823
+ }
824
+ export interface ImportFailureListItem {
825
+ Location?: string;
826
+ Status?: ImportFailureStatus | string;
827
+ ErrorType?: string;
828
+ ErrorMessage?: string;
829
+ LastUpdatedTime?: Date;
830
+ }
831
+ export interface ListImportFailuresResponse {
832
+ Failures?: ImportFailureListItem[];
833
+ NextToken?: string;
834
+ }
835
+ export interface ListImportsRequest {
836
+ MaxResults?: number;
837
+ Destination?: string;
838
+ ImportStatus?: ImportStatus | string;
839
+ NextToken?: string;
840
+ }
841
+ export interface ImportsListItem {
842
+ ImportId?: string;
843
+ ImportStatus?: ImportStatus | string;
844
+ Destinations?: string[];
845
+ CreatedTimestamp?: Date;
846
+ UpdatedTimestamp?: Date;
847
+ }
848
+ export interface ListImportsResponse {
849
+ Imports?: ImportsListItem[];
850
+ NextToken?: string;
851
+ }
1055
852
  export declare class InvalidTimeRangeException extends __BaseException {
1056
853
  readonly name: "InvalidTimeRangeException";
1057
854
  readonly $fault: "client";
1058
-
1059
855
  Message?: string;
1060
-
1061
856
  constructor(
1062
857
  opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
1063
858
  );
1064
859
  }
1065
-
1066
860
  export declare class InvalidTokenException extends __BaseException {
1067
861
  readonly name: "InvalidTokenException";
1068
862
  readonly $fault: "client";
1069
-
1070
863
  Message?: string;
1071
-
1072
864
  constructor(
1073
865
  opts: __ExceptionOptionType<InvalidTokenException, __BaseException>
1074
866
  );
1075
867
  }
1076
-
1077
868
  export interface ListPublicKeysRequest {
1078
869
  StartTime?: Date;
1079
-
1080
870
  EndTime?: Date;
1081
-
1082
871
  NextToken?: string;
1083
872
  }
1084
-
1085
873
  export interface PublicKey {
1086
874
  Value?: Uint8Array;
1087
-
1088
875
  ValidityStartTime?: Date;
1089
-
1090
876
  ValidityEndTime?: Date;
1091
-
1092
877
  Fingerprint?: string;
1093
878
  }
1094
-
1095
879
  export interface ListPublicKeysResponse {
1096
880
  PublicKeyList?: PublicKey[];
1097
-
1098
881
  NextToken?: string;
1099
882
  }
1100
-
1101
883
  export declare class InvalidDateRangeException extends __BaseException {
1102
884
  readonly name: "InvalidDateRangeException";
1103
885
  readonly $fault: "client";
1104
-
1105
886
  Message?: string;
1106
-
1107
887
  constructor(
1108
888
  opts: __ExceptionOptionType<InvalidDateRangeException, __BaseException>
1109
889
  );
1110
890
  }
1111
-
1112
891
  export declare class InvalidQueryStatusException extends __BaseException {
1113
892
  readonly name: "InvalidQueryStatusException";
1114
893
  readonly $fault: "client";
1115
-
1116
894
  Message?: string;
1117
-
1118
895
  constructor(
1119
896
  opts: __ExceptionOptionType<InvalidQueryStatusException, __BaseException>
1120
897
  );
1121
898
  }
1122
899
  export interface ListQueriesRequest {
1123
900
  EventDataStore: string | undefined;
1124
-
1125
901
  NextToken?: string;
1126
-
1127
902
  MaxResults?: number;
1128
-
1129
903
  StartTime?: Date;
1130
-
1131
904
  EndTime?: Date;
1132
-
1133
905
  QueryStatus?: QueryStatus | string;
1134
906
  }
1135
-
1136
907
  export interface Query {
1137
908
  QueryId?: string;
1138
-
1139
909
  QueryStatus?: QueryStatus | string;
1140
-
1141
910
  CreationTime?: Date;
1142
911
  }
1143
912
  export interface ListQueriesResponse {
1144
913
  Queries?: Query[];
1145
-
1146
914
  NextToken?: string;
1147
915
  }
1148
-
1149
916
  export interface ListTagsRequest {
1150
917
  ResourceIdList: string[] | undefined;
1151
-
1152
918
  NextToken?: string;
1153
919
  }
1154
-
1155
920
  export interface ResourceTag {
1156
921
  ResourceId?: string;
1157
-
1158
922
  TagsList?: Tag[];
1159
923
  }
1160
-
1161
924
  export interface ListTagsResponse {
1162
925
  ResourceTagList?: ResourceTag[];
1163
-
1164
926
  NextToken?: string;
1165
927
  }
1166
928
  export interface ListTrailsRequest {
1167
929
  NextToken?: string;
1168
930
  }
1169
-
1170
931
  export interface TrailInfo {
1171
932
  TrailARN?: string;
1172
-
1173
933
  Name?: string;
1174
-
1175
934
  HomeRegion?: string;
1176
935
  }
1177
936
  export interface ListTrailsResponse {
1178
937
  Trails?: TrailInfo[];
1179
-
1180
938
  NextToken?: string;
1181
939
  }
1182
-
1183
940
  export declare class InvalidEventCategoryException extends __BaseException {
1184
941
  readonly name: "InvalidEventCategoryException";
1185
942
  readonly $fault: "client";
1186
-
1187
943
  Message?: string;
1188
-
1189
944
  constructor(
1190
945
  opts: __ExceptionOptionType<InvalidEventCategoryException, __BaseException>
1191
946
  );
1192
947
  }
1193
-
1194
948
  export declare class InvalidLookupAttributesException extends __BaseException {
1195
949
  readonly name: "InvalidLookupAttributesException";
1196
950
  readonly $fault: "client";
1197
-
1198
951
  Message?: string;
1199
-
1200
952
  constructor(
1201
953
  opts: __ExceptionOptionType<
1202
954
  InvalidLookupAttributesException,
@@ -1217,90 +969,59 @@ export declare enum LookupAttributeKey {
1217
969
  RESOURCE_TYPE = "ResourceType",
1218
970
  USERNAME = "Username",
1219
971
  }
1220
-
1221
972
  export interface LookupAttribute {
1222
973
  AttributeKey: LookupAttributeKey | string | undefined;
1223
-
1224
974
  AttributeValue: string | undefined;
1225
975
  }
1226
-
1227
976
  export interface LookupEventsRequest {
1228
977
  LookupAttributes?: LookupAttribute[];
1229
-
1230
978
  StartTime?: Date;
1231
-
1232
979
  EndTime?: Date;
1233
-
1234
980
  EventCategory?: EventCategory | string;
1235
-
1236
981
  MaxResults?: number;
1237
-
1238
982
  NextToken?: string;
1239
983
  }
1240
-
1241
984
  export interface Resource {
1242
985
  ResourceType?: string;
1243
-
1244
986
  ResourceName?: string;
1245
987
  }
1246
-
1247
988
  export interface Event {
1248
989
  EventId?: string;
1249
-
1250
990
  EventName?: string;
1251
-
1252
991
  ReadOnly?: string;
1253
-
1254
992
  AccessKeyId?: string;
1255
-
1256
993
  EventTime?: Date;
1257
-
1258
994
  EventSource?: string;
1259
-
1260
995
  Username?: string;
1261
-
1262
996
  Resources?: Resource[];
1263
-
1264
997
  CloudTrailEvent?: string;
1265
998
  }
1266
-
1267
999
  export interface LookupEventsResponse {
1268
1000
  Events?: Event[];
1269
-
1270
1001
  NextToken?: string;
1271
1002
  }
1272
-
1273
1003
  export declare class InvalidEventSelectorsException extends __BaseException {
1274
1004
  readonly name: "InvalidEventSelectorsException";
1275
1005
  readonly $fault: "client";
1276
-
1277
1006
  Message?: string;
1278
-
1279
1007
  constructor(
1280
1008
  opts: __ExceptionOptionType<InvalidEventSelectorsException, __BaseException>
1281
1009
  );
1282
1010
  }
1283
1011
  export interface PutEventSelectorsRequest {
1284
1012
  TrailName: string | undefined;
1285
-
1286
1013
  EventSelectors?: EventSelector[];
1287
-
1288
1014
  AdvancedEventSelectors?: AdvancedEventSelector[];
1289
1015
  }
1290
1016
  export interface PutEventSelectorsResponse {
1291
1017
  TrailARN?: string;
1292
-
1293
1018
  EventSelectors?: EventSelector[];
1294
-
1295
1019
  AdvancedEventSelectors?: AdvancedEventSelector[];
1296
1020
  }
1297
-
1298
1021
  export declare class InvalidInsightSelectorsException extends __BaseException {
1299
1022
  readonly name: "InvalidInsightSelectorsException";
1300
1023
  readonly $fault: "client";
1301
-
1302
1024
  Message?: string;
1303
-
1304
1025
  constructor(
1305
1026
  opts: __ExceptionOptionType<
1306
1027
  InvalidInsightSelectorsException,
@@ -1310,29 +1031,21 @@ export declare class InvalidInsightSelectorsException extends __BaseException {
1310
1031
  }
1311
1032
  export interface PutInsightSelectorsRequest {
1312
1033
  TrailName: string | undefined;
1313
-
1314
1034
  InsightSelectors: InsightSelector[] | undefined;
1315
1035
  }
1316
1036
  export interface PutInsightSelectorsResponse {
1317
1037
  TrailARN?: string;
1318
-
1319
1038
  InsightSelectors?: InsightSelector[];
1320
1039
  }
1321
-
1322
1040
  export interface RemoveTagsRequest {
1323
1041
  ResourceId: string | undefined;
1324
-
1325
1042
  TagsList: Tag[] | undefined;
1326
1043
  }
1327
-
1328
1044
  export interface RemoveTagsResponse {}
1329
-
1330
1045
  export declare class InvalidEventDataStoreStatusException extends __BaseException {
1331
1046
  readonly name: "InvalidEventDataStoreStatusException";
1332
1047
  readonly $fault: "client";
1333
-
1334
1048
  Message?: string;
1335
-
1336
1049
  constructor(
1337
1050
  opts: __ExceptionOptionType<
1338
1051
  InvalidEventDataStoreStatusException,
@@ -1345,49 +1058,68 @@ export interface RestoreEventDataStoreRequest {
1345
1058
  }
1346
1059
  export interface RestoreEventDataStoreResponse {
1347
1060
  EventDataStoreArn?: string;
1348
-
1349
1061
  Name?: string;
1350
-
1351
1062
  Status?: EventDataStoreStatus | string;
1352
-
1353
1063
  AdvancedEventSelectors?: AdvancedEventSelector[];
1354
-
1355
1064
  MultiRegionEnabled?: boolean;
1356
-
1357
1065
  OrganizationEnabled?: boolean;
1358
-
1359
1066
  RetentionPeriod?: number;
1360
-
1361
1067
  TerminationProtectionEnabled?: boolean;
1362
-
1363
1068
  CreatedTimestamp?: Date;
1364
-
1365
1069
  UpdatedTimestamp?: Date;
1366
1070
  }
1367
-
1071
+ export declare class InvalidEventDataStoreCategoryException extends __BaseException {
1072
+ readonly name: "InvalidEventDataStoreCategoryException";
1073
+ readonly $fault: "client";
1074
+ Message?: string;
1075
+ constructor(
1076
+ opts: __ExceptionOptionType<
1077
+ InvalidEventDataStoreCategoryException,
1078
+ __BaseException
1079
+ >
1080
+ );
1081
+ }
1082
+ export declare class InvalidImportSourceException extends __BaseException {
1083
+ readonly name: "InvalidImportSourceException";
1084
+ readonly $fault: "client";
1085
+ Message?: string;
1086
+ constructor(
1087
+ opts: __ExceptionOptionType<InvalidImportSourceException, __BaseException>
1088
+ );
1089
+ }
1090
+ export interface StartImportRequest {
1091
+ Destinations?: string[];
1092
+ ImportSource?: ImportSource;
1093
+ StartEventTime?: Date;
1094
+ EndEventTime?: Date;
1095
+ ImportId?: string;
1096
+ }
1097
+ export interface StartImportResponse {
1098
+ ImportId?: string;
1099
+ Destinations?: string[];
1100
+ ImportSource?: ImportSource;
1101
+ StartEventTime?: Date;
1102
+ EndEventTime?: Date;
1103
+ ImportStatus?: ImportStatus | string;
1104
+ CreatedTimestamp?: Date;
1105
+ UpdatedTimestamp?: Date;
1106
+ }
1368
1107
  export interface StartLoggingRequest {
1369
1108
  Name: string | undefined;
1370
1109
  }
1371
-
1372
1110
  export interface StartLoggingResponse {}
1373
-
1374
1111
  export declare class InvalidQueryStatementException extends __BaseException {
1375
1112
  readonly name: "InvalidQueryStatementException";
1376
1113
  readonly $fault: "client";
1377
-
1378
1114
  Message?: string;
1379
-
1380
1115
  constructor(
1381
1116
  opts: __ExceptionOptionType<InvalidQueryStatementException, __BaseException>
1382
1117
  );
1383
1118
  }
1384
-
1385
1119
  export declare class MaxConcurrentQueriesException extends __BaseException {
1386
1120
  readonly name: "MaxConcurrentQueriesException";
1387
1121
  readonly $fault: "client";
1388
-
1389
1122
  Message?: string;
1390
-
1391
1123
  constructor(
1392
1124
  opts: __ExceptionOptionType<MaxConcurrentQueriesException, __BaseException>
1393
1125
  );
@@ -1398,401 +1130,335 @@ export interface StartQueryRequest {
1398
1130
  export interface StartQueryResponse {
1399
1131
  QueryId?: string;
1400
1132
  }
1401
-
1133
+ export interface StopImportRequest {
1134
+ ImportId: string | undefined;
1135
+ }
1136
+ export interface StopImportResponse {
1137
+ ImportId?: string;
1138
+ ImportSource?: ImportSource;
1139
+ Destinations?: string[];
1140
+ ImportStatus?: ImportStatus | string;
1141
+ CreatedTimestamp?: Date;
1142
+ UpdatedTimestamp?: Date;
1143
+ StartEventTime?: Date;
1144
+ EndEventTime?: Date;
1145
+ ImportStatistics?: ImportStatistics;
1146
+ }
1402
1147
  export interface StopLoggingRequest {
1403
1148
  Name: string | undefined;
1404
1149
  }
1405
-
1406
1150
  export interface StopLoggingResponse {}
1407
1151
  export interface UpdateEventDataStoreRequest {
1408
1152
  EventDataStore: string | undefined;
1409
-
1410
1153
  Name?: string;
1411
-
1412
1154
  AdvancedEventSelectors?: AdvancedEventSelector[];
1413
-
1414
1155
  MultiRegionEnabled?: boolean;
1415
-
1416
1156
  OrganizationEnabled?: boolean;
1417
-
1418
1157
  RetentionPeriod?: number;
1419
-
1420
1158
  TerminationProtectionEnabled?: boolean;
1421
1159
  }
1422
1160
  export interface UpdateEventDataStoreResponse {
1423
1161
  EventDataStoreArn?: string;
1424
-
1425
1162
  Name?: string;
1426
-
1427
1163
  Status?: EventDataStoreStatus | string;
1428
-
1429
1164
  AdvancedEventSelectors?: AdvancedEventSelector[];
1430
-
1431
1165
  MultiRegionEnabled?: boolean;
1432
-
1433
1166
  OrganizationEnabled?: boolean;
1434
-
1435
1167
  RetentionPeriod?: number;
1436
-
1437
1168
  TerminationProtectionEnabled?: boolean;
1438
-
1439
1169
  CreatedTimestamp?: Date;
1440
-
1441
1170
  UpdatedTimestamp?: Date;
1442
1171
  }
1443
-
1444
1172
  export interface UpdateTrailRequest {
1445
1173
  Name: string | undefined;
1446
-
1447
1174
  S3BucketName?: string;
1448
-
1449
1175
  S3KeyPrefix?: string;
1450
-
1451
1176
  SnsTopicName?: string;
1452
-
1453
1177
  IncludeGlobalServiceEvents?: boolean;
1454
-
1455
1178
  IsMultiRegionTrail?: boolean;
1456
-
1457
1179
  EnableLogFileValidation?: boolean;
1458
-
1459
1180
  CloudWatchLogsLogGroupArn?: string;
1460
-
1461
1181
  CloudWatchLogsRoleArn?: string;
1462
-
1463
1182
  KmsKeyId?: string;
1464
-
1465
1183
  IsOrganizationTrail?: boolean;
1466
1184
  }
1467
-
1468
1185
  export interface UpdateTrailResponse {
1469
1186
  Name?: string;
1470
-
1471
1187
  S3BucketName?: string;
1472
-
1473
1188
  S3KeyPrefix?: string;
1474
-
1475
1189
  SnsTopicName?: string;
1476
-
1477
1190
  SnsTopicARN?: string;
1478
-
1479
1191
  IncludeGlobalServiceEvents?: boolean;
1480
-
1481
1192
  IsMultiRegionTrail?: boolean;
1482
-
1483
1193
  TrailARN?: string;
1484
-
1485
1194
  LogFileValidationEnabled?: boolean;
1486
-
1487
1195
  CloudWatchLogsLogGroupArn?: string;
1488
-
1489
1196
  CloudWatchLogsRoleArn?: string;
1490
-
1491
1197
  KmsKeyId?: string;
1492
-
1493
1198
  IsOrganizationTrail?: boolean;
1494
1199
  }
1495
-
1496
1200
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1497
-
1498
1201
  export declare const AddTagsRequestFilterSensitiveLog: (
1499
1202
  obj: AddTagsRequest
1500
1203
  ) => any;
1501
-
1502
1204
  export declare const AddTagsResponseFilterSensitiveLog: (
1503
1205
  obj: AddTagsResponse
1504
1206
  ) => any;
1505
-
1506
1207
  export declare const AdvancedFieldSelectorFilterSensitiveLog: (
1507
1208
  obj: AdvancedFieldSelector
1508
1209
  ) => any;
1509
-
1510
1210
  export declare const AdvancedEventSelectorFilterSensitiveLog: (
1511
1211
  obj: AdvancedEventSelector
1512
1212
  ) => any;
1513
-
1514
1213
  export declare const CancelQueryRequestFilterSensitiveLog: (
1515
1214
  obj: CancelQueryRequest
1516
1215
  ) => any;
1517
-
1518
1216
  export declare const CancelQueryResponseFilterSensitiveLog: (
1519
1217
  obj: CancelQueryResponse
1520
1218
  ) => any;
1521
-
1522
1219
  export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1523
-
1524
1220
  export declare const CreateEventDataStoreRequestFilterSensitiveLog: (
1525
1221
  obj: CreateEventDataStoreRequest
1526
1222
  ) => any;
1527
-
1528
1223
  export declare const CreateEventDataStoreResponseFilterSensitiveLog: (
1529
1224
  obj: CreateEventDataStoreResponse
1530
1225
  ) => any;
1531
-
1532
1226
  export declare const CreateTrailRequestFilterSensitiveLog: (
1533
1227
  obj: CreateTrailRequest
1534
1228
  ) => any;
1535
-
1536
1229
  export declare const CreateTrailResponseFilterSensitiveLog: (
1537
1230
  obj: CreateTrailResponse
1538
1231
  ) => any;
1539
-
1540
1232
  export declare const DeleteEventDataStoreRequestFilterSensitiveLog: (
1541
1233
  obj: DeleteEventDataStoreRequest
1542
1234
  ) => any;
1543
-
1544
1235
  export declare const DeleteEventDataStoreResponseFilterSensitiveLog: (
1545
1236
  obj: DeleteEventDataStoreResponse
1546
1237
  ) => any;
1547
-
1548
1238
  export declare const DeleteTrailRequestFilterSensitiveLog: (
1549
1239
  obj: DeleteTrailRequest
1550
1240
  ) => any;
1551
-
1552
1241
  export declare const DeleteTrailResponseFilterSensitiveLog: (
1553
1242
  obj: DeleteTrailResponse
1554
1243
  ) => any;
1555
-
1556
1244
  export declare const DescribeQueryRequestFilterSensitiveLog: (
1557
1245
  obj: DescribeQueryRequest
1558
1246
  ) => any;
1559
-
1560
1247
  export declare const QueryStatisticsForDescribeQueryFilterSensitiveLog: (
1561
1248
  obj: QueryStatisticsForDescribeQuery
1562
1249
  ) => any;
1563
-
1564
1250
  export declare const DescribeQueryResponseFilterSensitiveLog: (
1565
1251
  obj: DescribeQueryResponse
1566
1252
  ) => any;
1567
-
1568
1253
  export declare const DescribeTrailsRequestFilterSensitiveLog: (
1569
1254
  obj: DescribeTrailsRequest
1570
1255
  ) => any;
1571
-
1572
1256
  export declare const TrailFilterSensitiveLog: (obj: Trail) => any;
1573
-
1574
1257
  export declare const DescribeTrailsResponseFilterSensitiveLog: (
1575
1258
  obj: DescribeTrailsResponse
1576
1259
  ) => any;
1577
-
1578
1260
  export declare const GetChannelRequestFilterSensitiveLog: (
1579
1261
  obj: GetChannelRequest
1580
1262
  ) => any;
1581
-
1582
1263
  export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
1583
-
1584
1264
  export declare const SourceConfigFilterSensitiveLog: (obj: SourceConfig) => any;
1585
-
1586
1265
  export declare const GetChannelResponseFilterSensitiveLog: (
1587
1266
  obj: GetChannelResponse
1588
1267
  ) => any;
1589
-
1590
1268
  export declare const GetEventDataStoreRequestFilterSensitiveLog: (
1591
1269
  obj: GetEventDataStoreRequest
1592
1270
  ) => any;
1593
-
1594
1271
  export declare const GetEventDataStoreResponseFilterSensitiveLog: (
1595
1272
  obj: GetEventDataStoreResponse
1596
1273
  ) => any;
1597
-
1598
1274
  export declare const GetEventSelectorsRequestFilterSensitiveLog: (
1599
1275
  obj: GetEventSelectorsRequest
1600
1276
  ) => any;
1601
-
1602
1277
  export declare const DataResourceFilterSensitiveLog: (obj: DataResource) => any;
1603
-
1604
1278
  export declare const EventSelectorFilterSensitiveLog: (
1605
1279
  obj: EventSelector
1606
1280
  ) => any;
1607
-
1608
1281
  export declare const GetEventSelectorsResponseFilterSensitiveLog: (
1609
1282
  obj: GetEventSelectorsResponse
1610
1283
  ) => any;
1611
-
1284
+ export declare const GetImportRequestFilterSensitiveLog: (
1285
+ obj: GetImportRequest
1286
+ ) => any;
1287
+ export declare const S3ImportSourceFilterSensitiveLog: (
1288
+ obj: S3ImportSource
1289
+ ) => any;
1290
+ export declare const ImportSourceFilterSensitiveLog: (obj: ImportSource) => any;
1291
+ export declare const ImportStatisticsFilterSensitiveLog: (
1292
+ obj: ImportStatistics
1293
+ ) => any;
1294
+ export declare const GetImportResponseFilterSensitiveLog: (
1295
+ obj: GetImportResponse
1296
+ ) => any;
1612
1297
  export declare const GetInsightSelectorsRequestFilterSensitiveLog: (
1613
1298
  obj: GetInsightSelectorsRequest
1614
1299
  ) => any;
1615
-
1616
1300
  export declare const InsightSelectorFilterSensitiveLog: (
1617
1301
  obj: InsightSelector
1618
1302
  ) => any;
1619
-
1620
1303
  export declare const GetInsightSelectorsResponseFilterSensitiveLog: (
1621
1304
  obj: GetInsightSelectorsResponse
1622
1305
  ) => any;
1623
-
1624
1306
  export declare const GetQueryResultsRequestFilterSensitiveLog: (
1625
1307
  obj: GetQueryResultsRequest
1626
1308
  ) => any;
1627
-
1628
1309
  export declare const QueryStatisticsFilterSensitiveLog: (
1629
1310
  obj: QueryStatistics
1630
1311
  ) => any;
1631
-
1632
1312
  export declare const GetQueryResultsResponseFilterSensitiveLog: (
1633
1313
  obj: GetQueryResultsResponse
1634
1314
  ) => any;
1635
-
1636
1315
  export declare const GetTrailRequestFilterSensitiveLog: (
1637
1316
  obj: GetTrailRequest
1638
1317
  ) => any;
1639
-
1640
1318
  export declare const GetTrailResponseFilterSensitiveLog: (
1641
1319
  obj: GetTrailResponse
1642
1320
  ) => any;
1643
-
1644
1321
  export declare const GetTrailStatusRequestFilterSensitiveLog: (
1645
1322
  obj: GetTrailStatusRequest
1646
1323
  ) => any;
1647
-
1648
1324
  export declare const GetTrailStatusResponseFilterSensitiveLog: (
1649
1325
  obj: GetTrailStatusResponse
1650
1326
  ) => any;
1651
-
1652
1327
  export declare const ListChannelsRequestFilterSensitiveLog: (
1653
1328
  obj: ListChannelsRequest
1654
1329
  ) => any;
1655
-
1656
1330
  export declare const ListChannelsResponseFilterSensitiveLog: (
1657
1331
  obj: ListChannelsResponse
1658
1332
  ) => any;
1659
-
1660
1333
  export declare const ListEventDataStoresRequestFilterSensitiveLog: (
1661
1334
  obj: ListEventDataStoresRequest
1662
1335
  ) => any;
1663
-
1664
1336
  export declare const EventDataStoreFilterSensitiveLog: (
1665
1337
  obj: EventDataStore
1666
1338
  ) => any;
1667
-
1668
1339
  export declare const ListEventDataStoresResponseFilterSensitiveLog: (
1669
1340
  obj: ListEventDataStoresResponse
1670
1341
  ) => any;
1671
-
1342
+ export declare const ListImportFailuresRequestFilterSensitiveLog: (
1343
+ obj: ListImportFailuresRequest
1344
+ ) => any;
1345
+ export declare const ImportFailureListItemFilterSensitiveLog: (
1346
+ obj: ImportFailureListItem
1347
+ ) => any;
1348
+ export declare const ListImportFailuresResponseFilterSensitiveLog: (
1349
+ obj: ListImportFailuresResponse
1350
+ ) => any;
1351
+ export declare const ListImportsRequestFilterSensitiveLog: (
1352
+ obj: ListImportsRequest
1353
+ ) => any;
1354
+ export declare const ImportsListItemFilterSensitiveLog: (
1355
+ obj: ImportsListItem
1356
+ ) => any;
1357
+ export declare const ListImportsResponseFilterSensitiveLog: (
1358
+ obj: ListImportsResponse
1359
+ ) => any;
1672
1360
  export declare const ListPublicKeysRequestFilterSensitiveLog: (
1673
1361
  obj: ListPublicKeysRequest
1674
1362
  ) => any;
1675
-
1676
1363
  export declare const PublicKeyFilterSensitiveLog: (obj: PublicKey) => any;
1677
-
1678
1364
  export declare const ListPublicKeysResponseFilterSensitiveLog: (
1679
1365
  obj: ListPublicKeysResponse
1680
1366
  ) => any;
1681
-
1682
1367
  export declare const ListQueriesRequestFilterSensitiveLog: (
1683
1368
  obj: ListQueriesRequest
1684
1369
  ) => any;
1685
-
1686
1370
  export declare const QueryFilterSensitiveLog: (obj: Query) => any;
1687
-
1688
1371
  export declare const ListQueriesResponseFilterSensitiveLog: (
1689
1372
  obj: ListQueriesResponse
1690
1373
  ) => any;
1691
-
1692
1374
  export declare const ListTagsRequestFilterSensitiveLog: (
1693
1375
  obj: ListTagsRequest
1694
1376
  ) => any;
1695
-
1696
1377
  export declare const ResourceTagFilterSensitiveLog: (obj: ResourceTag) => any;
1697
-
1698
1378
  export declare const ListTagsResponseFilterSensitiveLog: (
1699
1379
  obj: ListTagsResponse
1700
1380
  ) => any;
1701
-
1702
1381
  export declare const ListTrailsRequestFilterSensitiveLog: (
1703
1382
  obj: ListTrailsRequest
1704
1383
  ) => any;
1705
-
1706
1384
  export declare const TrailInfoFilterSensitiveLog: (obj: TrailInfo) => any;
1707
-
1708
1385
  export declare const ListTrailsResponseFilterSensitiveLog: (
1709
1386
  obj: ListTrailsResponse
1710
1387
  ) => any;
1711
-
1712
1388
  export declare const LookupAttributeFilterSensitiveLog: (
1713
1389
  obj: LookupAttribute
1714
1390
  ) => any;
1715
-
1716
1391
  export declare const LookupEventsRequestFilterSensitiveLog: (
1717
1392
  obj: LookupEventsRequest
1718
1393
  ) => any;
1719
-
1720
1394
  export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
1721
-
1722
1395
  export declare const EventFilterSensitiveLog: (obj: Event) => any;
1723
-
1724
1396
  export declare const LookupEventsResponseFilterSensitiveLog: (
1725
1397
  obj: LookupEventsResponse
1726
1398
  ) => any;
1727
-
1728
1399
  export declare const PutEventSelectorsRequestFilterSensitiveLog: (
1729
1400
  obj: PutEventSelectorsRequest
1730
1401
  ) => any;
1731
-
1732
1402
  export declare const PutEventSelectorsResponseFilterSensitiveLog: (
1733
1403
  obj: PutEventSelectorsResponse
1734
1404
  ) => any;
1735
-
1736
1405
  export declare const PutInsightSelectorsRequestFilterSensitiveLog: (
1737
1406
  obj: PutInsightSelectorsRequest
1738
1407
  ) => any;
1739
-
1740
1408
  export declare const PutInsightSelectorsResponseFilterSensitiveLog: (
1741
1409
  obj: PutInsightSelectorsResponse
1742
1410
  ) => any;
1743
-
1744
1411
  export declare const RemoveTagsRequestFilterSensitiveLog: (
1745
1412
  obj: RemoveTagsRequest
1746
1413
  ) => any;
1747
-
1748
1414
  export declare const RemoveTagsResponseFilterSensitiveLog: (
1749
1415
  obj: RemoveTagsResponse
1750
1416
  ) => any;
1751
-
1752
1417
  export declare const RestoreEventDataStoreRequestFilterSensitiveLog: (
1753
1418
  obj: RestoreEventDataStoreRequest
1754
1419
  ) => any;
1755
-
1756
1420
  export declare const RestoreEventDataStoreResponseFilterSensitiveLog: (
1757
1421
  obj: RestoreEventDataStoreResponse
1758
1422
  ) => any;
1759
-
1423
+ export declare const StartImportRequestFilterSensitiveLog: (
1424
+ obj: StartImportRequest
1425
+ ) => any;
1426
+ export declare const StartImportResponseFilterSensitiveLog: (
1427
+ obj: StartImportResponse
1428
+ ) => any;
1760
1429
  export declare const StartLoggingRequestFilterSensitiveLog: (
1761
1430
  obj: StartLoggingRequest
1762
1431
  ) => any;
1763
-
1764
1432
  export declare const StartLoggingResponseFilterSensitiveLog: (
1765
1433
  obj: StartLoggingResponse
1766
1434
  ) => any;
1767
-
1768
1435
  export declare const StartQueryRequestFilterSensitiveLog: (
1769
1436
  obj: StartQueryRequest
1770
1437
  ) => any;
1771
-
1772
1438
  export declare const StartQueryResponseFilterSensitiveLog: (
1773
1439
  obj: StartQueryResponse
1774
1440
  ) => any;
1775
-
1441
+ export declare const StopImportRequestFilterSensitiveLog: (
1442
+ obj: StopImportRequest
1443
+ ) => any;
1444
+ export declare const StopImportResponseFilterSensitiveLog: (
1445
+ obj: StopImportResponse
1446
+ ) => any;
1776
1447
  export declare const StopLoggingRequestFilterSensitiveLog: (
1777
1448
  obj: StopLoggingRequest
1778
1449
  ) => any;
1779
-
1780
1450
  export declare const StopLoggingResponseFilterSensitiveLog: (
1781
1451
  obj: StopLoggingResponse
1782
1452
  ) => any;
1783
-
1784
1453
  export declare const UpdateEventDataStoreRequestFilterSensitiveLog: (
1785
1454
  obj: UpdateEventDataStoreRequest
1786
1455
  ) => any;
1787
-
1788
1456
  export declare const UpdateEventDataStoreResponseFilterSensitiveLog: (
1789
1457
  obj: UpdateEventDataStoreResponse
1790
1458
  ) => any;
1791
-
1792
1459
  export declare const UpdateTrailRequestFilterSensitiveLog: (
1793
1460
  obj: UpdateTrailRequest
1794
1461
  ) => any;
1795
-
1796
1462
  export declare const UpdateTrailResponseFilterSensitiveLog: (
1797
1463
  obj: UpdateTrailResponse
1798
1464
  ) => any;