@aws-sdk/client-cloudtrail 3.36.0 → 3.36.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/CloudTrail.js +0 -18
  3. package/dist-cjs/CloudTrailClient.js +0 -23
  4. package/dist-cjs/commands/AddTagsCommand.js +0 -27
  5. package/dist-cjs/commands/CreateTrailCommand.js +0 -25
  6. package/dist-cjs/commands/DeleteTrailCommand.js +0 -26
  7. package/dist-cjs/commands/DescribeTrailsCommand.js +0 -24
  8. package/dist-cjs/commands/GetEventSelectorsCommand.js +0 -40
  9. package/dist-cjs/commands/GetInsightSelectorsCommand.js +0 -30
  10. package/dist-cjs/commands/GetTrailCommand.js +0 -24
  11. package/dist-cjs/commands/GetTrailStatusCommand.js +0 -24
  12. package/dist-cjs/commands/ListPublicKeysCommand.js +0 -29
  13. package/dist-cjs/commands/ListTagsCommand.js +0 -24
  14. package/dist-cjs/commands/ListTrailsCommand.js +0 -24
  15. package/dist-cjs/commands/LookupEventsCommand.js +0 -71
  16. package/dist-cjs/commands/PutEventSelectorsCommand.js +0 -68
  17. package/dist-cjs/commands/PutInsightSelectorsCommand.js +0 -27
  18. package/dist-cjs/commands/RemoveTagsCommand.js +0 -24
  19. package/dist-cjs/commands/StartLoggingCommand.js +0 -24
  20. package/dist-cjs/commands/StopLoggingCommand.js +0 -30
  21. package/dist-cjs/commands/UpdateTrailCommand.js +0 -29
  22. package/dist-cjs/models/models_0.js +0 -279
  23. package/dist-cjs/pagination/ListPublicKeysPaginator.js +0 -10
  24. package/dist-cjs/pagination/ListTagsPaginator.js +0 -10
  25. package/dist-cjs/pagination/ListTrailsPaginator.js +0 -10
  26. package/dist-cjs/pagination/LookupEventsPaginator.js +0 -10
  27. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  28. package/dist-cjs/runtimeConfig.browser.js +1 -5
  29. package/dist-cjs/runtimeConfig.js +1 -5
  30. package/dist-cjs/runtimeConfig.native.js +0 -3
  31. package/dist-cjs/runtimeConfig.shared.js +0 -3
  32. package/dist-types/ts3.4/CloudTrail.d.ts +19 -210
  33. package/dist-types/ts3.4/CloudTrailClient.d.ts +24 -104
  34. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -23
  35. package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +2 -21
  36. package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +2 -22
  37. package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +2 -20
  38. package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +2 -36
  39. package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +2 -26
  40. package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +2 -20
  41. package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +2 -20
  42. package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +2 -25
  43. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -20
  44. package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +2 -20
  45. package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +2 -67
  46. package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +2 -64
  47. package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +2 -23
  48. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -20
  49. package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +2 -20
  50. package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +2 -26
  51. package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +2 -25
  52. package/dist-types/ts3.4/models/models_0.d.ts +390 -1877
  53. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  54. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  55. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  56. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  57. package/package.json +3 -3
@@ -4,441 +4,294 @@ exports.ReadWriteType = exports.DataResource = exports.GetEventSelectorsRequest
4
4
  exports.UpdateTrailResponse = exports.UpdateTrailRequest = exports.StopLoggingResponse = exports.StopLoggingRequest = exports.StartLoggingResponse = exports.StartLoggingRequest = exports.RemoveTagsResponse = exports.RemoveTagsRequest = exports.PutInsightSelectorsResponse = exports.PutInsightSelectorsRequest = exports.InvalidInsightSelectorsException = exports.PutEventSelectorsResponse = exports.PutEventSelectorsRequest = exports.InvalidEventSelectorsException = exports.LookupEventsResponse = exports.Event = exports.Resource = exports.LookupEventsRequest = exports.LookupAttribute = exports.LookupAttributeKey = exports.EventCategory = exports.InvalidNextTokenException = exports.InvalidMaxResultsException = exports.InvalidLookupAttributesException = exports.InvalidEventCategoryException = exports.ListTrailsResponse = exports.TrailInfo = exports.ListTrailsRequest = exports.ListTagsResponse = exports.ResourceTag = exports.ListTagsRequest = exports.ListPublicKeysResponse = exports.PublicKey = exports.ListPublicKeysRequest = exports.InvalidTokenException = exports.InvalidTimeRangeException = exports.GetTrailStatusResponse = exports.GetTrailStatusRequest = exports.GetTrailResponse = exports.GetTrailRequest = exports.InsightNotEnabledException = exports.GetInsightSelectorsResponse = exports.InsightSelector = exports.InsightType = exports.GetInsightSelectorsRequest = exports.GetEventSelectorsResponse = exports.EventSelector = void 0;
5
5
  var Tag;
6
6
  (function (Tag) {
7
- /**
8
- * @internal
9
- */
10
7
  Tag.filterSensitiveLog = (obj) => ({
11
8
  ...obj,
12
9
  });
13
10
  })(Tag = exports.Tag || (exports.Tag = {}));
14
11
  var AddTagsRequest;
15
12
  (function (AddTagsRequest) {
16
- /**
17
- * @internal
18
- */
19
13
  AddTagsRequest.filterSensitiveLog = (obj) => ({
20
14
  ...obj,
21
15
  });
22
16
  })(AddTagsRequest = exports.AddTagsRequest || (exports.AddTagsRequest = {}));
