@aws-sdk/client-cloudtrail 3.33.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.
- package/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/CloudTrail.js +0 -19
- package/dist-cjs/CloudTrailClient.js +35 -0
- package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/CreateTrailCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DeleteTrailCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeTrailsCommand.js +2 -27
- package/dist-cjs/commands/GetEventSelectorsCommand.js +36 -0
- package/dist-cjs/commands/GetInsightSelectorsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/GetTrailCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetTrailStatusCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListPublicKeysCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/commands/ListTagsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTrailsCommand.js +2 -27
- package/dist-cjs/commands/LookupEventsCommand.js +36 -0
- package/dist-cjs/commands/PutEventSelectorsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/PutInsightSelectorsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartLoggingCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StopLoggingCommand.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/UpdateTrailCommand.js +2 -32
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -280
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListPublicKeysPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListTagsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/ListTrailsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/pagination/LookupEventsPaginator.js +0 -11
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/CloudTrail.js +1 -20
- package/dist-es/CloudTrailClient.js +37 -0
- package/{dist/es → dist-es}/commands/AddTagsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateTrailCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteTrailCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DescribeTrailsCommand.js +4 -30
- package/dist-es/commands/GetEventSelectorsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetInsightSelectorsCommand.js +4 -36
- package/{dist/es → dist-es}/commands/GetTrailCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetTrailStatusCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListPublicKeysCommand.js +4 -35
- package/{dist/es → dist-es}/commands/ListTagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTrailsCommand.js +4 -30
- package/dist-es/commands/LookupEventsCommand.js +39 -0
- package/dist-es/commands/PutEventSelectorsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutInsightSelectorsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartLoggingCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StopLoggingCommand.js +4 -36
- package/{dist/es → dist-es}/commands/UpdateTrailCommand.js +4 -35
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -280
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListPublicKeysPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListTagsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListTrailsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/LookupEventsPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +788 -794
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/CloudTrail.d.ts +1 -1
- package/{dist/types → dist-types}/CloudTrailClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTrailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTrailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTrailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEventSelectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetInsightSelectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetTrailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetTrailStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPublicKeysCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTrailsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/LookupEventsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutEventSelectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutInsightSelectorsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartLoggingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopLoggingCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTrailCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPublicKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTrailsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/LookupEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/CloudTrail.d.ts +95 -0
- package/{dist/types → dist-types}/ts3.4/CloudTrailClient.d.ts +32 -112
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTrailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTrailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeTrailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetEventSelectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTrailStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListPublicKeysCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrailsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/LookupEventsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutEventSelectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopLoggingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTrailCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1181 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPublicKeysPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTrailsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/LookupEventsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +52 -49
- package/CloudTrail.ts +0 -730
- package/CloudTrailClient.ts +0 -310
- package/commands/AddTagsCommand.ts +0 -94
- package/commands/CreateTrailCommand.ts +0 -95
- package/commands/DeleteTrailCommand.ts +0 -96
- package/commands/DescribeTrailsCommand.ts +0 -94
- package/commands/GetEventSelectorsCommand.ts +0 -110
- package/commands/GetInsightSelectorsCommand.ts +0 -100
- package/commands/GetTrailCommand.ts +0 -91
- package/commands/GetTrailStatusCommand.ts +0 -94
- package/commands/ListPublicKeysCommand.ts +0 -99
- package/commands/ListTagsCommand.ts +0 -91
- package/commands/ListTrailsCommand.ts +0 -94
- package/commands/LookupEventsCommand.ts +0 -141
- package/commands/PutEventSelectorsCommand.ts +0 -138
- package/commands/PutInsightSelectorsCommand.ts +0 -97
- package/commands/RemoveTagsCommand.ts +0 -94
- package/commands/StartLoggingCommand.ts +0 -94
- package/commands/StopLoggingCommand.ts +0 -100
- package/commands/UpdateTrailCommand.ts +0 -99
- package/dist/cjs/CloudTrail.js.map +0 -1
- package/dist/cjs/CloudTrailClient.js +0 -59
- package/dist/cjs/CloudTrailClient.js.map +0 -1
- package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTrailCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTrailCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTrailsCommand.js.map +0 -1
- package/dist/cjs/commands/GetEventSelectorsCommand.js +0 -77
- package/dist/cjs/commands/GetEventSelectorsCommand.js.map +0 -1
- package/dist/cjs/commands/GetInsightSelectorsCommand.js +0 -67
- package/dist/cjs/commands/GetInsightSelectorsCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrailCommand.js.map +0 -1
- package/dist/cjs/commands/GetTrailStatusCommand.js.map +0 -1
- package/dist/cjs/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTrailsCommand.js.map +0 -1
- package/dist/cjs/commands/LookupEventsCommand.js +0 -108
- package/dist/cjs/commands/LookupEventsCommand.js.map +0 -1
- package/dist/cjs/commands/PutEventSelectorsCommand.js +0 -105
- package/dist/cjs/commands/PutEventSelectorsCommand.js.map +0 -1
- package/dist/cjs/commands/PutInsightSelectorsCommand.js.map +0 -1
- package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/cjs/commands/StartLoggingCommand.js.map +0 -1
- package/dist/cjs/commands/StopLoggingCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTrailCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListPublicKeysPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTrailsPaginator.js.map +0 -1
- package/dist/cjs/pagination/LookupEventsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/CloudTrail.js.map +0 -1
- package/dist/es/CloudTrailClient.js +0 -61
- package/dist/es/CloudTrailClient.js.map +0 -1
- package/dist/es/commands/AddTagsCommand.js.map +0 -1
- package/dist/es/commands/CreateTrailCommand.js.map +0 -1
- package/dist/es/commands/DeleteTrailCommand.js.map +0 -1
- package/dist/es/commands/DescribeTrailsCommand.js.map +0 -1
- package/dist/es/commands/GetEventSelectorsCommand.js +0 -81
- package/dist/es/commands/GetEventSelectorsCommand.js.map +0 -1
- package/dist/es/commands/GetInsightSelectorsCommand.js.map +0 -1
- package/dist/es/commands/GetTrailCommand.js.map +0 -1
- package/dist/es/commands/GetTrailStatusCommand.js.map +0 -1
- package/dist/es/commands/ListPublicKeysCommand.js.map +0 -1
- package/dist/es/commands/ListTagsCommand.js.map +0 -1
- package/dist/es/commands/ListTrailsCommand.js.map +0 -1
- package/dist/es/commands/LookupEventsCommand.js +0 -112
- package/dist/es/commands/LookupEventsCommand.js.map +0 -1
- package/dist/es/commands/PutEventSelectorsCommand.js +0 -109
- package/dist/es/commands/PutEventSelectorsCommand.js.map +0 -1
- package/dist/es/commands/PutInsightSelectorsCommand.js.map +0 -1
- package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
- package/dist/es/commands/StartLoggingCommand.js.map +0 -1
- package/dist/es/commands/StopLoggingCommand.js.map +0 -1
- package/dist/es/commands/UpdateTrailCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -27
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListPublicKeysPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTrailsPaginator.js.map +0 -1
- package/dist/es/pagination/LookupEventsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/CloudTrail.d.ts +0 -286
- package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/CreateTrailCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTrailCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeTrailsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetEventSelectorsCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/GetInsightSelectorsCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetTrailCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTrailStatusCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPublicKeysCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTrailsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/LookupEventsCommand.d.ts +0 -82
- package/dist/types/ts3.4/commands/PutEventSelectorsCommand.d.ts +0 -79
- package/dist/types/ts3.4/commands/PutInsightSelectorsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartLoggingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopLoggingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UpdateTrailCommand.d.ts +0 -40
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2668
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3167
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListPublicKeysPaginator.ts +0 -57
- package/pagination/ListTagsPaginator.ts +0 -53
- package/pagination/ListTrailsPaginator.ts +0 -53
- package/pagination/LookupEventsPaginator.ts +0 -58
- package/protocols/Aws_json1_1.ts +0 -4521
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,345 +1,198 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var Tag;
|
|
3
3
|
(function (Tag) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(Tag || (Tag = {}));
|
|
9
6
|
export var AddTagsRequest;
|
|
10
7
|
(function (AddTagsRequest) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
AddTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(AddTagsRequest || (AddTagsRequest = {}));
|
|
16
10
|
export var AddTagsResponse;
|
|
17
11
|
(function (AddTagsResponse) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
AddTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(AddTagsResponse || (AddTagsResponse = {}));
|
|
23
14
|
export var CloudTrailARNInvalidException;
|
|
24
15
|
(function (CloudTrailARNInvalidException) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
CloudTrailARNInvalidException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(CloudTrailARNInvalidException || (CloudTrailARNInvalidException = {}));
|
|
30
18
|
export var InvalidTagParameterException;
|
|
31
19
|
(function (InvalidTagParameterException) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
InvalidTagParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(InvalidTagParameterException || (InvalidTagParameterException = {}));
|
|
37
22
|
export var InvalidTrailNameException;
|
|
38
23
|
(function (InvalidTrailNameException) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
InvalidTrailNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(InvalidTrailNameException || (InvalidTrailNameException = {}));
|
|
44
26
|
export var NotOrganizationMasterAccountException;
|
|
45
27
|
(function (NotOrganizationMasterAccountException) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
NotOrganizationMasterAccountException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(NotOrganizationMasterAccountException || (NotOrganizationMasterAccountException = {}));
|
|
51
30
|
export var OperationNotPermittedException;
|
|
52
31
|
(function (OperationNotPermittedException) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
OperationNotPermittedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(OperationNotPermittedException || (OperationNotPermittedException = {}));
|
|
58
34
|
export var ResourceNotFoundException;
|
|
59
35
|
(function (ResourceNotFoundException) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
ResourceNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(ResourceNotFoundException || (ResourceNotFoundException = {}));
|
|
65
38
|
export var ResourceTypeNotSupportedException;
|
|
66
39
|
(function (ResourceTypeNotSupportedException) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
ResourceTypeNotSupportedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(ResourceTypeNotSupportedException || (ResourceTypeNotSupportedException = {}));
|
|
72
42
|
export var TagsLimitExceededException;
|
|
73
43
|
(function (TagsLimitExceededException) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
44
|
TagsLimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
45
|
})(TagsLimitExceededException || (TagsLimitExceededException = {}));
|
|
79
46
|
export var UnsupportedOperationException;
|
|
80
47
|
(function (UnsupportedOperationException) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
48
|
UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
49
|
})(UnsupportedOperationException || (UnsupportedOperationException = {}));
|
|
86
50
|
export var AdvancedFieldSelector;
|
|
87
51
|
(function (AdvancedFieldSelector) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
52
|
AdvancedFieldSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
53
|
})(AdvancedFieldSelector || (AdvancedFieldSelector = {}));
|
|
93
54
|
export var AdvancedEventSelector;
|
|
94
55
|
(function (AdvancedEventSelector) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
56
|
AdvancedEventSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
57
|
})(AdvancedEventSelector || (AdvancedEventSelector = {}));
|
|
100
58
|
export var CloudTrailAccessNotEnabledException;
|
|
101
59
|
(function (CloudTrailAccessNotEnabledException) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
60
|
CloudTrailAccessNotEnabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
61
|
})(CloudTrailAccessNotEnabledException || (CloudTrailAccessNotEnabledException = {}));
|
|
107
62
|
export var CloudTrailInvalidClientTokenIdException;
|
|
108
63
|
(function (CloudTrailInvalidClientTokenIdException) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
64
|
CloudTrailInvalidClientTokenIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
65
|
})(CloudTrailInvalidClientTokenIdException || (CloudTrailInvalidClientTokenIdException = {}));
|
|
114
66
|
export var CloudWatchLogsDeliveryUnavailableException;
|
|
115
67
|
(function (CloudWatchLogsDeliveryUnavailableException) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
68
|
CloudWatchLogsDeliveryUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
69
|
})(CloudWatchLogsDeliveryUnavailableException || (CloudWatchLogsDeliveryUnavailableException = {}));
|
|
121
70
|
export var CreateTrailRequest;
|
|
122
71
|
(function (CreateTrailRequest) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
72
|
CreateTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
73
|
})(CreateTrailRequest || (CreateTrailRequest = {}));
|
|
128
74
|
export var CreateTrailResponse;
|
|
129
75
|
(function (CreateTrailResponse) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
76
|
CreateTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
77
|
})(CreateTrailResponse || (CreateTrailResponse = {}));
|
|
135
78
|
export var InsufficientDependencyServiceAccessPermissionException;
|
|
136
79
|
(function (InsufficientDependencyServiceAccessPermissionException) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
80
|
InsufficientDependencyServiceAccessPermissionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
81
|
})(InsufficientDependencyServiceAccessPermissionException || (InsufficientDependencyServiceAccessPermissionException = {}));
|
|
142
82
|
export var InsufficientEncryptionPolicyException;
|
|
143
83
|
(function (InsufficientEncryptionPolicyException) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
84
|
InsufficientEncryptionPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
85
|
})(InsufficientEncryptionPolicyException || (InsufficientEncryptionPolicyException = {}));
|
|
149
86
|
export var InsufficientS3BucketPolicyException;
|
|
150
87
|
(function (InsufficientS3BucketPolicyException) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
88
|
InsufficientS3BucketPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
89
|
})(InsufficientS3BucketPolicyException || (InsufficientS3BucketPolicyException = {}));
|
|
156
90
|
export var InsufficientSnsTopicPolicyException;
|
|
157
91
|
(function (InsufficientSnsTopicPolicyException) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
92
|
InsufficientSnsTopicPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
93
|
})(InsufficientSnsTopicPolicyException || (InsufficientSnsTopicPolicyException = {}));
|
|
163
94
|
export var InvalidCloudWatchLogsLogGroupArnException;
|
|
164
95
|
(function (InvalidCloudWatchLogsLogGroupArnException) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
96
|
InvalidCloudWatchLogsLogGroupArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
97
|
})(InvalidCloudWatchLogsLogGroupArnException || (InvalidCloudWatchLogsLogGroupArnException = {}));
|
|
170
98
|
export var InvalidCloudWatchLogsRoleArnException;
|
|
171
99
|
(function (InvalidCloudWatchLogsRoleArnException) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
100
|
InvalidCloudWatchLogsRoleArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
101
|
})(InvalidCloudWatchLogsRoleArnException || (InvalidCloudWatchLogsRoleArnException = {}));
|
|
177
102
|
export var InvalidKmsKeyIdException;
|
|
178
103
|
(function (InvalidKmsKeyIdException) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
104
|
InvalidKmsKeyIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
105
|
})(InvalidKmsKeyIdException || (InvalidKmsKeyIdException = {}));
|
|
184
106
|
export var InvalidParameterCombinationException;
|
|
185
107
|
(function (InvalidParameterCombinationException) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
108
|
InvalidParameterCombinationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
109
|
})(InvalidParameterCombinationException || (InvalidParameterCombinationException = {}));
|
|
191
110
|
export var InvalidS3BucketNameException;
|
|
192
111
|
(function (InvalidS3BucketNameException) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
112
|
InvalidS3BucketNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
113
|
})(InvalidS3BucketNameException || (InvalidS3BucketNameException = {}));
|
|
198
114
|
export var InvalidS3PrefixException;
|
|
199
115
|
(function (InvalidS3PrefixException) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
116
|
InvalidS3PrefixException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
117
|
})(InvalidS3PrefixException || (InvalidS3PrefixException = {}));
|
|
205
118
|
export var InvalidSnsTopicNameException;
|
|
206
119
|
(function (InvalidSnsTopicNameException) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
120
|
InvalidSnsTopicNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
121
|
})(InvalidSnsTopicNameException || (InvalidSnsTopicNameException = {}));
|
|
212
122
|
export var KmsException;
|
|
213
123
|
(function (KmsException) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
124
|
KmsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
125
|
})(KmsException || (KmsException = {}));
|
|
219
126
|
export var KmsKeyDisabledException;
|
|
220
127
|
(function (KmsKeyDisabledException) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
128
|
KmsKeyDisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
129
|
})(KmsKeyDisabledException || (KmsKeyDisabledException = {}));
|
|
226
130
|
export var KmsKeyNotFoundException;
|
|
227
131
|
(function (KmsKeyNotFoundException) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
132
|
KmsKeyNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
133
|
})(KmsKeyNotFoundException || (KmsKeyNotFoundException = {}));
|
|
233
134
|
export var MaximumNumberOfTrailsExceededException;
|
|
234
135
|
(function (MaximumNumberOfTrailsExceededException) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
136
|
MaximumNumberOfTrailsExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
137
|
})(MaximumNumberOfTrailsExceededException || (MaximumNumberOfTrailsExceededException = {}));
|
|
240
138
|
export var OrganizationNotInAllFeaturesModeException;
|
|
241
139
|
(function (OrganizationNotInAllFeaturesModeException) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
140
|
OrganizationNotInAllFeaturesModeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
141
|
})(OrganizationNotInAllFeaturesModeException || (OrganizationNotInAllFeaturesModeException = {}));
|
|
247
142
|
export var OrganizationsNotInUseException;
|
|
248
143
|
(function (OrganizationsNotInUseException) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
144
|
OrganizationsNotInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
145
|
})(OrganizationsNotInUseException || (OrganizationsNotInUseException = {}));
|
|
254
146
|
export var S3BucketDoesNotExistException;
|
|
255
147
|
(function (S3BucketDoesNotExistException) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
148
|
S3BucketDoesNotExistException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
149
|
})(S3BucketDoesNotExistException || (S3BucketDoesNotExistException = {}));
|
|
261
150
|
export var TrailAlreadyExistsException;
|
|
262
151
|
(function (TrailAlreadyExistsException) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
152
|
TrailAlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
153
|
})(TrailAlreadyExistsException || (TrailAlreadyExistsException = {}));
|
|
268
154
|
export var TrailNotProvidedException;
|
|
269
155
|
(function (TrailNotProvidedException) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
156
|
TrailNotProvidedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
157
|
})(TrailNotProvidedException || (TrailNotProvidedException = {}));
|
|
275
158
|
export var ConflictException;
|
|
276
159
|
(function (ConflictException) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
160
|
ConflictException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
161
|
})(ConflictException || (ConflictException = {}));
|
|
282
162
|
export var DeleteTrailRequest;
|
|
283
163
|
(function (DeleteTrailRequest) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
164
|
DeleteTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
165
|
})(DeleteTrailRequest || (DeleteTrailRequest = {}));
|
|
289
166
|
export var DeleteTrailResponse;
|
|
290
167
|
(function (DeleteTrailResponse) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
168
|
DeleteTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
169
|
})(DeleteTrailResponse || (DeleteTrailResponse = {}));
|
|
296
170
|
export var InvalidHomeRegionException;
|
|
297
171
|
(function (InvalidHomeRegionException) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
172
|
InvalidHomeRegionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
173
|
})(InvalidHomeRegionException || (InvalidHomeRegionException = {}));
|
|
303
174
|
export var TrailNotFoundException;
|
|
304
175
|
(function (TrailNotFoundException) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
176
|
TrailNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
177
|
})(TrailNotFoundException || (TrailNotFoundException = {}));
|
|
310
178
|
export var DescribeTrailsRequest;
|
|
311
179
|
(function (DescribeTrailsRequest) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
180
|
DescribeTrailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
181
|
})(DescribeTrailsRequest || (DescribeTrailsRequest = {}));
|
|
317
182
|
export var Trail;
|
|
318
183
|
(function (Trail) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
184
|
Trail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
185
|
})(Trail || (Trail = {}));
|
|
324
186
|
export var DescribeTrailsResponse;
|
|
325
187
|
(function (DescribeTrailsResponse) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
188
|
DescribeTrailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
189
|
})(DescribeTrailsResponse || (DescribeTrailsResponse = {}));
|
|
331
190
|
export var GetEventSelectorsRequest;
|
|
332
191
|
(function (GetEventSelectorsRequest) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
192
|
GetEventSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
193
|
})(GetEventSelectorsRequest || (GetEventSelectorsRequest = {}));
|
|
338
194
|
export var DataResource;
|
|
339
195
|
(function (DataResource) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
196
|
DataResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
197
|
})(DataResource || (DataResource = {}));
|
|
345
198
|
export var ReadWriteType;
|
|
@@ -350,23 +203,14 @@ export var ReadWriteType;
|
|
|
350
203
|
})(ReadWriteType || (ReadWriteType = {}));
|
|
351
204
|
export var EventSelector;
|
|
352
205
|
(function (EventSelector) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
206
|
EventSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
207
|
})(EventSelector || (EventSelector = {}));
|
|
358
208
|
export var GetEventSelectorsResponse;
|
|
359
209
|
(function (GetEventSelectorsResponse) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
210
|
GetEventSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
211
|
})(GetEventSelectorsResponse || (GetEventSelectorsResponse = {}));
|
|
365
212
|
export var GetInsightSelectorsRequest;
|
|
366
213
|
(function (GetInsightSelectorsRequest) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
214
|
GetInsightSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
215
|
})(GetInsightSelectorsRequest || (GetInsightSelectorsRequest = {}));
|
|
372
216
|
export var InsightType;
|
|
@@ -375,156 +219,90 @@ export var InsightType;
|
|
|
375
219
|
})(InsightType || (InsightType = {}));
|
|
376
220
|
export var InsightSelector;
|
|
377
221
|
(function (InsightSelector) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
222
|
InsightSelector.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
223
|
})(InsightSelector || (InsightSelector = {}));
|
|
383
224
|
export var GetInsightSelectorsResponse;
|
|
384
225
|
(function (GetInsightSelectorsResponse) {
|
|
385
|
-
/**
|
|
386
|
-
* @internal
|
|
387
|
-
*/
|
|
388
226
|
GetInsightSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
389
227
|
})(GetInsightSelectorsResponse || (GetInsightSelectorsResponse = {}));
|
|
390
228
|
export var InsightNotEnabledException;
|
|
391
229
|
(function (InsightNotEnabledException) {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
230
|
InsightNotEnabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
231
|
})(InsightNotEnabledException || (InsightNotEnabledException = {}));
|
|
397
232
|
export var GetTrailRequest;
|
|
398
233
|
(function (GetTrailRequest) {
|
|
399
|
-
/**
|
|
400
|
-
* @internal
|
|
401
|
-
*/
|
|
402
234
|
GetTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
403
235
|
})(GetTrailRequest || (GetTrailRequest = {}));
|
|
404
236
|
export var GetTrailResponse;
|
|
405
237
|
(function (GetTrailResponse) {
|
|
406
|
-
/**
|
|
407
|
-
* @internal
|
|
408
|
-
*/
|
|
409
238
|
GetTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
239
|
})(GetTrailResponse || (GetTrailResponse = {}));
|
|
411
240
|
export var GetTrailStatusRequest;
|
|
412
241
|
(function (GetTrailStatusRequest) {
|
|
413
|
-
/**
|
|
414
|
-
* @internal
|
|
415
|
-
*/
|
|
416
242
|
GetTrailStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
417
243
|
})(GetTrailStatusRequest || (GetTrailStatusRequest = {}));
|
|
418
244
|
export var GetTrailStatusResponse;
|
|
419
245
|
(function (GetTrailStatusResponse) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
246
|
GetTrailStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
424
247
|
})(GetTrailStatusResponse || (GetTrailStatusResponse = {}));
|
|
425
248
|
export var InvalidTimeRangeException;
|
|
426
249
|
(function (InvalidTimeRangeException) {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
250
|
InvalidTimeRangeException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
251
|
})(InvalidTimeRangeException || (InvalidTimeRangeException = {}));
|
|
432
252
|
export var InvalidTokenException;
|
|
433
253
|
(function (InvalidTokenException) {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
254
|
InvalidTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
255
|
})(InvalidTokenException || (InvalidTokenException = {}));
|
|
439
256
|
export var ListPublicKeysRequest;
|
|
440
257
|
(function (ListPublicKeysRequest) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
258
|
ListPublicKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
445
259
|
})(ListPublicKeysRequest || (ListPublicKeysRequest = {}));
|
|
446
260
|
export var PublicKey;
|
|
447
261
|
(function (PublicKey) {
|
|
448
|
-
/**
|
|
449
|
-
* @internal
|
|
450
|
-
*/
|
|
451
262
|
PublicKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
452
263
|
})(PublicKey || (PublicKey = {}));
|
|
453
264
|
export var ListPublicKeysResponse;
|
|
454
265
|
(function (ListPublicKeysResponse) {
|
|
455
|
-
/**
|
|
456
|
-
* @internal
|
|
457
|
-
*/
|
|
458
266
|
ListPublicKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
267
|
})(ListPublicKeysResponse || (ListPublicKeysResponse = {}));
|
|
460
268
|
export var ListTagsRequest;
|
|
461
269
|
(function (ListTagsRequest) {
|
|
462
|
-
/**
|
|
463
|
-
* @internal
|
|
464
|
-
*/
|
|
465
270
|
ListTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
466
271
|
})(ListTagsRequest || (ListTagsRequest = {}));
|
|
467
272
|
export var ResourceTag;
|
|
468
273
|
(function (ResourceTag) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
274
|
ResourceTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
275
|
})(ResourceTag || (ResourceTag = {}));
|
|
474
276
|
export var ListTagsResponse;
|
|
475
277
|
(function (ListTagsResponse) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
278
|
ListTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
279
|
})(ListTagsResponse || (ListTagsResponse = {}));
|
|
481
280
|
export var ListTrailsRequest;
|
|
482
281
|
(function (ListTrailsRequest) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
282
|
ListTrailsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
283
|
})(ListTrailsRequest || (ListTrailsRequest = {}));
|
|
488
284
|
export var TrailInfo;
|
|
489
285
|
(function (TrailInfo) {
|
|
490
|
-
/**
|
|
491
|
-
* @internal
|
|
492
|
-
*/
|
|
493
286
|
TrailInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
494
287
|
})(TrailInfo || (TrailInfo = {}));
|
|
495
288
|
export var ListTrailsResponse;
|
|
496
289
|
(function (ListTrailsResponse) {
|
|
497
|
-
/**
|
|
498
|
-
* @internal
|
|
499
|
-
*/
|
|
500
290
|
ListTrailsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
291
|
})(ListTrailsResponse || (ListTrailsResponse = {}));
|
|
502
292
|
export var InvalidEventCategoryException;
|
|
503
293
|
(function (InvalidEventCategoryException) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
294
|
InvalidEventCategoryException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
295
|
})(InvalidEventCategoryException || (InvalidEventCategoryException = {}));
|
|
509
296
|
export var InvalidLookupAttributesException;
|
|
510
297
|
(function (InvalidLookupAttributesException) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
298
|
InvalidLookupAttributesException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
299
|
})(InvalidLookupAttributesException || (InvalidLookupAttributesException = {}));
|
|
516
300
|
export var InvalidMaxResultsException;
|
|
517
301
|
(function (InvalidMaxResultsException) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
302
|
InvalidMaxResultsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
303
|
})(InvalidMaxResultsException || (InvalidMaxResultsException = {}));
|
|
523
304
|
export var InvalidNextTokenException;
|
|
524
305
|
(function (InvalidNextTokenException) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
306
|
InvalidNextTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
307
|
})(InvalidNextTokenException || (InvalidNextTokenException = {}));
|
|
530
308
|
export var EventCategory;
|
|
@@ -544,135 +322,77 @@ export var LookupAttributeKey;
|
|
|
544
322
|
})(LookupAttributeKey || (LookupAttributeKey = {}));
|
|
545
323
|
export var LookupAttribute;
|
|
546
324
|
(function (LookupAttribute) {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
325
|
LookupAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
326
|
})(LookupAttribute || (LookupAttribute = {}));
|
|
552
327
|
export var LookupEventsRequest;
|
|
553
328
|
(function (LookupEventsRequest) {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
329
|
LookupEventsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
330
|
})(LookupEventsRequest || (LookupEventsRequest = {}));
|
|
559
331
|
export var Resource;
|
|
560
332
|
(function (Resource) {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
333
|
Resource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
334
|
})(Resource || (Resource = {}));
|
|
566
335
|
export var Event;
|
|
567
336
|
(function (Event) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
337
|
Event.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
338
|
})(Event || (Event = {}));
|
|
573
339
|
export var LookupEventsResponse;
|
|
574
340
|
(function (LookupEventsResponse) {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
341
|
LookupEventsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
342
|
})(LookupEventsResponse || (LookupEventsResponse = {}));
|
|
580
343
|
export var InvalidEventSelectorsException;
|
|
581
344
|
(function (InvalidEventSelectorsException) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
345
|
InvalidEventSelectorsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
346
|
})(InvalidEventSelectorsException || (InvalidEventSelectorsException = {}));
|
|
587
347
|
export var PutEventSelectorsRequest;
|
|
588
348
|
(function (PutEventSelectorsRequest) {
|
|
589
|
-
/**
|
|
590
|
-
* @internal
|
|
591
|
-
*/
|
|
592
349
|
PutEventSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
350
|
})(PutEventSelectorsRequest || (PutEventSelectorsRequest = {}));
|
|
594
351
|
export var PutEventSelectorsResponse;
|
|
595
352
|
(function (PutEventSelectorsResponse) {
|
|
596
|
-
/**
|
|
597
|
-
* @internal
|
|
598
|
-
*/
|
|
599
353
|
PutEventSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
354
|
})(PutEventSelectorsResponse || (PutEventSelectorsResponse = {}));
|
|
601
355
|
export var InvalidInsightSelectorsException;
|
|
602
356
|
(function (InvalidInsightSelectorsException) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
357
|
InvalidInsightSelectorsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
358
|
})(InvalidInsightSelectorsException || (InvalidInsightSelectorsException = {}));
|
|
608
359
|
export var PutInsightSelectorsRequest;
|
|
609
360
|
(function (PutInsightSelectorsRequest) {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
361
|
PutInsightSelectorsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
362
|
})(PutInsightSelectorsRequest || (PutInsightSelectorsRequest = {}));
|
|
615
363
|
export var PutInsightSelectorsResponse;
|
|
616
364
|
(function (PutInsightSelectorsResponse) {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
365
|
PutInsightSelectorsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
366
|
})(PutInsightSelectorsResponse || (PutInsightSelectorsResponse = {}));
|
|
622
367
|
export var RemoveTagsRequest;
|
|
623
368
|
(function (RemoveTagsRequest) {
|
|
624
|
-
/**
|
|
625
|
-
* @internal
|
|
626
|
-
*/
|
|
627
369
|
RemoveTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
370
|
})(RemoveTagsRequest || (RemoveTagsRequest = {}));
|
|
629
371
|
export var RemoveTagsResponse;
|
|
630
372
|
(function (RemoveTagsResponse) {
|
|
631
|
-
/**
|
|
632
|
-
* @internal
|
|
633
|
-
*/
|
|
634
373
|
RemoveTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
374
|
})(RemoveTagsResponse || (RemoveTagsResponse = {}));
|
|
636
375
|
export var StartLoggingRequest;
|
|
637
376
|
(function (StartLoggingRequest) {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
377
|
StartLoggingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
378
|
})(StartLoggingRequest || (StartLoggingRequest = {}));
|
|
643
379
|
export var StartLoggingResponse;
|
|
644
380
|
(function (StartLoggingResponse) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
381
|
StartLoggingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
382
|
})(StartLoggingResponse || (StartLoggingResponse = {}));
|
|
650
383
|
export var StopLoggingRequest;
|
|
651
384
|
(function (StopLoggingRequest) {
|
|
652
|
-
/**
|
|
653
|
-
* @internal
|
|
654
|
-
*/
|
|
655
385
|
StopLoggingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
386
|
})(StopLoggingRequest || (StopLoggingRequest = {}));
|
|
657
387
|
export var StopLoggingResponse;
|
|
658
388
|
(function (StopLoggingResponse) {
|
|
659
|
-
/**
|
|
660
|
-
* @internal
|
|
661
|
-
*/
|
|
662
389
|
StopLoggingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
390
|
})(StopLoggingResponse || (StopLoggingResponse = {}));
|
|
664
391
|
export var UpdateTrailRequest;
|
|
665
392
|
(function (UpdateTrailRequest) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
393
|
UpdateTrailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
394
|
})(UpdateTrailRequest || (UpdateTrailRequest = {}));
|
|
671
395
|
export var UpdateTrailResponse;
|
|
672
396
|
(function (UpdateTrailResponse) {
|
|
673
|
-
/**
|
|
674
|
-
* @internal
|
|
675
|
-
*/
|
|
676
397
|
UpdateTrailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
398
|
})(UpdateTrailResponse || (UpdateTrailResponse = {}));
|
|
678
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|