@aws-sdk/client-cloudtrail 3.131.0 → 3.142.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AddTagsCommand.js +2 -2
- package/dist-cjs/commands/CancelQueryCommand.js +2 -2
- package/dist-cjs/commands/CreateEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/CreateTrailCommand.js +2 -2
- package/dist-cjs/commands/DeleteEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/DeleteTrailCommand.js +2 -2
- package/dist-cjs/commands/DescribeQueryCommand.js +2 -2
- package/dist-cjs/commands/DescribeTrailsCommand.js +2 -2
- package/dist-cjs/commands/GetEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/GetEventSelectorsCommand.js +2 -2
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +2 -2
- package/dist-cjs/commands/GetQueryResultsCommand.js +2 -2
- package/dist-cjs/commands/GetTrailCommand.js +2 -2
- package/dist-cjs/commands/GetTrailStatusCommand.js +2 -2
- package/dist-cjs/commands/ListEventDataStoresCommand.js +2 -2
- package/dist-cjs/commands/ListPublicKeysCommand.js +2 -2
- package/dist-cjs/commands/ListQueriesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsCommand.js +2 -2
- package/dist-cjs/commands/ListTrailsCommand.js +2 -2
- package/dist-cjs/commands/LookupEventsCommand.js +2 -2
- package/dist-cjs/commands/PutEventSelectorsCommand.js +2 -2
- package/dist-cjs/commands/PutInsightSelectorsCommand.js +2 -2
- package/dist-cjs/commands/RemoveTagsCommand.js +2 -2
- package/dist-cjs/commands/RestoreEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/StartLoggingCommand.js +2 -2
- package/dist-cjs/commands/StartQueryCommand.js +2 -2
- package/dist-cjs/commands/StopLoggingCommand.js +2 -2
- package/dist-cjs/commands/UpdateEventDataStoreCommand.js +2 -2
- package/dist-cjs/commands/UpdateTrailCommand.js +2 -2
- package/dist-cjs/models/models_0.js +303 -453
- package/dist-cjs/protocols/Aws_json1_1.js +145 -268
- package/dist-es/commands/AddTagsCommand.js +3 -3
- package/dist-es/commands/CancelQueryCommand.js +3 -3
- package/dist-es/commands/CreateEventDataStoreCommand.js +3 -3
- package/dist-es/commands/CreateTrailCommand.js +3 -3
- package/dist-es/commands/DeleteEventDataStoreCommand.js +3 -3
- package/dist-es/commands/DeleteTrailCommand.js +3 -3
- package/dist-es/commands/DescribeQueryCommand.js +3 -3
- package/dist-es/commands/DescribeTrailsCommand.js +3 -3
- package/dist-es/commands/GetEventDataStoreCommand.js +3 -3
- package/dist-es/commands/GetEventSelectorsCommand.js +3 -3
- package/dist-es/commands/GetInsightSelectorsCommand.js +3 -3
- package/dist-es/commands/GetQueryResultsCommand.js +3 -3
- package/dist-es/commands/GetTrailCommand.js +3 -3
- package/dist-es/commands/GetTrailStatusCommand.js +3 -3
- package/dist-es/commands/ListEventDataStoresCommand.js +3 -3
- package/dist-es/commands/ListPublicKeysCommand.js +3 -3
- package/dist-es/commands/ListQueriesCommand.js +3 -3
- package/dist-es/commands/ListTagsCommand.js +3 -3
- package/dist-es/commands/ListTrailsCommand.js +3 -3
- package/dist-es/commands/LookupEventsCommand.js +3 -3
- package/dist-es/commands/PutEventSelectorsCommand.js +3 -3
- package/dist-es/commands/PutInsightSelectorsCommand.js +3 -3
- package/dist-es/commands/RemoveTagsCommand.js +3 -3
- package/dist-es/commands/RestoreEventDataStoreCommand.js +3 -3
- package/dist-es/commands/StartLoggingCommand.js +3 -3
- package/dist-es/commands/StartQueryCommand.js +3 -3
- package/dist-es/commands/StopLoggingCommand.js +3 -3
- package/dist-es/commands/UpdateEventDataStoreCommand.js +3 -3
- package/dist-es/commands/UpdateTrailCommand.js +3 -3
- package/dist-es/models/models_0.js +75 -300
- package/dist-es/protocols/Aws_json1_1.js +233 -269
- package/dist-types/models/models_0.d.ts +300 -450
- package/dist-types/ts3.4/models/models_0.d.ts +150 -300
- package/package.json +6 -6
|
@@ -1,17 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { CloudTrailServiceException as __BaseException } from "./CloudTrailServiceException";
|
|
3
|
-
export var Tag;
|
|
4
|
-
(function (Tag) {
|
|
5
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(Tag || (Tag = {}));
|
|
7
|
-
export var AddTagsRequest;
|
|
8
|
-
(function (AddTagsRequest) {
|
|
9
|
-
AddTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(AddTagsRequest || (AddTagsRequest = {}));
|
|
11
|
-
export var AddTagsResponse;
|
|
12
|
-
(function (AddTagsResponse) {
|
|
13
|
-
AddTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(AddTagsResponse || (AddTagsResponse = {}));
|
|
15
3
|
var CloudTrailARNInvalidException = (function (_super) {
|
|
16
4
|
__extends(CloudTrailARNInvalidException, _super);
|
|
17
5
|
function CloudTrailARNInvalidException(opts) {
|
|
@@ -168,18 +156,6 @@ var UnsupportedOperationException = (function (_super) {
|
|
|
168
156
|
return UnsupportedOperationException;
|
|
169
157
|
}(__BaseException));
|
|
170
158
|
export { UnsupportedOperationException };
|
|
171
|
-
export var AdvancedFieldSelector;
|
|
172
|
-
(function (AdvancedFieldSelector) {
|
|
173
|
-
AdvancedFieldSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(AdvancedFieldSelector || (AdvancedFieldSelector = {}));
|
|
175
|
-
export var AdvancedEventSelector;
|
|
176
|
-
(function (AdvancedEventSelector) {
|
|
177
|
-
AdvancedEventSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(AdvancedEventSelector || (AdvancedEventSelector = {}));
|
|
179
|
-
export var CancelQueryRequest;
|
|
180
|
-
(function (CancelQueryRequest) {
|
|
181
|
-
CancelQueryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(CancelQueryRequest || (CancelQueryRequest = {}));
|
|
183
159
|
export var QueryStatus;
|
|
184
160
|
(function (QueryStatus) {
|
|
185
161
|
QueryStatus["CANCELLED"] = "CANCELLED";
|
|
@@ -189,10 +165,6 @@ export var QueryStatus;
|
|
|
189
165
|
QueryStatus["RUNNING"] = "RUNNING";
|
|
190
166
|
QueryStatus["TIMED_OUT"] = "TIMED_OUT";
|
|
191
167
|
})(QueryStatus || (QueryStatus = {}));
|
|
192
|
-
export var CancelQueryResponse;
|
|
193
|
-
(function (CancelQueryResponse) {
|
|
194
|
-
CancelQueryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
-
})(CancelQueryResponse || (CancelQueryResponse = {}));
|
|
196
168
|
var EventDataStoreARNInvalidException = (function (_super) {
|
|
197
169
|
__extends(EventDataStoreARNInvalidException, _super);
|
|
198
170
|
function EventDataStoreARNInvalidException(opts) {
|
|
@@ -258,20 +230,12 @@ var CloudTrailAccessNotEnabledException = (function (_super) {
|
|
|
258
230
|
return CloudTrailAccessNotEnabledException;
|
|
259
231
|
}(__BaseException));
|
|
260
232
|
export { CloudTrailAccessNotEnabledException };
|
|
261
|
-
export var CreateEventDataStoreRequest;
|
|
262
|
-
(function (CreateEventDataStoreRequest) {
|
|
263
|
-
CreateEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
-
})(CreateEventDataStoreRequest || (CreateEventDataStoreRequest = {}));
|
|
265
233
|
export var EventDataStoreStatus;
|
|
266
234
|
(function (EventDataStoreStatus) {
|
|
267
235
|
EventDataStoreStatus["CREATED"] = "CREATED";
|
|
268
236
|
EventDataStoreStatus["ENABLED"] = "ENABLED";
|
|
269
237
|
EventDataStoreStatus["PENDING_DELETION"] = "PENDING_DELETION";
|
|
270
238
|
})(EventDataStoreStatus || (EventDataStoreStatus = {}));
|
|
271
|
-
export var CreateEventDataStoreResponse;
|
|
272
|
-
(function (CreateEventDataStoreResponse) {
|
|
273
|
-
CreateEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(CreateEventDataStoreResponse || (CreateEventDataStoreResponse = {}));
|
|
275
239
|
var EventDataStoreAlreadyExistsException = (function (_super) {
|
|
276
240
|
__extends(EventDataStoreAlreadyExistsException, _super);
|
|
277
241
|
function EventDataStoreAlreadyExistsException(opts) {
|
|
@@ -363,14 +327,6 @@ var CloudWatchLogsDeliveryUnavailableException = (function (_super) {
|
|
|
363
327
|
return CloudWatchLogsDeliveryUnavailableException;
|
|
364
328
|
}(__BaseException));
|
|
365
329
|
export { CloudWatchLogsDeliveryUnavailableException };
|
|
366
|
-
export var CreateTrailRequest;
|
|
367
|
-
(function (CreateTrailRequest) {
|
|
368
|
-
CreateTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
369
|
-
})(CreateTrailRequest || (CreateTrailRequest = {}));
|
|
370
|
-
export var CreateTrailResponse;
|
|
371
|
-
(function (CreateTrailResponse) {
|
|
372
|
-
CreateTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
373
|
-
})(CreateTrailResponse || (CreateTrailResponse = {}));
|
|
374
330
|
var InsufficientEncryptionPolicyException = (function (_super) {
|
|
375
331
|
__extends(InsufficientEncryptionPolicyException, _super);
|
|
376
332
|
function InsufficientEncryptionPolicyException(opts) {
|
|
@@ -592,14 +548,6 @@ var TrailNotProvidedException = (function (_super) {
|
|
|
592
548
|
return TrailNotProvidedException;
|
|
593
549
|
}(__BaseException));
|
|
594
550
|
export { TrailNotProvidedException };
|
|
595
|
-
export var DeleteEventDataStoreRequest;
|
|
596
|
-
(function (DeleteEventDataStoreRequest) {
|
|
597
|
-
DeleteEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(DeleteEventDataStoreRequest || (DeleteEventDataStoreRequest = {}));
|
|
599
|
-
export var DeleteEventDataStoreResponse;
|
|
600
|
-
(function (DeleteEventDataStoreResponse) {
|
|
601
|
-
DeleteEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(DeleteEventDataStoreResponse || (DeleteEventDataStoreResponse = {}));
|
|
603
551
|
var EventDataStoreTerminationProtectedException = (function (_super) {
|
|
604
552
|
__extends(EventDataStoreTerminationProtectedException, _super);
|
|
605
553
|
function EventDataStoreTerminationProtectedException(opts) {
|
|
@@ -613,14 +561,6 @@ var EventDataStoreTerminationProtectedException = (function (_super) {
|
|
|
613
561
|
return EventDataStoreTerminationProtectedException;
|
|
614
562
|
}(__BaseException));
|
|
615
563
|
export { EventDataStoreTerminationProtectedException };
|
|
616
|
-
export var DeleteTrailRequest;
|
|
617
|
-
(function (DeleteTrailRequest) {
|
|
618
|
-
DeleteTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
-
})(DeleteTrailRequest || (DeleteTrailRequest = {}));
|
|
620
|
-
export var DeleteTrailResponse;
|
|
621
|
-
(function (DeleteTrailResponse) {
|
|
622
|
-
DeleteTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
-
})(DeleteTrailResponse || (DeleteTrailResponse = {}));
|
|
624
564
|
var InvalidHomeRegionException = (function (_super) {
|
|
625
565
|
__extends(InvalidHomeRegionException, _super);
|
|
626
566
|
function InvalidHomeRegionException(opts) {
|
|
@@ -647,77 +587,17 @@ var TrailNotFoundException = (function (_super) {
|
|
|
647
587
|
return TrailNotFoundException;
|
|
648
588
|
}(__BaseException));
|
|
649
589
|
export { TrailNotFoundException };
|
|
650
|
-
export var DescribeQueryRequest;
|
|
651
|
-
(function (DescribeQueryRequest) {
|
|
652
|
-
DescribeQueryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
-
})(DescribeQueryRequest || (DescribeQueryRequest = {}));
|
|
654
|
-
export var QueryStatisticsForDescribeQuery;
|
|
655
|
-
(function (QueryStatisticsForDescribeQuery) {
|
|
656
|
-
QueryStatisticsForDescribeQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
-
})(QueryStatisticsForDescribeQuery || (QueryStatisticsForDescribeQuery = {}));
|
|
658
|
-
export var DescribeQueryResponse;
|
|
659
|
-
(function (DescribeQueryResponse) {
|
|
660
|
-
DescribeQueryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
-
})(DescribeQueryResponse || (DescribeQueryResponse = {}));
|
|
662
|
-
export var DescribeTrailsRequest;
|
|
663
|
-
(function (DescribeTrailsRequest) {
|
|
664
|
-
DescribeTrailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
-
})(DescribeTrailsRequest || (DescribeTrailsRequest = {}));
|
|
666
|
-
export var Trail;
|
|
667
|
-
(function (Trail) {
|
|
668
|
-
Trail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
-
})(Trail || (Trail = {}));
|
|
670
|
-
export var DescribeTrailsResponse;
|
|
671
|
-
(function (DescribeTrailsResponse) {
|
|
672
|
-
DescribeTrailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
-
})(DescribeTrailsResponse || (DescribeTrailsResponse = {}));
|
|
674
|
-
export var GetEventDataStoreRequest;
|
|
675
|
-
(function (GetEventDataStoreRequest) {
|
|
676
|
-
GetEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
-
})(GetEventDataStoreRequest || (GetEventDataStoreRequest = {}));
|
|
678
|
-
export var GetEventDataStoreResponse;
|
|
679
|
-
(function (GetEventDataStoreResponse) {
|
|
680
|
-
GetEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(GetEventDataStoreResponse || (GetEventDataStoreResponse = {}));
|
|
682
|
-
export var GetEventSelectorsRequest;
|
|
683
|
-
(function (GetEventSelectorsRequest) {
|
|
684
|
-
GetEventSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
-
})(GetEventSelectorsRequest || (GetEventSelectorsRequest = {}));
|
|
686
|
-
export var DataResource;
|
|
687
|
-
(function (DataResource) {
|
|
688
|
-
DataResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
-
})(DataResource || (DataResource = {}));
|
|
690
590
|
export var ReadWriteType;
|
|
691
591
|
(function (ReadWriteType) {
|
|
692
592
|
ReadWriteType["All"] = "All";
|
|
693
593
|
ReadWriteType["ReadOnly"] = "ReadOnly";
|
|
694
594
|
ReadWriteType["WriteOnly"] = "WriteOnly";
|
|
695
595
|
})(ReadWriteType || (ReadWriteType = {}));
|
|
696
|
-
export var EventSelector;
|
|
697
|
-
(function (EventSelector) {
|
|
698
|
-
EventSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(EventSelector || (EventSelector = {}));
|
|
700
|
-
export var GetEventSelectorsResponse;
|
|
701
|
-
(function (GetEventSelectorsResponse) {
|
|
702
|
-
GetEventSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(GetEventSelectorsResponse || (GetEventSelectorsResponse = {}));
|
|
704
|
-
export var GetInsightSelectorsRequest;
|
|
705
|
-
(function (GetInsightSelectorsRequest) {
|
|
706
|
-
GetInsightSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(GetInsightSelectorsRequest || (GetInsightSelectorsRequest = {}));
|
|
708
596
|
export var InsightType;
|
|
709
597
|
(function (InsightType) {
|
|
710
598
|
InsightType["ApiCallRateInsight"] = "ApiCallRateInsight";
|
|
711
599
|
InsightType["ApiErrorRateInsight"] = "ApiErrorRateInsight";
|
|
712
600
|
})(InsightType || (InsightType = {}));
|
|
713
|
-
export var InsightSelector;
|
|
714
|
-
(function (InsightSelector) {
|
|
715
|
-
InsightSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
-
})(InsightSelector || (InsightSelector = {}));
|
|
717
|
-
export var GetInsightSelectorsResponse;
|
|
718
|
-
(function (GetInsightSelectorsResponse) {
|
|
719
|
-
GetInsightSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
-
})(GetInsightSelectorsResponse || (GetInsightSelectorsResponse = {}));
|
|
721
601
|
var InsightNotEnabledException = (function (_super) {
|
|
722
602
|
__extends(InsightNotEnabledException, _super);
|
|
723
603
|
function InsightNotEnabledException(opts) {
|
|
@@ -731,18 +611,6 @@ var InsightNotEnabledException = (function (_super) {
|
|
|
731
611
|
return InsightNotEnabledException;
|
|
732
612
|
}(__BaseException));
|
|
733
613
|
export { InsightNotEnabledException };
|
|
734
|
-
export var GetQueryResultsRequest;
|
|
735
|
-
(function (GetQueryResultsRequest) {
|
|
736
|
-
GetQueryResultsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
-
})(GetQueryResultsRequest || (GetQueryResultsRequest = {}));
|
|
738
|
-
export var QueryStatistics;
|
|
739
|
-
(function (QueryStatistics) {
|
|
740
|
-
QueryStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(QueryStatistics || (QueryStatistics = {}));
|
|
742
|
-
export var GetQueryResultsResponse;
|
|
743
|
-
(function (GetQueryResultsResponse) {
|
|
744
|
-
GetQueryResultsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
-
})(GetQueryResultsResponse || (GetQueryResultsResponse = {}));
|
|
746
614
|
var InvalidMaxResultsException = (function (_super) {
|
|
747
615
|
__extends(InvalidMaxResultsException, _super);
|
|
748
616
|
function InvalidMaxResultsException(opts) {
|
|
@@ -769,34 +637,6 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
769
637
|
return InvalidNextTokenException;
|
|
770
638
|
}(__BaseException));
|
|
771
639
|
export { InvalidNextTokenException };
|
|
772
|
-
export var GetTrailRequest;
|
|
773
|
-
(function (GetTrailRequest) {
|
|
774
|
-
GetTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(GetTrailRequest || (GetTrailRequest = {}));
|
|
776
|
-
export var GetTrailResponse;
|
|
777
|
-
(function (GetTrailResponse) {
|
|
778
|
-
GetTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
-
})(GetTrailResponse || (GetTrailResponse = {}));
|
|
780
|
-
export var GetTrailStatusRequest;
|
|
781
|
-
(function (GetTrailStatusRequest) {
|
|
782
|
-
GetTrailStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
-
})(GetTrailStatusRequest || (GetTrailStatusRequest = {}));
|
|
784
|
-
export var GetTrailStatusResponse;
|
|
785
|
-
(function (GetTrailStatusResponse) {
|
|
786
|
-
GetTrailStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
-
})(GetTrailStatusResponse || (GetTrailStatusResponse = {}));
|
|
788
|
-
export var ListEventDataStoresRequest;
|
|
789
|
-
(function (ListEventDataStoresRequest) {
|
|
790
|
-
ListEventDataStoresRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
-
})(ListEventDataStoresRequest || (ListEventDataStoresRequest = {}));
|
|
792
|
-
export var EventDataStore;
|
|
793
|
-
(function (EventDataStore) {
|
|
794
|
-
EventDataStore.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
-
})(EventDataStore || (EventDataStore = {}));
|
|
796
|
-
export var ListEventDataStoresResponse;
|
|
797
|
-
(function (ListEventDataStoresResponse) {
|
|
798
|
-
ListEventDataStoresResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
-
})(ListEventDataStoresResponse || (ListEventDataStoresResponse = {}));
|
|
800
640
|
var InvalidTimeRangeException = (function (_super) {
|
|
801
641
|
__extends(InvalidTimeRangeException, _super);
|
|
802
642
|
function InvalidTimeRangeException(opts) {
|
|
@@ -823,18 +663,6 @@ var InvalidTokenException = (function (_super) {
|
|
|
823
663
|
return InvalidTokenException;
|
|
824
664
|
}(__BaseException));
|
|
825
665
|
export { InvalidTokenException };
|
|
826
|
-
export var ListPublicKeysRequest;
|
|
827
|
-
(function (ListPublicKeysRequest) {
|
|
828
|
-
ListPublicKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
-
})(ListPublicKeysRequest || (ListPublicKeysRequest = {}));
|
|
830
|
-
export var PublicKey;
|
|
831
|
-
(function (PublicKey) {
|
|
832
|
-
PublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
-
})(PublicKey || (PublicKey = {}));
|
|
834
|
-
export var ListPublicKeysResponse;
|
|
835
|
-
(function (ListPublicKeysResponse) {
|
|
836
|
-
ListPublicKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
-
})(ListPublicKeysResponse || (ListPublicKeysResponse = {}));
|
|
838
666
|
var InvalidDateRangeException = (function (_super) {
|
|
839
667
|
__extends(InvalidDateRangeException, _super);
|
|
840
668
|
function InvalidDateRangeException(opts) {
|
|
@@ -861,42 +689,6 @@ var InvalidQueryStatusException = (function (_super) {
|
|
|
861
689
|
return InvalidQueryStatusException;
|
|
862
690
|
}(__BaseException));
|
|
863
691
|
export { InvalidQueryStatusException };
|
|
864
|
-
export var ListQueriesRequest;
|
|
865
|
-
(function (ListQueriesRequest) {
|
|
866
|
-
ListQueriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
-
})(ListQueriesRequest || (ListQueriesRequest = {}));
|
|
868
|
-
export var Query;
|
|
869
|
-
(function (Query) {
|
|
870
|
-
Query.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
-
})(Query || (Query = {}));
|
|
872
|
-
export var ListQueriesResponse;
|
|
873
|
-
(function (ListQueriesResponse) {
|
|
874
|
-
ListQueriesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
-
})(ListQueriesResponse || (ListQueriesResponse = {}));
|
|
876
|
-
export var ListTagsRequest;
|
|
877
|
-
(function (ListTagsRequest) {
|
|
878
|
-
ListTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
-
})(ListTagsRequest || (ListTagsRequest = {}));
|
|
880
|
-
export var ResourceTag;
|
|
881
|
-
(function (ResourceTag) {
|
|
882
|
-
ResourceTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
-
})(ResourceTag || (ResourceTag = {}));
|
|
884
|
-
export var ListTagsResponse;
|
|
885
|
-
(function (ListTagsResponse) {
|
|
886
|
-
ListTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(ListTagsResponse || (ListTagsResponse = {}));
|
|
888
|
-
export var ListTrailsRequest;
|
|
889
|
-
(function (ListTrailsRequest) {
|
|
890
|
-
ListTrailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
-
})(ListTrailsRequest || (ListTrailsRequest = {}));
|
|
892
|
-
export var TrailInfo;
|
|
893
|
-
(function (TrailInfo) {
|
|
894
|
-
TrailInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
-
})(TrailInfo || (TrailInfo = {}));
|
|
896
|
-
export var ListTrailsResponse;
|
|
897
|
-
(function (ListTrailsResponse) {
|
|
898
|
-
ListTrailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
-
})(ListTrailsResponse || (ListTrailsResponse = {}));
|
|
900
692
|
var InvalidEventCategoryException = (function (_super) {
|
|
901
693
|
__extends(InvalidEventCategoryException, _super);
|
|
902
694
|
function InvalidEventCategoryException(opts) {
|
|
@@ -938,26 +730,6 @@ export var LookupAttributeKey;
|
|
|
938
730
|
LookupAttributeKey["RESOURCE_TYPE"] = "ResourceType";
|
|
939
731
|
LookupAttributeKey["USERNAME"] = "Username";
|
|
940
732
|
})(LookupAttributeKey || (LookupAttributeKey = {}));
|
|
941
|
-
export var LookupAttribute;
|
|
942
|
-
(function (LookupAttribute) {
|
|
943
|
-
LookupAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(LookupAttribute || (LookupAttribute = {}));
|
|
945
|
-
export var LookupEventsRequest;
|
|
946
|
-
(function (LookupEventsRequest) {
|
|
947
|
-
LookupEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
-
})(LookupEventsRequest || (LookupEventsRequest = {}));
|
|
949
|
-
export var Resource;
|
|
950
|
-
(function (Resource) {
|
|
951
|
-
Resource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
-
})(Resource || (Resource = {}));
|
|
953
|
-
export var Event;
|
|
954
|
-
(function (Event) {
|
|
955
|
-
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
-
})(Event || (Event = {}));
|
|
957
|
-
export var LookupEventsResponse;
|
|
958
|
-
(function (LookupEventsResponse) {
|
|
959
|
-
LookupEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
|
-
})(LookupEventsResponse || (LookupEventsResponse = {}));
|
|
961
733
|
var InvalidEventSelectorsException = (function (_super) {
|
|
962
734
|
__extends(InvalidEventSelectorsException, _super);
|
|
963
735
|
function InvalidEventSelectorsException(opts) {
|
|
@@ -971,14 +743,6 @@ var InvalidEventSelectorsException = (function (_super) {
|
|
|
971
743
|
return InvalidEventSelectorsException;
|
|
972
744
|
}(__BaseException));
|
|
973
745
|
export { InvalidEventSelectorsException };
|
|
974
|
-
export var PutEventSelectorsRequest;
|
|
975
|
-
(function (PutEventSelectorsRequest) {
|
|
976
|
-
PutEventSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
-
})(PutEventSelectorsRequest || (PutEventSelectorsRequest = {}));
|
|
978
|
-
export var PutEventSelectorsResponse;
|
|
979
|
-
(function (PutEventSelectorsResponse) {
|
|
980
|
-
PutEventSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
|
-
})(PutEventSelectorsResponse || (PutEventSelectorsResponse = {}));
|
|
982
746
|
var InvalidInsightSelectorsException = (function (_super) {
|
|
983
747
|
__extends(InvalidInsightSelectorsException, _super);
|
|
984
748
|
function InvalidInsightSelectorsException(opts) {
|
|
@@ -992,22 +756,6 @@ var InvalidInsightSelectorsException = (function (_super) {
|
|
|
992
756
|
return InvalidInsightSelectorsException;
|
|
993
757
|
}(__BaseException));
|
|
994
758
|
export { InvalidInsightSelectorsException };
|
|
995
|
-
export var PutInsightSelectorsRequest;
|
|
996
|
-
(function (PutInsightSelectorsRequest) {
|
|
997
|
-
PutInsightSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(PutInsightSelectorsRequest || (PutInsightSelectorsRequest = {}));
|
|
999
|
-
export var PutInsightSelectorsResponse;
|
|
1000
|
-
(function (PutInsightSelectorsResponse) {
|
|
1001
|
-
PutInsightSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
|
-
})(PutInsightSelectorsResponse || (PutInsightSelectorsResponse = {}));
|
|
1003
|
-
export var RemoveTagsRequest;
|
|
1004
|
-
(function (RemoveTagsRequest) {
|
|
1005
|
-
RemoveTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1006
|
-
})(RemoveTagsRequest || (RemoveTagsRequest = {}));
|
|
1007
|
-
export var RemoveTagsResponse;
|
|
1008
|
-
(function (RemoveTagsResponse) {
|
|
1009
|
-
RemoveTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
-
})(RemoveTagsResponse || (RemoveTagsResponse = {}));
|
|
1011
759
|
var InvalidEventDataStoreStatusException = (function (_super) {
|
|
1012
760
|
__extends(InvalidEventDataStoreStatusException, _super);
|
|
1013
761
|
function InvalidEventDataStoreStatusException(opts) {
|
|
@@ -1021,22 +769,6 @@ var InvalidEventDataStoreStatusException = (function (_super) {
|
|
|
1021
769
|
return InvalidEventDataStoreStatusException;
|
|
1022
770
|
}(__BaseException));
|
|
1023
771
|
export { InvalidEventDataStoreStatusException };
|
|
1024
|
-
export var RestoreEventDataStoreRequest;
|
|
1025
|
-
(function (RestoreEventDataStoreRequest) {
|
|
1026
|
-
RestoreEventDataStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1027
|
-
})(RestoreEventDataStoreRequest || (RestoreEventDataStoreRequest = {}));
|
|
1028
|
-
export var RestoreEventDataStoreResponse;
|
|
1029
|
-
(function (RestoreEventDataStoreResponse) {
|
|
1030
|
-
RestoreEventDataStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
|
-
})(RestoreEventDataStoreResponse || (RestoreEventDataStoreResponse = {}));
|
|
1032
|
-
export var StartLoggingRequest;
|
|
1033
|
-
(function (StartLoggingRequest) {
|
|
1034
|
-
StartLoggingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1035
|
-
})(StartLoggingRequest || (StartLoggingRequest = {}));
|
|
1036
|
-
export var StartLoggingResponse;
|
|
1037
|
-
(function (StartLoggingResponse) {
|
|
1038
|
-
StartLoggingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1039
|
-
})(StartLoggingResponse || (StartLoggingResponse = {}));
|
|
1040
772
|
var InvalidQueryStatementException = (function (_super) {
|
|
1041
773
|
__extends(InvalidQueryStatementException, _super);
|
|
1042
774
|
function InvalidQueryStatementException(opts) {
|
|
@@ -1063,35 +795,78 @@ var MaxConcurrentQueriesException = (function (_super) {
|
|
|
1063
795
|
return MaxConcurrentQueriesException;
|
|
1064
796
|
}(__BaseException));
|
|
1065
797
|
export { MaxConcurrentQueriesException };
|
|
1066
|
-
export var
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
export var
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
export var
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
export var
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
export var
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
export var
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
export var
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
export var
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
798
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var AddTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var AddTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var AdvancedFieldSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var AdvancedEventSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var CancelQueryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var CancelQueryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var CreateEventDataStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var CreateEventDataStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var CreateTrailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var CreateTrailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var DeleteEventDataStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var DeleteEventDataStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var DeleteTrailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var DeleteTrailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var DescribeQueryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var QueryStatisticsForDescribeQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var DescribeQueryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var DescribeTrailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var TrailFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var DescribeTrailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var GetEventDataStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var GetEventDataStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var GetEventSelectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var DataResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var EventSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var GetEventSelectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var GetInsightSelectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var InsightSelectorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var GetInsightSelectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var GetQueryResultsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var QueryStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var GetQueryResultsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var GetTrailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var GetTrailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var GetTrailStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var GetTrailStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var ListEventDataStoresRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var EventDataStoreFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var ListEventDataStoresResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var ListPublicKeysRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var PublicKeyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
840
|
+
export var ListPublicKeysResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
|
+
export var ListQueriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
|
+
export var QueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
+
export var ListQueriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
844
|
+
export var ListTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
845
|
+
export var ResourceTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
846
|
+
export var ListTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
+
export var ListTrailsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
|
+
export var TrailInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
+
export var ListTrailsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
850
|
+
export var LookupAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
+
export var LookupEventsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
852
|
+
export var ResourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
853
|
+
export var EventFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
854
|
+
export var LookupEventsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var PutEventSelectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var PutEventSelectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var PutInsightSelectorsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var PutInsightSelectorsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
+
export var RemoveTagsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
+
export var RemoveTagsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
861
|
+
export var RestoreEventDataStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
|
+
export var RestoreEventDataStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
+
export var StartLoggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
864
|
+
export var StartLoggingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
865
|
+
export var StartQueryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var StartQueryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var StopLoggingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var StopLoggingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var UpdateEventDataStoreRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var UpdateEventDataStoreResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var UpdateTrailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var UpdateTrailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|