23
17
  var AddTagsResponse;
24
18
  (function (AddTagsResponse) {
25
- /**
26
- * @internal
27
- */
28
19
  AddTagsResponse.filterSensitiveLog = (obj) => ({
29
20
  ...obj,
30
21
  });
31
22
  })(AddTagsResponse = exports.AddTagsResponse || (exports.AddTagsResponse = {}));
32
23
  var CloudTrailARNInvalidException;
33
24
  (function (CloudTrailARNInvalidException) {
34
- /**
35
- * @internal
36
- */
37
25
  CloudTrailARNInvalidException.filterSensitiveLog = (obj) => ({
38
26
  ...obj,
39
27
  });
40
28
  })(CloudTrailARNInvalidException = exports.CloudTrailARNInvalidException || (exports.CloudTrailARNInvalidException = {}));
41
29
  var InvalidTagParameterException;
42
30
  (function (InvalidTagParameterException) {
43
- /**
44
- * @internal
45
- */
46
31
  InvalidTagParameterException.filterSensitiveLog = (obj) => ({
47
32
  ...obj,
48
33
  });
49
34
  })(InvalidTagParameterException = exports.InvalidTagParameterException || (exports.InvalidTagParameterException = {}));
50
35
  var InvalidTrailNameException;
51
36
  (function (InvalidTrailNameException) {
52
- /**
53
- * @internal
54
- */
55
37
  InvalidTrailNameException.filterSensitiveLog = (obj) => ({
56
38
  ...obj,
57
39
  });
58
40
  })(InvalidTrailNameException = exports.InvalidTrailNameException || (exports.InvalidTrailNameException = {}));
59
41
  var NotOrganizationMasterAccountException;
60
42
  (function (NotOrganizationMasterAccountException) {
61
- /**
62
- * @internal
63
- */
64
43
  NotOrganizationMasterAccountException.filterSensitiveLog = (obj) => ({
65
44
  ...obj,
66
45
  });
67
46
  })(NotOrganizationMasterAccountException = exports.NotOrganizationMasterAccountException || (exports.NotOrganizationMasterAccountException = {}));
68
47
  var OperationNotPermittedException;
