@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
|
@@ -0,0 +1,1181 @@
|
|
|
1
|
+
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
+
|
|
3
|
+
export interface Tag {
|
|
4
|
+
|
|
5
|
+
Key: string | undefined;
|
|
6
|
+
|
|
7
|
+
Value?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace Tag {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: Tag) => any;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface AddTagsRequest {
|
|
15
|
+
|
|
16
|
+
ResourceId: string | undefined;
|
|
17
|
+
|
|
18
|
+
TagsList?: Tag[];
|
|
19
|
+
}
|
|
20
|
+
export declare namespace AddTagsRequest {
|
|
21
|
+
|
|
22
|
+
const filterSensitiveLog: (obj: AddTagsRequest) => any;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface AddTagsResponse {
|
|
26
|
+
}
|
|
27
|
+
export declare namespace AddTagsResponse {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: AddTagsResponse) => any;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export interface CloudTrailARNInvalidException extends __SmithyException, $MetadataBearer {
|
|
33
|
+
name: "CloudTrailARNInvalidException";
|
|
34
|
+
$fault: "client";
|
|
35
|
+
|
|
36
|
+
Message?: string;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace CloudTrailARNInvalidException {
|
|
39
|
+
|
|
40
|
+
const filterSensitiveLog: (obj: CloudTrailARNInvalidException) => any;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export interface InvalidTagParameterException extends __SmithyException, $MetadataBearer {
|
|
44
|
+
name: "InvalidTagParameterException";
|
|
45
|
+
$fault: "client";
|
|
46
|
+
|
|
47
|
+
Message?: string;
|
|
48
|
+
}
|
|
49
|
+
export declare namespace InvalidTagParameterException {
|
|
50
|
+
|
|
51
|
+
const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface InvalidTrailNameException extends __SmithyException, $MetadataBearer {
|
|
55
|
+
name: "InvalidTrailNameException";
|
|
56
|
+
$fault: "client";
|
|
57
|
+
|
|
58
|
+
Message?: string;
|
|
59
|
+
}
|
|
60
|
+
export declare namespace InvalidTrailNameException {
|
|
61
|
+
|
|
62
|
+
const filterSensitiveLog: (obj: InvalidTrailNameException) => any;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export interface NotOrganizationMasterAccountException extends __SmithyException, $MetadataBearer {
|
|
66
|
+
name: "NotOrganizationMasterAccountException";
|
|
67
|
+
$fault: "client";
|
|
68
|
+
|
|
69
|
+
Message?: string;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace NotOrganizationMasterAccountException {
|
|
72
|
+
|
|
73
|
+
const filterSensitiveLog: (obj: NotOrganizationMasterAccountException) => any;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
|
|
77
|
+
name: "OperationNotPermittedException";
|
|
78
|
+
$fault: "client";
|
|
79
|
+
|
|
80
|
+
Message?: string;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace OperationNotPermittedException {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
88
|
+
name: "ResourceNotFoundException";
|
|
89
|
+
$fault: "client";
|
|
90
|
+
|
|
91
|
+
Message?: string;
|
|
92
|
+
}
|
|
93
|
+
export declare namespace ResourceNotFoundException {
|
|
94
|
+
|
|
95
|
+
const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface ResourceTypeNotSupportedException extends __SmithyException, $MetadataBearer {
|
|
99
|
+
name: "ResourceTypeNotSupportedException";
|
|
100
|
+
$fault: "client";
|
|
101
|
+
|
|
102
|
+
Message?: string;
|
|
103
|
+
}
|
|
104
|
+
export declare namespace ResourceTypeNotSupportedException {
|
|
105
|
+
|
|
106
|
+
const filterSensitiveLog: (obj: ResourceTypeNotSupportedException) => any;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export interface TagsLimitExceededException extends __SmithyException, $MetadataBearer {
|
|
110
|
+
name: "TagsLimitExceededException";
|
|
111
|
+
$fault: "client";
|
|
112
|
+
|
|
113
|
+
Message?: string;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace TagsLimitExceededException {
|
|
116
|
+
|
|
117
|
+
const filterSensitiveLog: (obj: TagsLimitExceededException) => any;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface UnsupportedOperationException extends __SmithyException, $MetadataBearer {
|
|
121
|
+
name: "UnsupportedOperationException";
|
|
122
|
+
$fault: "client";
|
|
123
|
+
|
|
124
|
+
Message?: string;
|
|
125
|
+
}
|
|
126
|
+
export declare namespace UnsupportedOperationException {
|
|
127
|
+
|
|
128
|
+
const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface AdvancedFieldSelector {
|
|
132
|
+
|
|
133
|
+
Field: string | undefined;
|
|
134
|
+
|
|
135
|
+
Equals?: string[];
|
|
136
|
+
|
|
137
|
+
StartsWith?: string[];
|
|
138
|
+
|
|
139
|
+
EndsWith?: string[];
|
|
140
|
+
|
|
141
|
+
NotEquals?: string[];
|
|
142
|
+
|
|
143
|
+
NotStartsWith?: string[];
|
|
144
|
+
|
|
145
|
+
NotEndsWith?: string[];
|
|
146
|
+
}
|
|
147
|
+
export declare namespace AdvancedFieldSelector {
|
|
148
|
+
|
|
149
|
+
const filterSensitiveLog: (obj: AdvancedFieldSelector) => any;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
export interface AdvancedEventSelector {
|
|
153
|
+
|
|
154
|
+
Name?: string;
|
|
155
|
+
|
|
156
|
+
FieldSelectors: AdvancedFieldSelector[] | undefined;
|
|
157
|
+
}
|
|
158
|
+
export declare namespace AdvancedEventSelector {
|
|
159
|
+
|
|
160
|
+
const filterSensitiveLog: (obj: AdvancedEventSelector) => any;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
export interface CloudTrailAccessNotEnabledException extends __SmithyException, $MetadataBearer {
|
|
164
|
+
name: "CloudTrailAccessNotEnabledException";
|
|
165
|
+
$fault: "client";
|
|
166
|
+
|
|
167
|
+
Message?: string;
|
|
168
|
+
}
|
|
169
|
+
export declare namespace CloudTrailAccessNotEnabledException {
|
|
170
|
+
|
|
171
|
+
const filterSensitiveLog: (obj: CloudTrailAccessNotEnabledException) => any;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export interface CloudTrailInvalidClientTokenIdException extends __SmithyException, $MetadataBearer {
|
|
175
|
+
name: "CloudTrailInvalidClientTokenIdException";
|
|
176
|
+
$fault: "client";
|
|
177
|
+
|
|
178
|
+
Message?: string;
|
|
179
|
+
}
|
|
180
|
+
export declare namespace CloudTrailInvalidClientTokenIdException {
|
|
181
|
+
|
|
182
|
+
const filterSensitiveLog: (obj: CloudTrailInvalidClientTokenIdException) => any;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
export interface CloudWatchLogsDeliveryUnavailableException extends __SmithyException, $MetadataBearer {
|
|
186
|
+
name: "CloudWatchLogsDeliveryUnavailableException";
|
|
187
|
+
$fault: "client";
|
|
188
|
+
|
|
189
|
+
Message?: string;
|
|
190
|
+
}
|
|
191
|
+
export declare namespace CloudWatchLogsDeliveryUnavailableException {
|
|
192
|
+
|
|
193
|
+
const filterSensitiveLog: (obj: CloudWatchLogsDeliveryUnavailableException) => any;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface CreateTrailRequest {
|
|
197
|
+
|
|
198
|
+
Name: string | undefined;
|
|
199
|
+
|
|
200
|
+
S3BucketName: string | undefined;
|
|
201
|
+
|
|
202
|
+
S3KeyPrefix?: string;
|
|
203
|
+
|
|
204
|
+
SnsTopicName?: string;
|
|
205
|
+
|
|
206
|
+
IncludeGlobalServiceEvents?: boolean;
|
|
207
|
+
|
|
208
|
+
IsMultiRegionTrail?: boolean;
|
|
209
|
+
|
|
210
|
+
EnableLogFileValidation?: boolean;
|
|
211
|
+
|
|
212
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
213
|
+
|
|
214
|
+
CloudWatchLogsRoleArn?: string;
|
|
215
|
+
|
|
216
|
+
KmsKeyId?: string;
|
|
217
|
+
|
|
218
|
+
IsOrganizationTrail?: boolean;
|
|
219
|
+
|
|
220
|
+
TagsList?: Tag[];
|
|
221
|
+
}
|
|
222
|
+
export declare namespace CreateTrailRequest {
|
|
223
|
+
|
|
224
|
+
const filterSensitiveLog: (obj: CreateTrailRequest) => any;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface CreateTrailResponse {
|
|
228
|
+
|
|
229
|
+
Name?: string;
|
|
230
|
+
|
|
231
|
+
S3BucketName?: string;
|
|
232
|
+
|
|
233
|
+
S3KeyPrefix?: string;
|
|
234
|
+
|
|
235
|
+
SnsTopicName?: string;
|
|
236
|
+
|
|
237
|
+
SnsTopicARN?: string;
|
|
238
|
+
|
|
239
|
+
IncludeGlobalServiceEvents?: boolean;
|
|
240
|
+
|
|
241
|
+
IsMultiRegionTrail?: boolean;
|
|
242
|
+
|
|
243
|
+
TrailARN?: string;
|
|
244
|
+
|
|
245
|
+
LogFileValidationEnabled?: boolean;
|
|
246
|
+
|
|
247
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
248
|
+
|
|
249
|
+
CloudWatchLogsRoleArn?: string;
|
|
250
|
+
|
|
251
|
+
KmsKeyId?: string;
|
|
252
|
+
|
|
253
|
+
IsOrganizationTrail?: boolean;
|
|
254
|
+
}
|
|
255
|
+
export declare namespace CreateTrailResponse {
|
|
256
|
+
|
|
257
|
+
const filterSensitiveLog: (obj: CreateTrailResponse) => any;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
export interface InsufficientDependencyServiceAccessPermissionException extends __SmithyException, $MetadataBearer {
|
|
261
|
+
name: "InsufficientDependencyServiceAccessPermissionException";
|
|
262
|
+
$fault: "client";
|
|
263
|
+
|
|
264
|
+
Message?: string;
|
|
265
|
+
}
|
|
266
|
+
export declare namespace InsufficientDependencyServiceAccessPermissionException {
|
|
267
|
+
|
|
268
|
+
const filterSensitiveLog: (obj: InsufficientDependencyServiceAccessPermissionException) => any;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface InsufficientEncryptionPolicyException extends __SmithyException, $MetadataBearer {
|
|
272
|
+
name: "InsufficientEncryptionPolicyException";
|
|
273
|
+
$fault: "client";
|
|
274
|
+
|
|
275
|
+
Message?: string;
|
|
276
|
+
}
|
|
277
|
+
export declare namespace InsufficientEncryptionPolicyException {
|
|
278
|
+
|
|
279
|
+
const filterSensitiveLog: (obj: InsufficientEncryptionPolicyException) => any;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface InsufficientS3BucketPolicyException extends __SmithyException, $MetadataBearer {
|
|
283
|
+
name: "InsufficientS3BucketPolicyException";
|
|
284
|
+
$fault: "client";
|
|
285
|
+
|
|
286
|
+
Message?: string;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace InsufficientS3BucketPolicyException {
|
|
289
|
+
|
|
290
|
+
const filterSensitiveLog: (obj: InsufficientS3BucketPolicyException) => any;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
export interface InsufficientSnsTopicPolicyException extends __SmithyException, $MetadataBearer {
|
|
294
|
+
name: "InsufficientSnsTopicPolicyException";
|
|
295
|
+
$fault: "client";
|
|
296
|
+
|
|
297
|
+
Message?: string;
|
|
298
|
+
}
|
|
299
|
+
export declare namespace InsufficientSnsTopicPolicyException {
|
|
300
|
+
|
|
301
|
+
const filterSensitiveLog: (obj: InsufficientSnsTopicPolicyException) => any;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
export interface InvalidCloudWatchLogsLogGroupArnException extends __SmithyException, $MetadataBearer {
|
|
305
|
+
name: "InvalidCloudWatchLogsLogGroupArnException";
|
|
306
|
+
$fault: "client";
|
|
307
|
+
|
|
308
|
+
Message?: string;
|
|
309
|
+
}
|
|
310
|
+
export declare namespace InvalidCloudWatchLogsLogGroupArnException {
|
|
311
|
+
|
|
312
|
+
const filterSensitiveLog: (obj: InvalidCloudWatchLogsLogGroupArnException) => any;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface InvalidCloudWatchLogsRoleArnException extends __SmithyException, $MetadataBearer {
|
|
316
|
+
name: "InvalidCloudWatchLogsRoleArnException";
|
|
317
|
+
$fault: "client";
|
|
318
|
+
|
|
319
|
+
Message?: string;
|
|
320
|
+
}
|
|
321
|
+
export declare namespace InvalidCloudWatchLogsRoleArnException {
|
|
322
|
+
|
|
323
|
+
const filterSensitiveLog: (obj: InvalidCloudWatchLogsRoleArnException) => any;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface InvalidKmsKeyIdException extends __SmithyException, $MetadataBearer {
|
|
327
|
+
name: "InvalidKmsKeyIdException";
|
|
328
|
+
$fault: "client";
|
|
329
|
+
|
|
330
|
+
Message?: string;
|
|
331
|
+
}
|
|
332
|
+
export declare namespace InvalidKmsKeyIdException {
|
|
333
|
+
|
|
334
|
+
const filterSensitiveLog: (obj: InvalidKmsKeyIdException) => any;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
export interface InvalidParameterCombinationException extends __SmithyException, $MetadataBearer {
|
|
338
|
+
name: "InvalidParameterCombinationException";
|
|
339
|
+
$fault: "client";
|
|
340
|
+
|
|
341
|
+
Message?: string;
|
|
342
|
+
}
|
|
343
|
+
export declare namespace InvalidParameterCombinationException {
|
|
344
|
+
|
|
345
|
+
const filterSensitiveLog: (obj: InvalidParameterCombinationException) => any;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export interface InvalidS3BucketNameException extends __SmithyException, $MetadataBearer {
|
|
349
|
+
name: "InvalidS3BucketNameException";
|
|
350
|
+
$fault: "client";
|
|
351
|
+
|
|
352
|
+
Message?: string;
|
|
353
|
+
}
|
|
354
|
+
export declare namespace InvalidS3BucketNameException {
|
|
355
|
+
|
|
356
|
+
const filterSensitiveLog: (obj: InvalidS3BucketNameException) => any;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export interface InvalidS3PrefixException extends __SmithyException, $MetadataBearer {
|
|
360
|
+
name: "InvalidS3PrefixException";
|
|
361
|
+
$fault: "client";
|
|
362
|
+
|
|
363
|
+
Message?: string;
|
|
364
|
+
}
|
|
365
|
+
export declare namespace InvalidS3PrefixException {
|
|
366
|
+
|
|
367
|
+
const filterSensitiveLog: (obj: InvalidS3PrefixException) => any;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export interface InvalidSnsTopicNameException extends __SmithyException, $MetadataBearer {
|
|
371
|
+
name: "InvalidSnsTopicNameException";
|
|
372
|
+
$fault: "client";
|
|
373
|
+
|
|
374
|
+
Message?: string;
|
|
375
|
+
}
|
|
376
|
+
export declare namespace InvalidSnsTopicNameException {
|
|
377
|
+
|
|
378
|
+
const filterSensitiveLog: (obj: InvalidSnsTopicNameException) => any;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface KmsException extends __SmithyException, $MetadataBearer {
|
|
382
|
+
name: "KmsException";
|
|
383
|
+
$fault: "client";
|
|
384
|
+
|
|
385
|
+
Message?: string;
|
|
386
|
+
}
|
|
387
|
+
export declare namespace KmsException {
|
|
388
|
+
|
|
389
|
+
const filterSensitiveLog: (obj: KmsException) => any;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export interface KmsKeyDisabledException extends __SmithyException, $MetadataBearer {
|
|
393
|
+
name: "KmsKeyDisabledException";
|
|
394
|
+
$fault: "client";
|
|
395
|
+
|
|
396
|
+
Message?: string;
|
|
397
|
+
}
|
|
398
|
+
export declare namespace KmsKeyDisabledException {
|
|
399
|
+
|
|
400
|
+
const filterSensitiveLog: (obj: KmsKeyDisabledException) => any;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export interface KmsKeyNotFoundException extends __SmithyException, $MetadataBearer {
|
|
404
|
+
name: "KmsKeyNotFoundException";
|
|
405
|
+
$fault: "client";
|
|
406
|
+
|
|
407
|
+
Message?: string;
|
|
408
|
+
}
|
|
409
|
+
export declare namespace KmsKeyNotFoundException {
|
|
410
|
+
|
|
411
|
+
const filterSensitiveLog: (obj: KmsKeyNotFoundException) => any;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export interface MaximumNumberOfTrailsExceededException extends __SmithyException, $MetadataBearer {
|
|
415
|
+
name: "MaximumNumberOfTrailsExceededException";
|
|
416
|
+
$fault: "client";
|
|
417
|
+
|
|
418
|
+
Message?: string;
|
|
419
|
+
}
|
|
420
|
+
export declare namespace MaximumNumberOfTrailsExceededException {
|
|
421
|
+
|
|
422
|
+
const filterSensitiveLog: (obj: MaximumNumberOfTrailsExceededException) => any;
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export interface OrganizationNotInAllFeaturesModeException extends __SmithyException, $MetadataBearer {
|
|
426
|
+
name: "OrganizationNotInAllFeaturesModeException";
|
|
427
|
+
$fault: "client";
|
|
428
|
+
|
|
429
|
+
Message?: string;
|
|
430
|
+
}
|
|
431
|
+
export declare namespace OrganizationNotInAllFeaturesModeException {
|
|
432
|
+
|
|
433
|
+
const filterSensitiveLog: (obj: OrganizationNotInAllFeaturesModeException) => any;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export interface OrganizationsNotInUseException extends __SmithyException, $MetadataBearer {
|
|
437
|
+
name: "OrganizationsNotInUseException";
|
|
438
|
+
$fault: "client";
|
|
439
|
+
|
|
440
|
+
Message?: string;
|
|
441
|
+
}
|
|
442
|
+
export declare namespace OrganizationsNotInUseException {
|
|
443
|
+
|
|
444
|
+
const filterSensitiveLog: (obj: OrganizationsNotInUseException) => any;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export interface S3BucketDoesNotExistException extends __SmithyException, $MetadataBearer {
|
|
448
|
+
name: "S3BucketDoesNotExistException";
|
|
449
|
+
$fault: "client";
|
|
450
|
+
|
|
451
|
+
Message?: string;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace S3BucketDoesNotExistException {
|
|
454
|
+
|
|
455
|
+
const filterSensitiveLog: (obj: S3BucketDoesNotExistException) => any;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface TrailAlreadyExistsException extends __SmithyException, $MetadataBearer {
|
|
459
|
+
name: "TrailAlreadyExistsException";
|
|
460
|
+
$fault: "client";
|
|
461
|
+
|
|
462
|
+
Message?: string;
|
|
463
|
+
}
|
|
464
|
+
export declare namespace TrailAlreadyExistsException {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: TrailAlreadyExistsException) => any;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface TrailNotProvidedException extends __SmithyException, $MetadataBearer {
|
|
470
|
+
name: "TrailNotProvidedException";
|
|
471
|
+
$fault: "client";
|
|
472
|
+
|
|
473
|
+
Message?: string;
|
|
474
|
+
}
|
|
475
|
+
export declare namespace TrailNotProvidedException {
|
|
476
|
+
|
|
477
|
+
const filterSensitiveLog: (obj: TrailNotProvidedException) => any;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
481
|
+
name: "ConflictException";
|
|
482
|
+
$fault: "client";
|
|
483
|
+
|
|
484
|
+
Message?: string;
|
|
485
|
+
}
|
|
486
|
+
export declare namespace ConflictException {
|
|
487
|
+
|
|
488
|
+
const filterSensitiveLog: (obj: ConflictException) => any;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
export interface DeleteTrailRequest {
|
|
492
|
+
|
|
493
|
+
Name: string | undefined;
|
|
494
|
+
}
|
|
495
|
+
export declare namespace DeleteTrailRequest {
|
|
496
|
+
|
|
497
|
+
const filterSensitiveLog: (obj: DeleteTrailRequest) => any;
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export interface DeleteTrailResponse {
|
|
501
|
+
}
|
|
502
|
+
export declare namespace DeleteTrailResponse {
|
|
503
|
+
|
|
504
|
+
const filterSensitiveLog: (obj: DeleteTrailResponse) => any;
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
export interface InvalidHomeRegionException extends __SmithyException, $MetadataBearer {
|
|
508
|
+
name: "InvalidHomeRegionException";
|
|
509
|
+
$fault: "client";
|
|
510
|
+
|
|
511
|
+
Message?: string;
|
|
512
|
+
}
|
|
513
|
+
export declare namespace InvalidHomeRegionException {
|
|
514
|
+
|
|
515
|
+
const filterSensitiveLog: (obj: InvalidHomeRegionException) => any;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
export interface TrailNotFoundException extends __SmithyException, $MetadataBearer {
|
|
519
|
+
name: "TrailNotFoundException";
|
|
520
|
+
$fault: "client";
|
|
521
|
+
|
|
522
|
+
Message?: string;
|
|
523
|
+
}
|
|
524
|
+
export declare namespace TrailNotFoundException {
|
|
525
|
+
|
|
526
|
+
const filterSensitiveLog: (obj: TrailNotFoundException) => any;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface DescribeTrailsRequest {
|
|
530
|
+
|
|
531
|
+
trailNameList?: string[];
|
|
532
|
+
|
|
533
|
+
includeShadowTrails?: boolean;
|
|
534
|
+
}
|
|
535
|
+
export declare namespace DescribeTrailsRequest {
|
|
536
|
+
|
|
537
|
+
const filterSensitiveLog: (obj: DescribeTrailsRequest) => any;
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export interface Trail {
|
|
541
|
+
|
|
542
|
+
Name?: string;
|
|
543
|
+
|
|
544
|
+
S3BucketName?: string;
|
|
545
|
+
|
|
546
|
+
S3KeyPrefix?: string;
|
|
547
|
+
|
|
548
|
+
SnsTopicName?: string;
|
|
549
|
+
|
|
550
|
+
SnsTopicARN?: string;
|
|
551
|
+
|
|
552
|
+
IncludeGlobalServiceEvents?: boolean;
|
|
553
|
+
|
|
554
|
+
IsMultiRegionTrail?: boolean;
|
|
555
|
+
|
|
556
|
+
HomeRegion?: string;
|
|
557
|
+
|
|
558
|
+
TrailARN?: string;
|
|
559
|
+
|
|
560
|
+
LogFileValidationEnabled?: boolean;
|
|
561
|
+
|
|
562
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
563
|
+
|
|
564
|
+
CloudWatchLogsRoleArn?: string;
|
|
565
|
+
|
|
566
|
+
KmsKeyId?: string;
|
|
567
|
+
|
|
568
|
+
HasCustomEventSelectors?: boolean;
|
|
569
|
+
|
|
570
|
+
HasInsightSelectors?: boolean;
|
|
571
|
+
|
|
572
|
+
IsOrganizationTrail?: boolean;
|
|
573
|
+
}
|
|
574
|
+
export declare namespace Trail {
|
|
575
|
+
|
|
576
|
+
const filterSensitiveLog: (obj: Trail) => any;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export interface DescribeTrailsResponse {
|
|
580
|
+
|
|
581
|
+
trailList?: Trail[];
|
|
582
|
+
}
|
|
583
|
+
export declare namespace DescribeTrailsResponse {
|
|
584
|
+
|
|
585
|
+
const filterSensitiveLog: (obj: DescribeTrailsResponse) => any;
|
|
586
|
+
}
|
|
587
|
+
export interface GetEventSelectorsRequest {
|
|
588
|
+
|
|
589
|
+
TrailName: string | undefined;
|
|
590
|
+
}
|
|
591
|
+
export declare namespace GetEventSelectorsRequest {
|
|
592
|
+
|
|
593
|
+
const filterSensitiveLog: (obj: GetEventSelectorsRequest) => any;
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
export interface DataResource {
|
|
597
|
+
|
|
598
|
+
Type?: string;
|
|
599
|
+
|
|
600
|
+
Values?: string[];
|
|
601
|
+
}
|
|
602
|
+
export declare namespace DataResource {
|
|
603
|
+
|
|
604
|
+
const filterSensitiveLog: (obj: DataResource) => any;
|
|
605
|
+
}
|
|
606
|
+
export declare enum ReadWriteType {
|
|
607
|
+
All = "All",
|
|
608
|
+
ReadOnly = "ReadOnly",
|
|
609
|
+
WriteOnly = "WriteOnly"
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface EventSelector {
|
|
613
|
+
|
|
614
|
+
ReadWriteType?: ReadWriteType | string;
|
|
615
|
+
|
|
616
|
+
IncludeManagementEvents?: boolean;
|
|
617
|
+
|
|
618
|
+
DataResources?: DataResource[];
|
|
619
|
+
|
|
620
|
+
ExcludeManagementEventSources?: string[];
|
|
621
|
+
}
|
|
622
|
+
export declare namespace EventSelector {
|
|
623
|
+
|
|
624
|
+
const filterSensitiveLog: (obj: EventSelector) => any;
|
|
625
|
+
}
|
|
626
|
+
export interface GetEventSelectorsResponse {
|
|
627
|
+
|
|
628
|
+
TrailARN?: string;
|
|
629
|
+
|
|
630
|
+
EventSelectors?: EventSelector[];
|
|
631
|
+
|
|
632
|
+
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
633
|
+
}
|
|
634
|
+
export declare namespace GetEventSelectorsResponse {
|
|
635
|
+
|
|
636
|
+
const filterSensitiveLog: (obj: GetEventSelectorsResponse) => any;
|
|
637
|
+
}
|
|
638
|
+
export interface GetInsightSelectorsRequest {
|
|
639
|
+
|
|
640
|
+
TrailName: string | undefined;
|
|
641
|
+
}
|
|
642
|
+
export declare namespace GetInsightSelectorsRequest {
|
|
643
|
+
|
|
644
|
+
const filterSensitiveLog: (obj: GetInsightSelectorsRequest) => any;
|
|
645
|
+
}
|
|
646
|
+
export declare enum InsightType {
|
|
647
|
+
ApiCallRateInsight = "ApiCallRateInsight"
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export interface InsightSelector {
|
|
651
|
+
|
|
652
|
+
InsightType?: InsightType | string;
|
|
653
|
+
}
|
|
654
|
+
export declare namespace InsightSelector {
|
|
655
|
+
|
|
656
|
+
const filterSensitiveLog: (obj: InsightSelector) => any;
|
|
657
|
+
}
|
|
658
|
+
export interface GetInsightSelectorsResponse {
|
|
659
|
+
|
|
660
|
+
TrailARN?: string;
|
|
661
|
+
|
|
662
|
+
InsightSelectors?: InsightSelector[];
|
|
663
|
+
}
|
|
664
|
+
export declare namespace GetInsightSelectorsResponse {
|
|
665
|
+
|
|
666
|
+
const filterSensitiveLog: (obj: GetInsightSelectorsResponse) => any;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
export interface InsightNotEnabledException extends __SmithyException, $MetadataBearer {
|
|
670
|
+
name: "InsightNotEnabledException";
|
|
671
|
+
$fault: "client";
|
|
672
|
+
|
|
673
|
+
Message?: string;
|
|
674
|
+
}
|
|
675
|
+
export declare namespace InsightNotEnabledException {
|
|
676
|
+
|
|
677
|
+
const filterSensitiveLog: (obj: InsightNotEnabledException) => any;
|
|
678
|
+
}
|
|
679
|
+
export interface GetTrailRequest {
|
|
680
|
+
|
|
681
|
+
Name: string | undefined;
|
|
682
|
+
}
|
|
683
|
+
export declare namespace GetTrailRequest {
|
|
684
|
+
|
|
685
|
+
const filterSensitiveLog: (obj: GetTrailRequest) => any;
|
|
686
|
+
}
|
|
687
|
+
export interface GetTrailResponse {
|
|
688
|
+
|
|
689
|
+
Trail?: Trail;
|
|
690
|
+
}
|
|
691
|
+
export declare namespace GetTrailResponse {
|
|
692
|
+
|
|
693
|
+
const filterSensitiveLog: (obj: GetTrailResponse) => any;
|
|
694
|
+
}
|
|
695
|
+
|
|
696
|
+
export interface GetTrailStatusRequest {
|
|
697
|
+
|
|
698
|
+
Name: string | undefined;
|
|
699
|
+
}
|
|
700
|
+
export declare namespace GetTrailStatusRequest {
|
|
701
|
+
|
|
702
|
+
const filterSensitiveLog: (obj: GetTrailStatusRequest) => any;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
export interface GetTrailStatusResponse {
|
|
706
|
+
|
|
707
|
+
IsLogging?: boolean;
|
|
708
|
+
|
|
709
|
+
LatestDeliveryError?: string;
|
|
710
|
+
|
|
711
|
+
LatestNotificationError?: string;
|
|
712
|
+
|
|
713
|
+
LatestDeliveryTime?: Date;
|
|
714
|
+
|
|
715
|
+
LatestNotificationTime?: Date;
|
|
716
|
+
|
|
717
|
+
StartLoggingTime?: Date;
|
|
718
|
+
|
|
719
|
+
StopLoggingTime?: Date;
|
|
720
|
+
|
|
721
|
+
LatestCloudWatchLogsDeliveryError?: string;
|
|
722
|
+
|
|
723
|
+
LatestCloudWatchLogsDeliveryTime?: Date;
|
|
724
|
+
|
|
725
|
+
LatestDigestDeliveryTime?: Date;
|
|
726
|
+
|
|
727
|
+
LatestDigestDeliveryError?: string;
|
|
728
|
+
|
|
729
|
+
LatestDeliveryAttemptTime?: string;
|
|
730
|
+
|
|
731
|
+
LatestNotificationAttemptTime?: string;
|
|
732
|
+
|
|
733
|
+
LatestNotificationAttemptSucceeded?: string;
|
|
734
|
+
|
|
735
|
+
LatestDeliveryAttemptSucceeded?: string;
|
|
736
|
+
|
|
737
|
+
TimeLoggingStarted?: string;
|
|
738
|
+
|
|
739
|
+
TimeLoggingStopped?: string;
|
|
740
|
+
}
|
|
741
|
+
export declare namespace GetTrailStatusResponse {
|
|
742
|
+
|
|
743
|
+
const filterSensitiveLog: (obj: GetTrailStatusResponse) => any;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
export interface InvalidTimeRangeException extends __SmithyException, $MetadataBearer {
|
|
747
|
+
name: "InvalidTimeRangeException";
|
|
748
|
+
$fault: "client";
|
|
749
|
+
|
|
750
|
+
Message?: string;
|
|
751
|
+
}
|
|
752
|
+
export declare namespace InvalidTimeRangeException {
|
|
753
|
+
|
|
754
|
+
const filterSensitiveLog: (obj: InvalidTimeRangeException) => any;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export interface InvalidTokenException extends __SmithyException, $MetadataBearer {
|
|
758
|
+
name: "InvalidTokenException";
|
|
759
|
+
$fault: "client";
|
|
760
|
+
|
|
761
|
+
Message?: string;
|
|
762
|
+
}
|
|
763
|
+
export declare namespace InvalidTokenException {
|
|
764
|
+
|
|
765
|
+
const filterSensitiveLog: (obj: InvalidTokenException) => any;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
export interface ListPublicKeysRequest {
|
|
769
|
+
|
|
770
|
+
StartTime?: Date;
|
|
771
|
+
|
|
772
|
+
EndTime?: Date;
|
|
773
|
+
|
|
774
|
+
NextToken?: string;
|
|
775
|
+
}
|
|
776
|
+
export declare namespace ListPublicKeysRequest {
|
|
777
|
+
|
|
778
|
+
const filterSensitiveLog: (obj: ListPublicKeysRequest) => any;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
export interface PublicKey {
|
|
782
|
+
|
|
783
|
+
Value?: Uint8Array;
|
|
784
|
+
|
|
785
|
+
ValidityStartTime?: Date;
|
|
786
|
+
|
|
787
|
+
ValidityEndTime?: Date;
|
|
788
|
+
|
|
789
|
+
Fingerprint?: string;
|
|
790
|
+
}
|
|
791
|
+
export declare namespace PublicKey {
|
|
792
|
+
|
|
793
|
+
const filterSensitiveLog: (obj: PublicKey) => any;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
export interface ListPublicKeysResponse {
|
|
797
|
+
|
|
798
|
+
PublicKeyList?: PublicKey[];
|
|
799
|
+
|
|
800
|
+
NextToken?: string;
|
|
801
|
+
}
|
|
802
|
+
export declare namespace ListPublicKeysResponse {
|
|
803
|
+
|
|
804
|
+
const filterSensitiveLog: (obj: ListPublicKeysResponse) => any;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
export interface ListTagsRequest {
|
|
808
|
+
|
|
809
|
+
ResourceIdList: string[] | undefined;
|
|
810
|
+
|
|
811
|
+
NextToken?: string;
|
|
812
|
+
}
|
|
813
|
+
export declare namespace ListTagsRequest {
|
|
814
|
+
|
|
815
|
+
const filterSensitiveLog: (obj: ListTagsRequest) => any;
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
export interface ResourceTag {
|
|
819
|
+
|
|
820
|
+
ResourceId?: string;
|
|
821
|
+
|
|
822
|
+
TagsList?: Tag[];
|
|
823
|
+
}
|
|
824
|
+
export declare namespace ResourceTag {
|
|
825
|
+
|
|
826
|
+
const filterSensitiveLog: (obj: ResourceTag) => any;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
export interface ListTagsResponse {
|
|
830
|
+
|
|
831
|
+
ResourceTagList?: ResourceTag[];
|
|
832
|
+
|
|
833
|
+
NextToken?: string;
|
|
834
|
+
}
|
|
835
|
+
export declare namespace ListTagsResponse {
|
|
836
|
+
|
|
837
|
+
const filterSensitiveLog: (obj: ListTagsResponse) => any;
|
|
838
|
+
}
|
|
839
|
+
export interface ListTrailsRequest {
|
|
840
|
+
|
|
841
|
+
NextToken?: string;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace ListTrailsRequest {
|
|
844
|
+
|
|
845
|
+
const filterSensitiveLog: (obj: ListTrailsRequest) => any;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
export interface TrailInfo {
|
|
849
|
+
|
|
850
|
+
TrailARN?: string;
|
|
851
|
+
|
|
852
|
+
Name?: string;
|
|
853
|
+
|
|
854
|
+
HomeRegion?: string;
|
|
855
|
+
}
|
|
856
|
+
export declare namespace TrailInfo {
|
|
857
|
+
|
|
858
|
+
const filterSensitiveLog: (obj: TrailInfo) => any;
|
|
859
|
+
}
|
|
860
|
+
export interface ListTrailsResponse {
|
|
861
|
+
|
|
862
|
+
Trails?: TrailInfo[];
|
|
863
|
+
|
|
864
|
+
NextToken?: string;
|
|
865
|
+
}
|
|
866
|
+
export declare namespace ListTrailsResponse {
|
|
867
|
+
|
|
868
|
+
const filterSensitiveLog: (obj: ListTrailsResponse) => any;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export interface InvalidEventCategoryException extends __SmithyException, $MetadataBearer {
|
|
872
|
+
name: "InvalidEventCategoryException";
|
|
873
|
+
$fault: "client";
|
|
874
|
+
|
|
875
|
+
Message?: string;
|
|
876
|
+
}
|
|
877
|
+
export declare namespace InvalidEventCategoryException {
|
|
878
|
+
|
|
879
|
+
const filterSensitiveLog: (obj: InvalidEventCategoryException) => any;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
export interface InvalidLookupAttributesException extends __SmithyException, $MetadataBearer {
|
|
883
|
+
name: "InvalidLookupAttributesException";
|
|
884
|
+
$fault: "client";
|
|
885
|
+
|
|
886
|
+
Message?: string;
|
|
887
|
+
}
|
|
888
|
+
export declare namespace InvalidLookupAttributesException {
|
|
889
|
+
|
|
890
|
+
const filterSensitiveLog: (obj: InvalidLookupAttributesException) => any;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
export interface InvalidMaxResultsException extends __SmithyException, $MetadataBearer {
|
|
894
|
+
name: "InvalidMaxResultsException";
|
|
895
|
+
$fault: "client";
|
|
896
|
+
|
|
897
|
+
Message?: string;
|
|
898
|
+
}
|
|
899
|
+
export declare namespace InvalidMaxResultsException {
|
|
900
|
+
|
|
901
|
+
const filterSensitiveLog: (obj: InvalidMaxResultsException) => any;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
|
|
905
|
+
name: "InvalidNextTokenException";
|
|
906
|
+
$fault: "client";
|
|
907
|
+
|
|
908
|
+
Message?: string;
|
|
909
|
+
}
|
|
910
|
+
export declare namespace InvalidNextTokenException {
|
|
911
|
+
|
|
912
|
+
const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
|
|
913
|
+
}
|
|
914
|
+
export declare enum EventCategory {
|
|
915
|
+
Insight = "insight"
|
|
916
|
+
}
|
|
917
|
+
export declare enum LookupAttributeKey {
|
|
918
|
+
ACCESS_KEY_ID = "AccessKeyId",
|
|
919
|
+
EVENT_ID = "EventId",
|
|
920
|
+
EVENT_NAME = "EventName",
|
|
921
|
+
EVENT_SOURCE = "EventSource",
|
|
922
|
+
READ_ONLY = "ReadOnly",
|
|
923
|
+
RESOURCE_NAME = "ResourceName",
|
|
924
|
+
RESOURCE_TYPE = "ResourceType",
|
|
925
|
+
USERNAME = "Username"
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface LookupAttribute {
|
|
929
|
+
|
|
930
|
+
AttributeKey: LookupAttributeKey | string | undefined;
|
|
931
|
+
|
|
932
|
+
AttributeValue: string | undefined;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace LookupAttribute {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: LookupAttribute) => any;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface LookupEventsRequest {
|
|
940
|
+
|
|
941
|
+
LookupAttributes?: LookupAttribute[];
|
|
942
|
+
|
|
943
|
+
StartTime?: Date;
|
|
944
|
+
|
|
945
|
+
EndTime?: Date;
|
|
946
|
+
|
|
947
|
+
EventCategory?: EventCategory | string;
|
|
948
|
+
|
|
949
|
+
MaxResults?: number;
|
|
950
|
+
|
|
951
|
+
NextToken?: string;
|
|
952
|
+
}
|
|
953
|
+
export declare namespace LookupEventsRequest {
|
|
954
|
+
|
|
955
|
+
const filterSensitiveLog: (obj: LookupEventsRequest) => any;
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export interface Resource {
|
|
959
|
+
|
|
960
|
+
ResourceType?: string;
|
|
961
|
+
|
|
962
|
+
ResourceName?: string;
|
|
963
|
+
}
|
|
964
|
+
export declare namespace Resource {
|
|
965
|
+
|
|
966
|
+
const filterSensitiveLog: (obj: Resource) => any;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
export interface Event {
|
|
970
|
+
|
|
971
|
+
EventId?: string;
|
|
972
|
+
|
|
973
|
+
EventName?: string;
|
|
974
|
+
|
|
975
|
+
ReadOnly?: string;
|
|
976
|
+
|
|
977
|
+
AccessKeyId?: string;
|
|
978
|
+
|
|
979
|
+
EventTime?: Date;
|
|
980
|
+
|
|
981
|
+
EventSource?: string;
|
|
982
|
+
|
|
983
|
+
Username?: string;
|
|
984
|
+
|
|
985
|
+
Resources?: Resource[];
|
|
986
|
+
|
|
987
|
+
CloudTrailEvent?: string;
|
|
988
|
+
}
|
|
989
|
+
export declare namespace Event {
|
|
990
|
+
|
|
991
|
+
const filterSensitiveLog: (obj: Event) => any;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
export interface LookupEventsResponse {
|
|
995
|
+
|
|
996
|
+
Events?: Event[];
|
|
997
|
+
|
|
998
|
+
NextToken?: string;
|
|
999
|
+
}
|
|
1000
|
+
export declare namespace LookupEventsResponse {
|
|
1001
|
+
|
|
1002
|
+
const filterSensitiveLog: (obj: LookupEventsResponse) => any;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export interface InvalidEventSelectorsException extends __SmithyException, $MetadataBearer {
|
|
1006
|
+
name: "InvalidEventSelectorsException";
|
|
1007
|
+
$fault: "client";
|
|
1008
|
+
|
|
1009
|
+
Message?: string;
|
|
1010
|
+
}
|
|
1011
|
+
export declare namespace InvalidEventSelectorsException {
|
|
1012
|
+
|
|
1013
|
+
const filterSensitiveLog: (obj: InvalidEventSelectorsException) => any;
|
|
1014
|
+
}
|
|
1015
|
+
export interface PutEventSelectorsRequest {
|
|
1016
|
+
|
|
1017
|
+
TrailName: string | undefined;
|
|
1018
|
+
|
|
1019
|
+
EventSelectors?: EventSelector[];
|
|
1020
|
+
|
|
1021
|
+
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
1022
|
+
}
|
|
1023
|
+
export declare namespace PutEventSelectorsRequest {
|
|
1024
|
+
|
|
1025
|
+
const filterSensitiveLog: (obj: PutEventSelectorsRequest) => any;
|
|
1026
|
+
}
|
|
1027
|
+
export interface PutEventSelectorsResponse {
|
|
1028
|
+
|
|
1029
|
+
TrailARN?: string;
|
|
1030
|
+
|
|
1031
|
+
EventSelectors?: EventSelector[];
|
|
1032
|
+
|
|
1033
|
+
AdvancedEventSelectors?: AdvancedEventSelector[];
|
|
1034
|
+
}
|
|
1035
|
+
export declare namespace PutEventSelectorsResponse {
|
|
1036
|
+
|
|
1037
|
+
const filterSensitiveLog: (obj: PutEventSelectorsResponse) => any;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
export interface InvalidInsightSelectorsException extends __SmithyException, $MetadataBearer {
|
|
1041
|
+
name: "InvalidInsightSelectorsException";
|
|
1042
|
+
$fault: "client";
|
|
1043
|
+
|
|
1044
|
+
Message?: string;
|
|
1045
|
+
}
|
|
1046
|
+
export declare namespace InvalidInsightSelectorsException {
|
|
1047
|
+
|
|
1048
|
+
const filterSensitiveLog: (obj: InvalidInsightSelectorsException) => any;
|
|
1049
|
+
}
|
|
1050
|
+
export interface PutInsightSelectorsRequest {
|
|
1051
|
+
|
|
1052
|
+
TrailName: string | undefined;
|
|
1053
|
+
|
|
1054
|
+
InsightSelectors: InsightSelector[] | undefined;
|
|
1055
|
+
}
|
|
1056
|
+
export declare namespace PutInsightSelectorsRequest {
|
|
1057
|
+
|
|
1058
|
+
const filterSensitiveLog: (obj: PutInsightSelectorsRequest) => any;
|
|
1059
|
+
}
|
|
1060
|
+
export interface PutInsightSelectorsResponse {
|
|
1061
|
+
|
|
1062
|
+
TrailARN?: string;
|
|
1063
|
+
|
|
1064
|
+
InsightSelectors?: InsightSelector[];
|
|
1065
|
+
}
|
|
1066
|
+
export declare namespace PutInsightSelectorsResponse {
|
|
1067
|
+
|
|
1068
|
+
const filterSensitiveLog: (obj: PutInsightSelectorsResponse) => any;
|
|
1069
|
+
}
|
|
1070
|
+
|
|
1071
|
+
export interface RemoveTagsRequest {
|
|
1072
|
+
|
|
1073
|
+
ResourceId: string | undefined;
|
|
1074
|
+
|
|
1075
|
+
TagsList?: Tag[];
|
|
1076
|
+
}
|
|
1077
|
+
export declare namespace RemoveTagsRequest {
|
|
1078
|
+
|
|
1079
|
+
const filterSensitiveLog: (obj: RemoveTagsRequest) => any;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
export interface RemoveTagsResponse {
|
|
1083
|
+
}
|
|
1084
|
+
export declare namespace RemoveTagsResponse {
|
|
1085
|
+
|
|
1086
|
+
const filterSensitiveLog: (obj: RemoveTagsResponse) => any;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
export interface StartLoggingRequest {
|
|
1090
|
+
|
|
1091
|
+
Name: string | undefined;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace StartLoggingRequest {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: StartLoggingRequest) => any;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface StartLoggingResponse {
|
|
1099
|
+
}
|
|
1100
|
+
export declare namespace StartLoggingResponse {
|
|
1101
|
+
|
|
1102
|
+
const filterSensitiveLog: (obj: StartLoggingResponse) => any;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
export interface StopLoggingRequest {
|
|
1106
|
+
|
|
1107
|
+
Name: string | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
export declare namespace StopLoggingRequest {
|
|
1110
|
+
|
|
1111
|
+
const filterSensitiveLog: (obj: StopLoggingRequest) => any;
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
export interface StopLoggingResponse {
|
|
1115
|
+
}
|
|
1116
|
+
export declare namespace StopLoggingResponse {
|
|
1117
|
+
|
|
1118
|
+
const filterSensitiveLog: (obj: StopLoggingResponse) => any;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
export interface UpdateTrailRequest {
|
|
1122
|
+
|
|
1123
|
+
Name: string | undefined;
|
|
1124
|
+
|
|
1125
|
+
S3BucketName?: string;
|
|
1126
|
+
|
|
1127
|
+
S3KeyPrefix?: string;
|
|
1128
|
+
|
|
1129
|
+
SnsTopicName?: string;
|
|
1130
|
+
|
|
1131
|
+
IncludeGlobalServiceEvents?: boolean;
|
|
1132
|
+
|
|
1133
|
+
IsMultiRegionTrail?: boolean;
|
|
1134
|
+
|
|
1135
|
+
EnableLogFileValidation?: boolean;
|
|
1136
|
+
|
|
1137
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
1138
|
+
|
|
1139
|
+
CloudWatchLogsRoleArn?: string;
|
|
1140
|
+
|
|
1141
|
+
KmsKeyId?: string;
|
|
1142
|
+
|
|
1143
|
+
IsOrganizationTrail?: boolean;
|
|
1144
|
+
}
|
|
1145
|
+
export declare namespace UpdateTrailRequest {
|
|
1146
|
+
|
|
1147
|
+
const filterSensitiveLog: (obj: UpdateTrailRequest) => any;
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
export interface UpdateTrailResponse {
|
|
1151
|
+
|
|
1152
|
+
Name?: string;
|
|
1153
|
+
|
|
1154
|
+
S3BucketName?: string;
|
|
1155
|
+
|
|
1156
|
+
S3KeyPrefix?: string;
|
|
1157
|
+
|
|
1158
|
+
SnsTopicName?: string;
|
|
1159
|
+
|
|
1160
|
+
SnsTopicARN?: string;
|
|
1161
|
+
|
|
1162
|
+
IncludeGlobalServiceEvents?: boolean;
|
|
1163
|
+
|
|
1164
|
+
IsMultiRegionTrail?: boolean;
|
|
1165
|
+
|
|
1166
|
+
TrailARN?: string;
|
|
1167
|
+
|
|
1168
|
+
LogFileValidationEnabled?: boolean;
|
|
1169
|
+
|
|
1170
|
+
CloudWatchLogsLogGroupArn?: string;
|
|
1171
|
+
|
|
1172
|
+
CloudWatchLogsRoleArn?: string;
|
|
1173
|
+
|
|
1174
|
+
KmsKeyId?: string;
|
|
1175
|
+
|
|
1176
|
+
IsOrganizationTrail?: boolean;
|
|
1177
|
+
}
|
|
1178
|
+
export declare namespace UpdateTrailResponse {
|
|
1179
|
+
|
|
1180
|
+
const filterSensitiveLog: (obj: UpdateTrailResponse) => any;
|
|
1181
|
+
}
|