69
48
  (function (OperationNotPermittedException) {
70
- /**
71
- * @internal
72
- */
73
49
  OperationNotPermittedException.filterSensitiveLog = (obj) => ({
74
50
  ...obj,
75
51
  });
76
52
  })(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
77
53
  var ResourceNotFoundException;
78
54
  (function (ResourceNotFoundException) {
79
- /**
80
- * @internal
81
- */
82
55
  ResourceNotFoundException.filterSensitiveLog = (obj) => ({
83
56
  ...obj,
84
57
  });
85
58
  })(ResourceNotFoundException = exports.ResourceNotFoundException || (exports.ResourceNotFoundException = {}));
86
59
  var ResourceTypeNotSupportedException;
87
60
  (function (ResourceTypeNotSupportedException) {
88
- /**
89
- * @internal
90
- */
91
61
  ResourceTypeNotSupportedException.filterSensitiveLog = (obj) => ({
92
62
  ...obj,
93
63
  });
94
64
  })(ResourceTypeNotSupportedException = exports.ResourceTypeNotSupportedException || (exports.ResourceTypeNotSupportedException = {}));
95
65
  var TagsLimitExceededException;
96
66
  (function (TagsLimitExceededException) {
97
- /**
98
- * @internal
99
- */
100
67
  TagsLimitExceededException.filterSensitiveLog = (obj) => ({
101
68
  ...obj,
102
69
  });
103
70
  })(TagsLimitExceededException = exports.TagsLimitExceededException || (exports.TagsLimitExceededException = {}));
104
71
  var UnsupportedOperationException;
105
72
  (function (UnsupportedOperationException) {
106
- /**
107
- * @internal
108
- */
109
73
  UnsupportedOperationException.filterSensitiveLog = (obj) => ({
110
74
  ...obj,
111
75
  });
112
76
  })(UnsupportedOperationException = exports.UnsupportedOperationException || (exports.UnsupportedOperationException = {}));
113
77
  var AdvancedFieldSelector;
114
78
  (function (AdvancedFieldSelector) {
115
- /**
116
- * @internal
117
- */
118
79
  AdvancedFieldSelector.filterSensitiveLog = (obj) => ({
119
80
  ...obj,
120
81
  });
121
82
  })(AdvancedFieldSelector = exports.AdvancedFieldSelector || (exports.AdvancedFieldSelector = {}));
122
83
  var AdvancedEventSelector;
123
84
  (function (AdvancedEventSelector) {
124
- /**
125
- * @internal
126
- */
127
85
  AdvancedEventSelector.filterSensitiveLog = (obj) => ({
128
86
  ...obj,
129
87
  });
130
88
  })(AdvancedEventSelector = exports.AdvancedEventSelector || (exports.AdvancedEventSelector = {}));
131
89
  var CloudTrailAccessNotEnabledException;
132
90
  (function (CloudTrailAccessNotEnabledException) {
133
- /**
134
- * @internal
135
- */
136
91
  CloudTrailAccessNotEnabledException.filterSensitiveLog = (obj) => ({
137
92
  ...obj,
138
93
  });
139
94
  })(CloudTrailAccessNotEnabledException = exports.CloudTrailAccessNotEnabledException || (exports.CloudTrailAccessNotEnabledException = {}));
140
95
  var CloudTrailInvalidClientTokenIdException;
141
96
  (function (CloudTrailInvalidClientTokenIdException) {
142
- /**
143
- * @internal
144
- */
145
97
  CloudTrailInvalidClientTokenIdException.filterSensitiveLog = (obj) => ({
146
98
  ...obj,
147
99
  });
148
100
  })(CloudTrailInvalidClientTokenIdException = exports.CloudTrailInvalidClientTokenIdException || (exports.CloudTrailInvalidClientTokenIdException = {}));
149
101
  var CloudWatchLogsDeliveryUnavailableException;
150
102
  (function (CloudWatchLogsDeliveryUnavailableException) {
151
- /**
152
- * @internal
153
- */
154
103
  CloudWatchLogsDeliveryUnavailableException.filterSensitiveLog = (obj) => ({
155
104
  ...obj,
156
105
  });
157
106
  })(CloudWatchLogsDeliveryUnavailableException = exports.CloudWatchLogsDeliveryUnavailableException || (exports.CloudWatchLogsDeliveryUnavailableException = {}));
158
107
  var CreateTrailRequest;
159
108
  (function (CreateTrailRequest) {
160
- /**
161
- * @internal
162
- */
163
109
  CreateTrailRequest.filterSensitiveLog = (obj) => ({
164
110
  ...obj,
165
111
  });
166
112
  })(CreateTrailRequest = exports.CreateTrailRequest || (exports.CreateTrailRequest = {}));
167
113
  var CreateTrailResponse;
168
114
  (function (CreateTrailResponse) {
169
- /**
170
- * @internal
171
- */
172
115
  CreateTrailResponse.filterSensitiveLog = (obj) => ({
173
116
  ...obj,
174
117
  });
175
118
  })(CreateTrailResponse = exports.CreateTrailResponse || (exports.CreateTrailResponse = {}));
176
119
  var InsufficientDependencyServiceAccessPermissionException;
177
120
  (function (InsufficientDependencyServiceAccessPermissionException) {
178
- /**
179
- * @internal
180
- */
181
121
  InsufficientDependencyServiceAccessPermissionException.filterSensitiveLog = (obj) => ({
182
122
  ...obj,
183
123
  });
184
124
  })(InsufficientDependencyServiceAccessPermissionException = exports.InsufficientDependencyServiceAccessPermissionException || (exports.InsufficientDependencyServiceAccessPermissionException = {}));
185
125
  var InsufficientEncryptionPolicyException;
186
126
  (function (InsufficientEncryptionPolicyException) {
187
- /**
188
- * @internal
189
- */
190
127
  InsufficientEncryptionPolicyException.filterSensitiveLog = (obj) => ({
191
128
  ...obj,
192
129
  });
193
130
  })(InsufficientEncryptionPolicyException = exports.InsufficientEncryptionPolicyException || (exports.InsufficientEncryptionPolicyException = {}));
194
131
  var InsufficientS3BucketPolicyException;
195
132
  (function (InsufficientS3BucketPolicyException) {
196
- /**
197
- * @internal
198
- */
199
133
  InsufficientS3BucketPolicyException.filterSensitiveLog = (obj) => ({
200
134
  ...obj,
201
135
  });
202
136
  })(InsufficientS3BucketPolicyException = exports.InsufficientS3BucketPolicyException || (exports.InsufficientS3BucketPolicyException = {}));
203
137
  var InsufficientSnsTopicPolicyException;
204
138
  (function (InsufficientSnsTopicPolicyException) {
205
- /**
206
- * @internal
207
- */
208
139
  InsufficientSnsTopicPolicyException.filterSensitiveLog = (obj) => ({
209
140
  ...obj,
210
141
  });
211
142
  })(InsufficientSnsTopicPolicyException = exports.InsufficientSnsTopicPolicyException || (exports.InsufficientSnsTopicPolicyException = {}));
212
143
  var InvalidCloudWatchLogsLogGroupArnException;
213
144
  (function (InvalidCloudWatchLogsLogGroupArnException) {
214
- /**
215
- * @internal
216
- */
217
145
  InvalidCloudWatchLogsLogGroupArnException.filterSensitiveLog = (obj) => ({
218
146
  ...obj,
219
147
  });
220
148
  })(InvalidCloudWatchLogsLogGroupArnException = exports.InvalidCloudWatchLogsLogGroupArnException || (exports.InvalidCloudWatchLogsLogGroupArnException = {}));
221
149
  var InvalidCloudWatchLogsRoleArnException;
222
150
  (function (InvalidCloudWatchLogsRoleArnException) {
223
- /**
224
- * @internal
225
- */
226
151
  InvalidCloudWatchLogsRoleArnException.filterSensitiveLog = (obj) => ({
227
152
  ...obj,
228
153
  });
229
154
  })(InvalidCloudWatchLogsRoleArnException = exports.InvalidCloudWatchLogsRoleArnException || (exports.InvalidCloudWatchLogsRoleArnException = {}));
230
155
  var InvalidKmsKeyIdException;
231
156
  (function (InvalidKmsKeyIdException) {
232
- /**
233
- * @internal
234
- */
235
157
  InvalidKmsKeyIdException.filterSensitiveLog = (obj) => ({
236
158
  ...obj,
237
159
  });
238
160
  })(InvalidKmsKeyIdException = exports.InvalidKmsKeyIdException || (exports.InvalidKmsKeyIdException = {}));
239
161
  var InvalidParameterCombinationException;
240
162
  (function (InvalidParameterCombinationException) {
241
- /**
242
- * @internal
243
- */
244
163
  InvalidParameterCombinationException.filterSensitiveLog = (obj) => ({
245
164
  ...obj,
246
165
  });
247
166
  })(InvalidParameterCombinationException = exports.InvalidParameterCombinationException || (exports.InvalidParameterCombinationException = {}));
248
167
  var InvalidS3BucketNameException;
249
168
  (function (InvalidS3BucketNameException) {
250
- /**
251
- * @internal
252
- */
253
169
  InvalidS3BucketNameException.filterSensitiveLog = (obj) => ({
254
170
  ...obj,
255
171
  });
256
172
  })(InvalidS3BucketNameException = exports.InvalidS3BucketNameException || (exports.InvalidS3BucketNameException = {}));
257
173
  var InvalidS3PrefixException;
258
174
  (function (InvalidS3PrefixException) {
259
- /**
260
- * @internal
261
- */
262
175
  InvalidS3PrefixException.filterSensitiveLog = (obj) => ({
263
176
  ...obj,
264
177
  });
265
178
  })(InvalidS3PrefixException = exports.InvalidS3PrefixException || (exports.InvalidS3PrefixException = {}));
266
179
  var InvalidSnsTopicNameException;
267
180
  (function (InvalidSnsTopicNameException) {
268
- /**
269
- * @internal
270
- */
271
181
  InvalidSnsTopicNameException.filterSensitiveLog = (obj) => ({
272
182
  ...obj,
273
183
  });
274
184
  })(InvalidSnsTopicNameException = exports.InvalidSnsTopicNameException || (exports.InvalidSnsTopicNameException = {}));
275
185
  var KmsException;
276
186
  (function (KmsException) {
277
- /**
278
- * @internal
279
- */
280
187
  KmsException.filterSensitiveLog = (obj) => ({
281
188
  ...obj,
282
189
  });
283
190
  })(KmsException = exports.KmsException || (exports.KmsException = {}));
284
191
  var KmsKeyDisabledException;
285
192
  (function (KmsKeyDisabledException) {
286
- /**
287
- * @internal
288
- */
289
193
  KmsKeyDisabledException.filterSensitiveLog = (obj) => ({
290
194
  ...obj,
291
195
  });
292
196
  })(KmsKeyDisabledException = exports.KmsKeyDisabledException || (exports.KmsKeyDisabledException = {}));
293
197
  var KmsKeyNotFoundException;
294
198
  (function (KmsKeyNotFoundException) {
295
- /**
296
- * @internal
297
- */
298
199
  KmsKeyNotFoundException.filterSensitiveLog = (obj) => ({
299
200
  ...obj,
300
201
  });
301
202
  })(KmsKeyNotFoundException = exports.KmsKeyNotFoundException || (exports.KmsKeyNotFoundException = {}));
302
203
  var MaximumNumberOfTrailsExceededException;
303
204
  (function (MaximumNumberOfTrailsExceededException) {
304
- /**
305
- * @internal
306
- */
307
205
  MaximumNumberOfTrailsExceededException.filterSensitiveLog = (obj) => ({
308
206
  ...obj,
309
207
  });
310
208
  })(MaximumNumberOfTrailsExceededException = exports.MaximumNumberOfTrailsExceededException || (exports.MaximumNumberOfTrailsExceededException = {}));
311
209
  var OrganizationNotInAllFeaturesModeException;
312
210
  (function (OrganizationNotInAllFeaturesModeException) {
313
- /**
314
- * @internal
315
- */
316
211
  OrganizationNotInAllFeaturesModeException.filterSensitiveLog = (obj) => ({
317
212
  ...obj,
318
213
  });
319
214
  })(OrganizationNotInAllFeaturesModeException = exports.OrganizationNotInAllFeaturesModeException || (exports.OrganizationNotInAllFeaturesModeException = {}));
320
215
  var OrganizationsNotInUseException;
321
216
  (function (OrganizationsNotInUseException) {
322
- /**
323
- * @internal
324
- */
325
217
  OrganizationsNotInUseException.filterSensitiveLog = (obj) => ({
326
218
  ...obj,
327
219
  });
328
220
  })(OrganizationsNotInUseException = exports.OrganizationsNotInUseException || (exports.OrganizationsNotInUseException = {}));
329
221
  var S3BucketDoesNotExistException;
330
222
  (function (S3BucketDoesNotExistException) {
331
- /**
332
- * @internal
333
- */
334
223
  S3BucketDoesNotExistException.filterSensitiveLog = (obj) => ({
335
224
  ...obj,
336
225
  });
337
226
  })(S3BucketDoesNotExistException = exports.S3BucketDoesNotExistException || (exports.S3BucketDoesNotExistException = {}));
338
227
  var TrailAlreadyExistsException;
339
228
  (function (TrailAlreadyExistsException) {
340
- /**
341
- * @internal
342
- */
343
229
  TrailAlreadyExistsException.filterSensitiveLog = (obj) => ({
344
230
  ...obj,
345
231
  });
346
232
  })(TrailAlreadyExistsException = exports.TrailAlreadyExistsException || (exports.TrailAlreadyExistsException = {}));
347
233
  var TrailNotProvidedException;
348
234
  (function (TrailNotProvidedException) {
349
- /**
350
- * @internal
351
- */
352
235
  TrailNotProvidedException.filterSensitiveLog = (obj) => ({
353
236
  ...obj,
354
237
  });
355
238
  })(TrailNotProvidedException = exports.TrailNotProvidedException || (exports.TrailNotProvidedException = {}));
356
239
  var ConflictException;
357
240
  (function (ConflictException) {
358
- /**
359
- * @internal
360
- */
361
241
  ConflictException.filterSensitiveLog = (obj) => ({
362
242
  ...obj,
363
243
  });
364
244
  })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
365
245
  var DeleteTrailRequest;
366
246
  (function (DeleteTrailRequest) {
367
- /**
368
- * @internal
369
- */
370
247
  DeleteTrailRequest.filterSensitiveLog = (obj) => ({
371
248
  ...obj,
372
249
  });
373
250
  })(DeleteTrailRequest = exports.DeleteTrailRequest || (exports.DeleteTrailRequest = {}));
374
251
  var DeleteTrailResponse;
375
252
  (function (DeleteTrailResponse) {
376
- /**
377
- * @internal
378
- */
379
253
  DeleteTrailResponse.filterSensitiveLog = (obj) => ({
380
254
  ...obj,
381
255
  });
382
256
  })(DeleteTrailResponse = exports.DeleteTrailResponse || (exports.DeleteTrailResponse = {}));
383
257
  var InvalidHomeRegionException;
384
258
  (function (InvalidHomeRegionException) {
385
- /**
386
- * @internal
387
- */
388
259
  InvalidHomeRegionException.filterSensitiveLog = (obj) => ({
389
260
  ...obj,
390
261
  });
391
262
  })(InvalidHomeRegionException = exports.InvalidHomeRegionException || (exports.InvalidHomeRegionException = {}));
392
263
  var TrailNotFoundException;
393
264
  (function (TrailNotFoundException) {
394
- /**
395
- * @internal
396
- */
397
265
  TrailNotFoundException.filterSensitiveLog = (obj) => ({
398
266
  ...obj,
399
267
  });
400
268
  })(TrailNotFoundException = exports.TrailNotFoundException || (exports.TrailNotFoundException = {}));
401
269
  var DescribeTrailsRequest;
402
270
  (function (DescribeTrailsRequest) {
403
- /**
404
- * @internal
405
- */
406
271
  DescribeTrailsRequest.filterSensitiveLog = (obj) => ({
407
272
  ...obj,
408
273
  });
409
274
  })(DescribeTrailsRequest = exports.DescribeTrailsRequest || (exports.DescribeTrailsRequest = {}));
410
275
  var Trail;
411
276
  (function (Trail) {
412
- /**
413
- * @internal
414
- */
415
277
  Trail.filterSensitiveLog = (obj) => ({
416
278
  ...obj,
417
279
  });
418
280
  })(Trail = exports.Trail || (exports.Trail = {}));
419
281
  var DescribeTrailsResponse;
420
282
  (function (DescribeTrailsResponse) {
421
- /**
422
- * @internal
423
- */
424
283
  DescribeTrailsResponse.filterSensitiveLog = (obj) => ({
425
284
  ...obj,
426
285
  });
427
286
  })(DescribeTrailsResponse = exports.DescribeTrailsResponse || (exports.DescribeTrailsResponse = {}));
428
287
  var GetEventSelectorsRequest;
429
288
  (function (GetEventSelectorsRequest) {
430
- /**
431
- * @internal
432
- */
433
289
  GetEventSelectorsRequest.filterSensitiveLog = (obj) => ({
434
290
  ...obj,
435
291
  });
436
292
  })(GetEventSelectorsRequest = exports.GetEventSelectorsRequest || (exports.GetEventSelectorsRequest = {}));
437
293
  var DataResource;
438
294
  (function (DataResource) {
439
- /**
440
- * @internal
441
- */
442
295
  DataResource.filterSensitiveLog = (obj) => ({
443
296
  ...obj,
444
297
  });
@@ -451,27 +304,18 @@ var ReadWriteType;
451
304
  })(ReadWriteType = exports.ReadWriteType || (exports.ReadWriteType = {}));
452
305
  var EventSelector;
453
306
  (function (EventSelector) {
454
- /**
455
- * @internal
456
- */
457
307
  EventSelector.filterSensitiveLog = (obj) => ({
458
308
  ...obj,
459
309
  });
460
310
  })(EventSelector = exports.EventSelector || (exports.EventSelector = {}));
461
311
  var GetEventSelectorsResponse;
462
312
  (function (GetEventSelectorsResponse) {
463
- /**
464
- * @internal
465
- */
466
313
  GetEventSelectorsResponse.filterSensitiveLog = (obj) => ({
467
314
  ...obj,
468
315
  });
469
316
  })(GetEventSelectorsResponse = exports.GetEventSelectorsResponse || (exports.GetEventSelectorsResponse = {}));
470
317
  var GetInsightSelectorsRequest;
471
318
  (function (GetInsightSelectorsRequest) {
472
- /**
473
- * @internal
474
- */
475
319
  GetInsightSelectorsRequest.filterSensitiveLog = (obj) => ({
476
320
  ...obj,
477
321
  });
@@ -482,198 +326,132 @@ var InsightType;
482
326
  })(InsightType = exports.InsightType || (exports.InsightType = {}));
483
327
  var InsightSelector;
484
328
  (function (InsightSelector) {
485
- /**
486
- * @internal
487
- */
488
329
  InsightSelector.filterSensitiveLog = (obj) => ({
489
330
  ...obj,
490
331
  });
491
332
  })(InsightSelector = exports.InsightSelector || (exports.InsightSelector = {}));
492
333
  var GetInsightSelectorsResponse;
493
334
  (function (GetInsightSelectorsResponse) {
494
- /**
495
- * @internal
496
- */
497
335
  GetInsightSelectorsResponse.filterSensitiveLog = (obj) => ({
498
336
  ...obj,
499
337
  });
500
338
  })(GetInsightSelectorsResponse = exports.GetInsightSelectorsResponse || (exports.GetInsightSelectorsResponse = {}));
501
339
  var InsightNotEnabledException;
502
340
  (function (InsightNotEnabledException) {
503
- /**
504
- * @internal
505
- */
506
341
  InsightNotEnabledException.filterSensitiveLog = (obj) => ({
507
342
  ...obj,
508
343
  });
509
344
  })(InsightNotEnabledException = exports.InsightNotEnabledException || (exports.InsightNotEnabledException = {}));
510
345
  var GetTrailRequest;
511
346
  (function (GetTrailRequest) {
512
- /**
513
- * @internal
514
- */
515
347
  GetTrailRequest.filterSensitiveLog = (obj) => ({
516
348
  ...obj,
517
349
  });
518
350
  })(GetTrailRequest = exports.GetTrailRequest || (exports.GetTrailRequest = {}));
519
351
  var GetTrailResponse;
520
352
  (function (GetTrailResponse) {
521
- /**
522
- * @internal
523
- */
524
353
  GetTrailResponse.filterSensitiveLog = (obj) => ({
525
354
  ...obj,
526
355
  });
527
356
  })(GetTrailResponse = exports.GetTrailResponse || (exports.GetTrailResponse = {}));
528
357
  var GetTrailStatusRequest;
529
358
  (function (GetTrailStatusRequest) {
530
- /**
531
- * @internal
532
- */
533
359
  GetTrailStatusRequest.filterSensitiveLog = (obj) => ({
534
360
  ...obj,
535
361
  });
536
362
  })(GetTrailStatusRequest = exports.GetTrailStatusRequest || (exports.GetTrailStatusRequest = {}));
537
363
  var GetTrailStatusResponse;
538
364
  (function (GetTrailStatusResponse) {
539
- /**
540
- * @internal
541
- */
542
365
  GetTrailStatusResponse.filterSensitiveLog = (obj) => ({
543
366
  ...obj,
544
367
  });
545
368
  })(GetTrailStatusResponse = exports.GetTrailStatusResponse || (exports.GetTrailStatusResponse = {}));
546
369
  var InvalidTimeRangeException;
547
370
  (function (InvalidTimeRangeException) {
548
- /**
549
- * @internal
550
- */
551
371
  InvalidTimeRangeException.filterSensitiveLog = (obj) => ({
552
372
  ...obj,
553
373
  });
554
374
  })(InvalidTimeRangeException = exports.InvalidTimeRangeException || (exports.InvalidTimeRangeException = {}));
555
375
  var InvalidTokenException;
556
376
  (function (InvalidTokenException) {
557
- /**
558
- * @internal
559
- */
560
377
  InvalidTokenException.filterSensitiveLog = (obj) => ({
561
378
  ...obj,
562
379
  });
563
380
  })(InvalidTokenException = exports.InvalidTokenException || (exports.InvalidTokenException = {}));
564
381
  var ListPublicKeysRequest;
565
382
  (function (ListPublicKeysRequest) {
566
- /**
567
- * @internal
568
- */
569
383
  ListPublicKeysRequest.filterSensitiveLog = (obj) => ({
570
384
  ...obj,
571
385
  });
572
386
  })(ListPublicKeysRequest = exports.ListPublicKeysRequest || (exports.ListPublicKeysRequest = {}));
573
387
  var PublicKey;
574
388
  (function (PublicKey) {
575
- /**
576
- * @internal
577
- */
578
389
  PublicKey.filterSensitiveLog = (obj) => ({
579
390
  ...obj,
580
391
  });
581
392
  })(PublicKey = exports.PublicKey || (exports.PublicKey = {}));
582
393
  var ListPublicKeysResponse;
583
394
  (function (ListPublicKeysResponse) {
584
- /**
585
- * @internal
586
- */
587
395
  ListPublicKeysResponse.filterSensitiveLog = (obj) => ({
588
396
  ...obj,
589
397
  });
590
398
  })(ListPublicKeysResponse = exports.ListPublicKeysResponse || (exports.ListPublicKeysResponse = {}));
591
399
  var ListTagsRequest;
592
400
  (function (ListTagsRequest) {
593
- /**
594
- * @internal
595
- */
596
401
  ListTagsRequest.filterSensitiveLog = (obj) => ({
597
402
  ...obj,
598
403
  });
599
404
  })(ListTagsRequest = exports.ListTagsRequest || (exports.ListTagsRequest = {}));
600
405
  var ResourceTag;
601
406
  (function (ResourceTag) {
602
- /**
603
- * @internal
604
- */
605
407
  ResourceTag.filterSensitiveLog = (obj) => ({
606
408
  ...obj,
607
409
  });
608
410
  })(ResourceTag = exports.ResourceTag || (exports.ResourceTag = {}));
609
411
  var ListTagsResponse;
610
412
  (function (ListTagsResponse) {
611
- /**
612
- * @internal
613
- */
614
413
  ListTagsResponse.filterSensitiveLog = (obj) => ({
615
414
  ...obj,
616
415
  });
617
416
  })(ListTagsResponse = exports.ListTagsResponse || (exports.ListTagsResponse = {}));
618
417
  var ListTrailsRequest;
619
418
  (function (ListTrailsRequest) {
620
- /**
621
- * @internal
622
- */
623
419
  ListTrailsRequest.filterSensitiveLog = (obj) => ({
624
420
  ...obj,
625
421
  });
626
422
  })(ListTrailsRequest = exports.ListTrailsRequest || (exports.ListTrailsRequest = {}));
627
423
  var TrailInfo;
628
424
  (function (TrailInfo) {
629
- /**
630
- * @internal
631
- */
632
425
  TrailInfo.filterSensitiveLog = (obj) => ({
633
426
  ...obj,
634
427
  });
635
428
  })(TrailInfo = exports.TrailInfo || (exports.TrailInfo = {}));
636
429
  var ListTrailsResponse;
637
430
  (function (ListTrailsResponse) {
638
- /**
639
- * @internal
640
- */
641
431
  ListTrailsResponse.filterSensitiveLog = (obj) => ({
642
432
  ...obj,
643
433
  });
644
434
  })(ListTrailsResponse = exports.ListTrailsResponse || (exports.ListTrailsResponse = {}));
645
435
  var InvalidEventCategoryException;
646
436
  (function (InvalidEventCategoryException) {
647
- /**
648
- * @internal
649
- */
650
437
  InvalidEventCategoryException.filterSensitiveLog = (obj) => ({
651
438
  ...obj,
652
439
  });
653
440
  })(InvalidEventCategoryException = exports.InvalidEventCategoryException || (exports.InvalidEventCategoryException = {}));
654
441
  var InvalidLookupAttributesException;
655
442
  (function (InvalidLookupAttributesException) {
656
- /**
657
- * @internal
658
- */
659
443
  InvalidLookupAttributesException.filterSensitiveLog = (obj) => ({
660
444
  ...obj,
661
445
  });
662
446
  })(InvalidLookupAttributesException = exports.InvalidLookupAttributesException || (exports.InvalidLookupAttributesException = {}));
663
447
  var InvalidMaxResultsException;
664
448
  (function (InvalidMaxResultsException) {
665
- /**
666
- * @internal
667
- */
668
449
  InvalidMaxResultsException.filterSensitiveLog = (obj) => ({
669
450
  ...obj,
670
451
  });
671
452
  })(InvalidMaxResultsException = exports.InvalidMaxResultsException || (exports.InvalidMaxResultsException = {}));
672
453
  var InvalidNextTokenException;
673
454
  (function (InvalidNextTokenException) {
674
- /**
675
- * @internal
676
- */
677
455
  InvalidNextTokenException.filterSensitiveLog = (obj) => ({
678
456
  ...obj,
679
457
  });
@@ -695,171 +473,114 @@ var LookupAttributeKey;
695
473
  })(LookupAttributeKey = exports.LookupAttributeKey || (exports.LookupAttributeKey = {}));
696
474
  var LookupAttribute;
697
475
  (function (LookupAttribute) {
698
- /**
699
- * @internal
700
- */
701
476
  LookupAttribute.filterSensitiveLog = (obj) => ({
702
477
  ...obj,
703
478
  });
704
479
  })(LookupAttribute = exports.LookupAttribute || (exports.LookupAttribute = {}));
705
480
  var LookupEventsRequest;
706
481
  (function (LookupEventsRequest) {
707
- /**
708
- * @internal
709
- */
710
482
  LookupEventsRequest.filterSensitiveLog = (obj) => ({
711
483
  ...obj,
712
484
  });
713
485
  })(LookupEventsRequest = exports.LookupEventsRequest || (exports.LookupEventsRequest = {}));
714
486
  var Resource;
715
487
  (function (Resource) {
716
- /**
717
- * @internal
718
- */
719
488
  Resource.filterSensitiveLog = (obj) => ({
720
489
  ...obj,
721
490
  });
722
491
  })(Resource = exports.Resource || (exports.Resource = {}));
723
492
  var Event;
724
493
  (function (Event) {
725
- /**
726
- * @internal
727
- */
728
494
  Event.filterSensitiveLog = (obj) => ({
729
495
  ...obj,
730
496
  });
731
497
  })(Event = exports.Event || (exports.Event = {}));
732
498
  var LookupEventsResponse;
733
499
  (function (LookupEventsResponse) {
734
- /**
735
- * @internal
736
- */
737
500
  LookupEventsResponse.filterSensitiveLog = (obj) => ({
738
501
  ...obj,
739
502
  });
740
503
  })(LookupEventsResponse = exports.LookupEventsResponse || (exports.LookupEventsResponse = {}));
741
504
  var InvalidEventSelectorsException;
742
505
  (function (InvalidEventSelectorsException) {
743
- /**
744
- * @internal
745
- */
746
506
  InvalidEventSelectorsException.filterSensitiveLog = (obj) => ({
747
507
  ...obj,
748
508
  });
749
509
  })(InvalidEventSelectorsException = exports.InvalidEventSelectorsException || (exports.InvalidEventSelectorsException = {}));
750
510
  var PutEventSelectorsRequest;
751
511
  (function (PutEventSelectorsRequest) {
752
- /**
753
- * @internal
754
- */
755
512
  PutEventSelectorsRequest.filterSensitiveLog = (obj) => ({
756
513
  ...obj,
757
514
  });
758
515
  })(PutEventSelectorsRequest = exports.PutEventSelectorsRequest || (exports.PutEventSelectorsRequest = {}));
759
516
  var PutEventSelectorsResponse;
760
517
  (function (PutEventSelectorsResponse) {
761
- /**
762
- * @internal
763
- */
764
518
  PutEventSelectorsResponse.filterSensitiveLog = (obj) => ({
765
519
  ...obj,
766
520
  });
767
521
  })(PutEventSelectorsResponse = exports.PutEventSelectorsResponse || (exports.PutEventSelectorsResponse = {}));
768
522
  var InvalidInsightSelectorsException;
769
523
  (function (InvalidInsightSelectorsException) {
770
- /**
771
- * @internal
772
- */
773
524
  InvalidInsightSelectorsException.filterSensitiveLog = (obj) => ({
774
525
  ...obj,
775
526
  });
776
527
  })(InvalidInsightSelectorsException = exports.InvalidInsightSelectorsException || (exports.InvalidInsightSelectorsException = {}));
777
528
  var PutInsightSelectorsRequest;
778
529
  (function (PutInsightSelectorsRequest) {
779
- /**
780
- * @internal
781
- */
782
530
  PutInsightSelectorsRequest.filterSensitiveLog = (obj) => ({
783
531
  ...obj,
784
532
  });
785
533
  })(PutInsightSelectorsRequest = exports.PutInsightSelectorsRequest || (exports.PutInsightSelectorsRequest = {}));
786
534
  var PutInsightSelectorsResponse;
787
535
  (function (PutInsightSelectorsResponse) {
788
- /**
789
- * @internal
790
- */
791
536
  PutInsightSelectorsResponse.filterSensitiveLog = (obj) => ({
792
537
  ...obj,
793
538
  });
794
539
  })(PutInsightSelectorsResponse = exports.PutInsightSelectorsResponse || (exports.PutInsightSelectorsResponse = {}));
795
540
  var RemoveTagsRequest;
796
541
  (function (RemoveTagsRequest) {
797
- /**
798
- * @internal
799
- */
800
542
  RemoveTagsRequest.filterSensitiveLog = (obj) => ({
801
543
  ...obj,
802
544
  });
803
545
  })(RemoveTagsRequest = exports.RemoveTagsRequest || (exports.RemoveTagsRequest = {}));
804
546
  var RemoveTagsResponse;
805
547
  (function (RemoveTagsResponse) {
806
- /**
807
- * @internal
808
- */
809
548
  RemoveTagsResponse.filterSensitiveLog = (obj) => ({
810
549
  ...obj,
811
550
  });
812
551
  })(RemoveTagsResponse = exports.RemoveTagsResponse || (exports.RemoveTagsResponse = {}));
813
552
  var StartLoggingRequest;
814
553
  (function (StartLoggingRequest) {
815
- /**
816
- * @internal
817
- */
818
554
  StartLoggingRequest.filterSensitiveLog = (obj) => ({
819
555
  ...obj,
820
556
  });
821
557
  })(StartLoggingRequest = exports.StartLoggingRequest || (exports.StartLoggingRequest = {}));
822
558
  var StartLoggingResponse;
823
559
  (function (StartLoggingResponse) {
824
- /**
825
- * @internal
826
- */
827
560
  StartLoggingResponse.filterSensitiveLog = (obj) => ({
828
561
  ...obj,
829
562
  });
830
563
  })(StartLoggingResponse = exports.StartLoggingResponse || (exports.StartLoggingResponse = {}));
831
564
  var StopLoggingRequest;
832
565
  (function (StopLoggingRequest) {
833
- /**
834
- * @internal
835
- */
836
566
  StopLoggingRequest.filterSensitiveLog = (obj) => ({
837
567
  ...obj,
838
568
  });
839
569
  })(StopLoggingRequest = exports.StopLoggingRequest || (exports.StopLoggingRequest = {}));
840
570
  var StopLoggingResponse;
841
571
  (function (StopLoggingResponse) {
842
- /**
843
- * @internal
844
- */
845
572
  StopLoggingResponse.filterSensitiveLog = (obj) => ({
846
573
  ...obj,
847
574
  });
848
575
  })(StopLoggingResponse = exports.StopLoggingResponse || (exports.StopLoggingResponse = {}));
849
576
  var UpdateTrailRequest;
850
577
  (function (UpdateTrailRequest) {
851
- /**
852
- * @internal
853
- */
854
578
  UpdateTrailRequest.filterSensitiveLog = (obj) => ({
855
579
  ...obj,
856
580
  });
857
581
  })(UpdateTrailRequest = exports.UpdateTrailRequest || (exports.UpdateTrailRequest = {}));
858
582
  var UpdateTrailResponse;
859
583
  (function (UpdateTrailResponse) {
860
- /**
861
- * @internal
862
- */
863
584
  UpdateTrailResponse.filterSensitiveLog = (obj) => ({
864
585
  ...obj,
865
586
  });