UNPKG

52.1 kBTypeScriptView Raw
1import {Request} from '../lib/request';
2import {Response} from '../lib/response';
3import {AWSError} from '../lib/error';
4import {Service} from '../lib/service';
5import {ServiceConfigurationOptions} from '../lib/service';
6import {ConfigBase as Config} from '../lib/config';
7interface Blob {}
8declare class CloudTrail extends Service {
9 /**
10 * Constructs a service object. This object has one method for each API operation.
11 */
12 constructor(options?: CloudTrail.Types.ClientConfiguration)
13 config: Config & CloudTrail.Types.ClientConfiguration;
14 /**
15 * Adds one or more tags to a trail, up to a limit of 50. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region).
16 */
17 addTags(params: CloudTrail.Types.AddTagsRequest, callback?: (err: AWSError, data: CloudTrail.Types.AddTagsResponse) => void): Request<CloudTrail.Types.AddTagsResponse, AWSError>;
18 /**
19 * Adds one or more tags to a trail, up to a limit of 50. Tags must be unique per trail. Overwrites an existing tag's value when a new value is specified for an existing tag key. If you specify a key without a value, the tag will be created with the specified key and a value of null. You can tag a trail that applies to all regions only from the region in which the trail was created (that is, from its home region).
20 */
21 addTags(callback?: (err: AWSError, data: CloudTrail.Types.AddTagsResponse) => void): Request<CloudTrail.Types.AddTagsResponse, AWSError>;
22 /**
23 * Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.
24 */
25 createTrail(params: CloudTrail.Types.CreateTrailRequest, callback?: (err: AWSError, data: CloudTrail.Types.CreateTrailResponse) => void): Request<CloudTrail.Types.CreateTrailResponse, AWSError>;
26 /**
27 * Creates a trail that specifies the settings for delivery of log data to an Amazon S3 bucket. A maximum of five trails can exist in a region, irrespective of the region in which they were created.
28 */
29 createTrail(callback?: (err: AWSError, data: CloudTrail.Types.CreateTrailResponse) => void): Request<CloudTrail.Types.CreateTrailResponse, AWSError>;
30 /**
31 * Deletes a trail. This operation must be called from the region in which the trail was created. DeleteTrail cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
32 */
33 deleteTrail(params: CloudTrail.Types.DeleteTrailRequest, callback?: (err: AWSError, data: CloudTrail.Types.DeleteTrailResponse) => void): Request<CloudTrail.Types.DeleteTrailResponse, AWSError>;
34 /**
35 * Deletes a trail. This operation must be called from the region in which the trail was created. DeleteTrail cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
36 */
37 deleteTrail(callback?: (err: AWSError, data: CloudTrail.Types.DeleteTrailResponse) => void): Request<CloudTrail.Types.DeleteTrailResponse, AWSError>;
38 /**
39 * Retrieves settings for the trail associated with the current region for your account.
40 */
41 describeTrails(params: CloudTrail.Types.DescribeTrailsRequest, callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
42 /**
43 * Retrieves settings for the trail associated with the current region for your account.
44 */
45 describeTrails(callback?: (err: AWSError, data: CloudTrail.Types.DescribeTrailsResponse) => void): Request<CloudTrail.Types.DescribeTrailsResponse, AWSError>;
46 /**
47 * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following: If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events. If your event selector includes management events. If your event selector includes data events, the Amazon S3 objects or AWS Lambda functions that you are logging for data events. For more information, see Logging Data and Management Events for Trails in the AWS CloudTrail User Guide.
48 */
49 getEventSelectors(params: CloudTrail.Types.GetEventSelectorsRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetEventSelectorsResponse) => void): Request<CloudTrail.Types.GetEventSelectorsResponse, AWSError>;
50 /**
51 * Describes the settings for the event selectors that you configured for your trail. The information returned for your event selectors includes the following: If your event selector includes read-only events, write-only events, or all events. This applies to both management events and data events. If your event selector includes management events. If your event selector includes data events, the Amazon S3 objects or AWS Lambda functions that you are logging for data events. For more information, see Logging Data and Management Events for Trails in the AWS CloudTrail User Guide.
52 */
53 getEventSelectors(callback?: (err: AWSError, data: CloudTrail.Types.GetEventSelectorsResponse) => void): Request<CloudTrail.Types.GetEventSelectorsResponse, AWSError>;
54 /**
55 * Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.
56 */
57 getTrailStatus(params: CloudTrail.Types.GetTrailStatusRequest, callback?: (err: AWSError, data: CloudTrail.Types.GetTrailStatusResponse) => void): Request<CloudTrail.Types.GetTrailStatusResponse, AWSError>;
58 /**
59 * Returns a JSON-formatted list of information about the specified trail. Fields include information on delivery errors, Amazon SNS and Amazon S3 errors, and start and stop logging times for each trail. This operation returns trail status from a single region. To return trail status from all regions, you must call the operation on each region.
60 */
61 getTrailStatus(callback?: (err: AWSError, data: CloudTrail.Types.GetTrailStatusResponse) => void): Request<CloudTrail.Types.GetTrailStatusResponse, AWSError>;
62 /**
63 * Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key. CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.
64 */
65 listPublicKeys(params: CloudTrail.Types.ListPublicKeysRequest, callback?: (err: AWSError, data: CloudTrail.Types.ListPublicKeysResponse) => void): Request<CloudTrail.Types.ListPublicKeysResponse, AWSError>;
66 /**
67 * Returns all public keys whose private keys were used to sign the digest files within the specified time range. The public key is needed to validate digest files that were signed with its corresponding private key. CloudTrail uses different private/public key pairs per region. Each digest file is signed with a private key unique to its region. Therefore, when you validate a digest file from a particular region, you must look in the same region for its corresponding public key.
68 */
69 listPublicKeys(callback?: (err: AWSError, data: CloudTrail.Types.ListPublicKeysResponse) => void): Request<CloudTrail.Types.ListPublicKeysResponse, AWSError>;
70 /**
71 * Lists the tags for the trail in the current region.
72 */
73 listTags(params: CloudTrail.Types.ListTagsRequest, callback?: (err: AWSError, data: CloudTrail.Types.ListTagsResponse) => void): Request<CloudTrail.Types.ListTagsResponse, AWSError>;
74 /**
75 * Lists the tags for the trail in the current region.
76 */
77 listTags(callback?: (err: AWSError, data: CloudTrail.Types.ListTagsResponse) => void): Request<CloudTrail.Types.ListTagsResponse, AWSError>;
78 /**
79 * Looks up management events captured by CloudTrail. Events for a region can be looked up in that region during the last 90 days. Lookup supports the following attributes: AWS access key Event ID Event name Event source Read only Resource name Resource type User name All attributes are optional. The default number of results returned is 50, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results. The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs. Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.
80 */
81 lookupEvents(params: CloudTrail.Types.LookupEventsRequest, callback?: (err: AWSError, data: CloudTrail.Types.LookupEventsResponse) => void): Request<CloudTrail.Types.LookupEventsResponse, AWSError>;
82 /**
83 * Looks up management events captured by CloudTrail. Events for a region can be looked up in that region during the last 90 days. Lookup supports the following attributes: AWS access key Event ID Event name Event source Read only Resource name Resource type User name All attributes are optional. The default number of results returned is 50, with a maximum of 50 possible. The response includes a token that you can use to get the next page of results. The rate of lookup requests is limited to one per second per account. If this limit is exceeded, a throttling error occurs. Events that occurred during the selected time range will not be available for lookup if CloudTrail logging was not enabled when the events occurred.
84 */
85 lookupEvents(callback?: (err: AWSError, data: CloudTrail.Types.LookupEventsResponse) => void): Request<CloudTrail.Types.LookupEventsResponse, AWSError>;
86 /**
87 * Configures an event selector for your trail. Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example You create an event selector for a trail and specify that you want write-only events. The EC2 GetConsoleOutput and RunInstances API operations occur in your account. CloudTrail evaluates whether the events match your event selectors. The RunInstances is a write-only event and it matches your event selector. The trail logs the event. The GetConsoleOutput is a read-only event but it doesn't match your event selector. The trail doesn't log the event. The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown. You can configure up to five event selectors for each trail. For more information, see Logging Data and Management Events for Trails and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
88 */
89 putEventSelectors(params: CloudTrail.Types.PutEventSelectorsRequest, callback?: (err: AWSError, data: CloudTrail.Types.PutEventSelectorsResponse) => void): Request<CloudTrail.Types.PutEventSelectorsResponse, AWSError>;
90 /**
91 * Configures an event selector for your trail. Use event selectors to further specify the management and data event settings for your trail. By default, trails created without specific event selectors will be configured to log all read and write management events, and no data events. When an event occurs in your account, CloudTrail evaluates the event selectors in all trails. For each trail, if the event matches any event selector, the trail processes and logs the event. If the event doesn't match any event selector, the trail doesn't log the event. Example You create an event selector for a trail and specify that you want write-only events. The EC2 GetConsoleOutput and RunInstances API operations occur in your account. CloudTrail evaluates whether the events match your event selectors. The RunInstances is a write-only event and it matches your event selector. The trail logs the event. The GetConsoleOutput is a read-only event but it doesn't match your event selector. The trail doesn't log the event. The PutEventSelectors operation must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown. You can configure up to five event selectors for each trail. For more information, see Logging Data and Management Events for Trails and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
92 */
93 putEventSelectors(callback?: (err: AWSError, data: CloudTrail.Types.PutEventSelectorsResponse) => void): Request<CloudTrail.Types.PutEventSelectorsResponse, AWSError>;
94 /**
95 * Removes the specified tags from a trail.
96 */
97 removeTags(params: CloudTrail.Types.RemoveTagsRequest, callback?: (err: AWSError, data: CloudTrail.Types.RemoveTagsResponse) => void): Request<CloudTrail.Types.RemoveTagsResponse, AWSError>;
98 /**
99 * Removes the specified tags from a trail.
100 */
101 removeTags(callback?: (err: AWSError, data: CloudTrail.Types.RemoveTagsResponse) => void): Request<CloudTrail.Types.RemoveTagsResponse, AWSError>;
102 /**
103 * Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
104 */
105 startLogging(params: CloudTrail.Types.StartLoggingRequest, callback?: (err: AWSError, data: CloudTrail.Types.StartLoggingResponse) => void): Request<CloudTrail.Types.StartLoggingResponse, AWSError>;
106 /**
107 * Starts the recording of AWS API calls and log file delivery for a trail. For a trail that is enabled in all regions, this operation must be called from the region in which the trail was created. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail that is enabled in all regions.
108 */
109 startLogging(callback?: (err: AWSError, data: CloudTrail.Types.StartLoggingResponse) => void): Request<CloudTrail.Types.StartLoggingResponse, AWSError>;
110 /**
111 * Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording. For a trail enabled in all regions, this operation must be called from the region in which the trail was created, or an InvalidHomeRegionException will occur. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail enabled in all regions.
112 */
113 stopLogging(params: CloudTrail.Types.StopLoggingRequest, callback?: (err: AWSError, data: CloudTrail.Types.StopLoggingResponse) => void): Request<CloudTrail.Types.StopLoggingResponse, AWSError>;
114 /**
115 * Suspends the recording of AWS API calls and log file delivery for the specified trail. Under most circumstances, there is no need to use this action. You can update a trail without stopping it first. This action is the only way to stop recording. For a trail enabled in all regions, this operation must be called from the region in which the trail was created, or an InvalidHomeRegionException will occur. This operation cannot be called on the shadow trails (replicated trails in other regions) of a trail enabled in all regions.
116 */
117 stopLogging(callback?: (err: AWSError, data: CloudTrail.Types.StopLoggingResponse) => void): Request<CloudTrail.Types.StopLoggingResponse, AWSError>;
118 /**
119 * Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. UpdateTrail must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.
120 */
121 updateTrail(params: CloudTrail.Types.UpdateTrailRequest, callback?: (err: AWSError, data: CloudTrail.Types.UpdateTrailResponse) => void): Request<CloudTrail.Types.UpdateTrailResponse, AWSError>;
122 /**
123 * Updates the settings that specify delivery of log files. Changes to a trail do not require stopping the CloudTrail service. Use this action to designate an existing bucket for log delivery. If the existing bucket has previously been a target for CloudTrail log files, an IAM policy exists for the bucket. UpdateTrail must be called from the region in which the trail was created; otherwise, an InvalidHomeRegionException is thrown.
124 */
125 updateTrail(callback?: (err: AWSError, data: CloudTrail.Types.UpdateTrailResponse) => void): Request<CloudTrail.Types.UpdateTrailResponse, AWSError>;
126}
127declare namespace CloudTrail {
128 export interface AddTagsRequest {
129 /**
130 * Specifies the ARN of the trail to which one or more tags will be added. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
131 */
132 ResourceId: String;
133 /**
134 * Contains a list of CloudTrail tags, up to a limit of 50
135 */
136 TagsList?: TagsList;
137 }
138 export interface AddTagsResponse {
139 }
140 export type Boolean = boolean;
141 export type ByteBuffer = Buffer|Uint8Array|Blob|string;
142 export interface CreateTrailRequest {
143 /**
144 * Specifies the name of the trail. The name must meet the following requirements: Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-) Start with a letter or number, and end with a letter or number Be between 3 and 128 characters Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid. Not be in IP address format (for example, 192.168.5.4)
145 */
146 Name: String;
147 /**
148 * Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
149 */
150 S3BucketName: String;
151 /**
152 * Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
153 */
154 S3KeyPrefix?: String;
155 /**
156 * Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
157 */
158 SnsTopicName?: String;
159 /**
160 * Specifies whether the trail is publishing events from global services such as IAM to the log files.
161 */
162 IncludeGlobalServiceEvents?: Boolean;
163 /**
164 * Specifies whether the trail is created in the current region or in all regions. The default is false.
165 */
166 IsMultiRegionTrail?: Boolean;
167 /**
168 * Specifies whether log file integrity validation is enabled. The default is false. When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
169 */
170 EnableLogFileValidation?: Boolean;
171 /**
172 * Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
173 */
174 CloudWatchLogsLogGroupArn?: String;
175 /**
176 * Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
177 */
178 CloudWatchLogsRoleArn?: String;
179 /**
180 * Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
181 */
182 KmsKeyId?: String;
183 /**
184 * Specifies whether the trail is created for all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations.
185 */
186 IsOrganizationTrail?: Boolean;
187 }
188 export interface CreateTrailResponse {
189 /**
190 * Specifies the name of the trail.
191 */
192 Name?: String;
193 /**
194 * Specifies the name of the Amazon S3 bucket designated for publishing log files.
195 */
196 S3BucketName?: String;
197 /**
198 * Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.
199 */
200 S3KeyPrefix?: String;
201 /**
202 * This field is deprecated. Use SnsTopicARN.
203 */
204 SnsTopicName?: String;
205 /**
206 * Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is: arn:aws:sns:us-east-2:123456789012:MyTopic
207 */
208 SnsTopicARN?: String;
209 /**
210 * Specifies whether the trail is publishing events from global services such as IAM to the log files.
211 */
212 IncludeGlobalServiceEvents?: Boolean;
213 /**
214 * Specifies whether the trail exists in one region or in all regions.
215 */
216 IsMultiRegionTrail?: Boolean;
217 /**
218 * Specifies the ARN of the trail that was created. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
219 */
220 TrailARN?: String;
221 /**
222 * Specifies whether log file integrity validation is enabled.
223 */
224 LogFileValidationEnabled?: Boolean;
225 /**
226 * Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.
227 */
228 CloudWatchLogsLogGroupArn?: String;
229 /**
230 * Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
231 */
232 CloudWatchLogsRoleArn?: String;
233 /**
234 * Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
235 */
236 KmsKeyId?: String;
237 /**
238 * Specifies whether the trail is an organization trail.
239 */
240 IsOrganizationTrail?: Boolean;
241 }
242 export interface DataResource {
243 /**
244 * The resource type in which you want to log data events. You can specify AWS::S3::Object or AWS::Lambda::Function resources.
245 */
246 Type?: String;
247 /**
248 * An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects. To log data events for all objects in all S3 buckets in your AWS account, specify the prefix as arn:aws:s3:::. This will also enable logging of data event activity performed by any user or role in your AWS account, even if that activity is performed on a bucket that belongs to another AWS account. To log data events for all objects in all S3 buckets that include my-bucket in their names, specify the prefix as aws:s3:::my-bucket. The trail logs data events for all objects in all buckets whose name contains a match for my-bucket. To log data events for all objects in an S3 bucket, specify the bucket and an empty object prefix such as arn:aws:s3:::bucket-1/. The trail logs data events for all objects in this S3 bucket. To log data events for specific objects, specify the S3 bucket and object prefix such as arn:aws:s3:::bucket-1/example-images. The trail logs data events for objects in this S3 bucket that match the prefix. To log data events for all functions in your AWS account, specify the prefix as arn:aws:lambda. This will also enable logging of Invoke activity performed by any user or role in your AWS account, even if that activity is performed on a function that belongs to another AWS account. To log data eents for a specific Lambda function, specify the function ARN. Lambda function ARNs are exact. Unlike S3, you cannot use matching. For example, if you specify a function ARN arn:aws:lambda:us-west-2:111111111111:function:helloworld, data events will only be logged for arn:aws:lambda:us-west-2:111111111111:function:helloworld. They will not be logged for arn:aws:lambda:us-west-2:111111111111:function:helloworld2.
249 */
250 Values?: DataResourceValues;
251 }
252 export type DataResourceValues = String[];
253 export type DataResources = DataResource[];
254 export type _Date = Date;
255 export interface DeleteTrailRequest {
256 /**
257 * Specifies the name or the CloudTrail ARN of the trail to be deleted. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
258 */
259 Name: String;
260 }
261 export interface DeleteTrailResponse {
262 }
263 export interface DescribeTrailsRequest {
264 /**
265 * Specifies a list of trail names, trail ARNs, or both, of the trails to describe. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail If an empty list is specified, information for the trail in the current region is returned. If an empty list is specified and IncludeShadowTrails is false, then information for all trails in the current region is returned. If an empty list is specified and IncludeShadowTrails is null or true, then information for all trails in the current region and any associated shadow trails in other regions is returned. If one or more trail names are specified, information is returned only if the names match the names of trails belonging only to the current region. To return information about a trail in another region, you must specify its trail ARN.
266 */
267 trailNameList?: TrailNameList;
268 /**
269 * Specifies whether to include shadow trails in the response. A shadow trail is the replication in a region of a trail that was created in a different region, or in the case of an organization trail, the replication of an organization trail in member accounts. If you do not include shadow trails, organization trails in a member account and region replication trails will not be returned. The default is true.
270 */
271 includeShadowTrails?: Boolean;
272 }
273 export interface DescribeTrailsResponse {
274 /**
275 * The list of trail objects.
276 */
277 trailList?: TrailList;
278 }
279 export interface Event {
280 /**
281 * The CloudTrail ID of the event returned.
282 */
283 EventId?: String;
284 /**
285 * The name of the event returned.
286 */
287 EventName?: String;
288 /**
289 * Information about whether the event is a write event or a read event.
290 */
291 ReadOnly?: String;
292 /**
293 * The AWS access key ID that was used to sign the request. If the request was made with temporary security credentials, this is the access key ID of the temporary credentials.
294 */
295 AccessKeyId?: String;
296 /**
297 * The date and time of the event returned.
298 */
299 EventTime?: _Date;
300 /**
301 * The AWS service that the request was made to.
302 */
303 EventSource?: String;
304 /**
305 * A user name or role name of the requester that called the API in the event returned.
306 */
307 Username?: String;
308 /**
309 * A list of resources referenced by the event returned.
310 */
311 Resources?: ResourceList;
312 /**
313 * A JSON string that contains a representation of the event returned.
314 */
315 CloudTrailEvent?: String;
316 }
317 export interface EventSelector {
318 /**
319 * Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2 GetConsoleOutput is a read-only API operation and RunInstances is a write-only API operation. By default, the value is All.
320 */
321 ReadWriteType?: ReadWriteType;
322 /**
323 * Specify if you want your event selector to include management events for your trail. For more information, see Management Events in the AWS CloudTrail User Guide. By default, the value is true.
324 */
325 IncludeManagementEvents?: Boolean;
326 /**
327 * CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events. For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
328 */
329 DataResources?: DataResources;
330 }
331 export type EventSelectors = EventSelector[];
332 export type EventsList = Event[];
333 export interface GetEventSelectorsRequest {
334 /**
335 * Specifies the name of the trail or trail ARN. If you specify a trail name, the string must meet the following requirements: Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-) Start with a letter or number, and end with a letter or number Be between 3 and 128 characters Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are not valid. Not be in IP address format (for example, 192.168.5.4) If you specify a trail ARN, it must be in the format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
336 */
337 TrailName: String;
338 }
339 export interface GetEventSelectorsResponse {
340 /**
341 * The specified trail ARN that has the event selectors.
342 */
343 TrailARN?: String;
344 /**
345 * The event selectors that are configured for the trail.
346 */
347 EventSelectors?: EventSelectors;
348 }
349 export interface GetTrailStatusRequest {
350 /**
351 * Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
352 */
353 Name: String;
354 }
355 export interface GetTrailStatusResponse {
356 /**
357 * Whether the CloudTrail is currently logging AWS API calls.
358 */
359 IsLogging?: Boolean;
360 /**
361 * Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver log files to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference. This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.
362 */
363 LatestDeliveryError?: String;
364 /**
365 * Displays any Amazon SNS error that CloudTrail encountered when attempting to send a notification. For more information about Amazon SNS errors, see the Amazon SNS Developer Guide.
366 */
367 LatestNotificationError?: String;
368 /**
369 * Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.
370 */
371 LatestDeliveryTime?: _Date;
372 /**
373 * Specifies the date and time of the most recent Amazon SNS notification that CloudTrail has written a new log file to an account's Amazon S3 bucket.
374 */
375 LatestNotificationTime?: _Date;
376 /**
377 * Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.
378 */
379 StartLoggingTime?: _Date;
380 /**
381 * Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.
382 */
383 StopLoggingTime?: _Date;
384 /**
385 * Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.
386 */
387 LatestCloudWatchLogsDeliveryError?: String;
388 /**
389 * Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.
390 */
391 LatestCloudWatchLogsDeliveryTime?: _Date;
392 /**
393 * Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.
394 */
395 LatestDigestDeliveryTime?: _Date;
396 /**
397 * Displays any Amazon S3 error that CloudTrail encountered when attempting to deliver a digest file to the designated bucket. For more information see the topic Error Responses in the Amazon S3 API Reference. This error occurs only when there is a problem with the destination S3 bucket and will not occur for timeouts. To resolve the issue, create a new bucket and call UpdateTrail to specify the new bucket, or fix the existing objects so that CloudTrail can again write to the bucket.
398 */
399 LatestDigestDeliveryError?: String;
400 /**
401 * This field is deprecated.
402 */
403 LatestDeliveryAttemptTime?: String;
404 /**
405 * This field is deprecated.
406 */
407 LatestNotificationAttemptTime?: String;
408 /**
409 * This field is deprecated.
410 */
411 LatestNotificationAttemptSucceeded?: String;
412 /**
413 * This field is deprecated.
414 */
415 LatestDeliveryAttemptSucceeded?: String;
416 /**
417 * This field is deprecated.
418 */
419 TimeLoggingStarted?: String;
420 /**
421 * This field is deprecated.
422 */
423 TimeLoggingStopped?: String;
424 }
425 export interface ListPublicKeysRequest {
426 /**
427 * Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.
428 */
429 StartTime?: _Date;
430 /**
431 * Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.
432 */
433 EndTime?: _Date;
434 /**
435 * Reserved for future use.
436 */
437 NextToken?: String;
438 }
439 export interface ListPublicKeysResponse {
440 /**
441 * Contains an array of PublicKey objects. The returned public keys may have validity time ranges that overlap.
442 */
443 PublicKeyList?: PublicKeyList;
444 /**
445 * Reserved for future use.
446 */
447 NextToken?: String;
448 }
449 export interface ListTagsRequest {
450 /**
451 * Specifies a list of trail ARNs whose tags will be listed. The list has a limit of 20 ARNs. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
452 */
453 ResourceIdList: ResourceIdList;
454 /**
455 * Reserved for future use.
456 */
457 NextToken?: String;
458 }
459 export interface ListTagsResponse {
460 /**
461 * A list of resource tags.
462 */
463 ResourceTagList?: ResourceTagList;
464 /**
465 * Reserved for future use.
466 */
467 NextToken?: String;
468 }
469 export interface LookupAttribute {
470 /**
471 * Specifies an attribute on which to filter the events returned.
472 */
473 AttributeKey: LookupAttributeKey;
474 /**
475 * Specifies a value for the specified AttributeKey.
476 */
477 AttributeValue: String;
478 }
479 export type LookupAttributeKey = "EventId"|"EventName"|"ReadOnly"|"Username"|"ResourceType"|"ResourceName"|"EventSource"|"AccessKeyId"|string;
480 export type LookupAttributesList = LookupAttribute[];
481 export interface LookupEventsRequest {
482 /**
483 * Contains a list of lookup attributes. Currently the list can contain only one item.
484 */
485 LookupAttributes?: LookupAttributesList;
486 /**
487 * Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned.
488 */
489 StartTime?: _Date;
490 /**
491 * Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned.
492 */
493 EndTime?: _Date;
494 /**
495 * The number of events to return. Possible values are 1 through 50. The default is 50.
496 */
497 MaxResults?: MaxResults;
498 /**
499 * The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
500 */
501 NextToken?: NextToken;
502 }
503 export interface LookupEventsResponse {
504 /**
505 * A list of events returned based on the lookup attributes specified and the CloudTrail event. The events list is sorted by time. The most recent event is listed first.
506 */
507 Events?: EventsList;
508 /**
509 * The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.
510 */
511 NextToken?: NextToken;
512 }
513 export type MaxResults = number;
514 export type NextToken = string;
515 export interface PublicKey {
516 /**
517 * The DER encoded public key value in PKCS#1 format.
518 */
519 Value?: ByteBuffer;
520 /**
521 * The starting time of validity of the public key.
522 */
523 ValidityStartTime?: _Date;
524 /**
525 * The ending time of validity of the public key.
526 */
527 ValidityEndTime?: _Date;
528 /**
529 * The fingerprint of the public key.
530 */
531 Fingerprint?: String;
532 }
533 export type PublicKeyList = PublicKey[];
534 export interface PutEventSelectorsRequest {
535 /**
536 * Specifies the name of the trail or trail ARN. If you specify a trail name, the string must meet the following requirements: Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-) Start with a letter or number, and end with a letter or number Be between 3 and 128 characters Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid. Not be in IP address format (for example, 192.168.5.4) If you specify a trail ARN, it must be in the format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
537 */
538 TrailName: String;
539 /**
540 * Specifies the settings for your event selectors. You can configure up to five event selectors for a trail.
541 */
542 EventSelectors: EventSelectors;
543 }
544 export interface PutEventSelectorsResponse {
545 /**
546 * Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
547 */
548 TrailARN?: String;
549 /**
550 * Specifies the event selectors configured for your trail.
551 */
552 EventSelectors?: EventSelectors;
553 }
554 export type ReadWriteType = "ReadOnly"|"WriteOnly"|"All"|string;
555 export interface RemoveTagsRequest {
556 /**
557 * Specifies the ARN of the trail from which tags should be removed. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
558 */
559 ResourceId: String;
560 /**
561 * Specifies a list of tags to be removed.
562 */
563 TagsList?: TagsList;
564 }
565 export interface RemoveTagsResponse {
566 }
567 export interface Resource {
568 /**
569 * The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.
570 */
571 ResourceType?: String;
572 /**
573 * The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be "auto-scaling-test-group" for an Auto Scaling Group or "i-1234567" for an EC2 Instance.
574 */
575 ResourceName?: String;
576 }
577 export type ResourceIdList = String[];
578 export type ResourceList = Resource[];
579 export interface ResourceTag {
580 /**
581 * Specifies the ARN of the resource.
582 */
583 ResourceId?: String;
584 /**
585 * A list of tags.
586 */
587 TagsList?: TagsList;
588 }
589 export type ResourceTagList = ResourceTag[];
590 export interface StartLoggingRequest {
591 /**
592 * Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
593 */
594 Name: String;
595 }
596 export interface StartLoggingResponse {
597 }
598 export interface StopLoggingRequest {
599 /**
600 * Specifies the name or the CloudTrail ARN of the trail for which CloudTrail will stop logging AWS API calls. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
601 */
602 Name: String;
603 }
604 export interface StopLoggingResponse {
605 }
606 export type String = string;
607 export interface Tag {
608 /**
609 * The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.
610 */
611 Key: String;
612 /**
613 * The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.
614 */
615 Value?: String;
616 }
617 export type TagsList = Tag[];
618 export interface Trail {
619 /**
620 * Name of the trail set by calling CreateTrail. The maximum length is 128 characters.
621 */
622 Name?: String;
623 /**
624 * Name of the Amazon S3 bucket into which CloudTrail delivers your trail files. See Amazon S3 Bucket Naming Requirements.
625 */
626 S3BucketName?: String;
627 /**
628 * Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.The maximum length is 200 characters.
629 */
630 S3KeyPrefix?: String;
631 /**
632 * This field is deprecated. Use SnsTopicARN.
633 */
634 SnsTopicName?: String;
635 /**
636 * Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is: arn:aws:sns:us-east-2:123456789012:MyTopic
637 */
638 SnsTopicARN?: String;
639 /**
640 * Set to True to include AWS API calls from AWS global services such as IAM. Otherwise, False.
641 */
642 IncludeGlobalServiceEvents?: Boolean;
643 /**
644 * Specifies whether the trail belongs only to one region or exists in all regions.
645 */
646 IsMultiRegionTrail?: Boolean;
647 /**
648 * The region in which the trail was created.
649 */
650 HomeRegion?: String;
651 /**
652 * Specifies the ARN of the trail. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
653 */
654 TrailARN?: String;
655 /**
656 * Specifies whether log file validation is enabled.
657 */
658 LogFileValidationEnabled?: Boolean;
659 /**
660 * Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered.
661 */
662 CloudWatchLogsLogGroupArn?: String;
663 /**
664 * Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
665 */
666 CloudWatchLogsRoleArn?: String;
667 /**
668 * Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
669 */
670 KmsKeyId?: String;
671 /**
672 * Specifies if the trail has custom event selectors.
673 */
674 HasCustomEventSelectors?: Boolean;
675 /**
676 * Specifies whether the trail is an organization trail.
677 */
678 IsOrganizationTrail?: Boolean;
679 }
680 export type TrailList = Trail[];
681 export type TrailNameList = String[];
682 export interface UpdateTrailRequest {
683 /**
684 * Specifies the name of the trail or trail ARN. If Name is a trail name, the string must meet the following requirements: Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-) Start with a letter or number, and end with a letter or number Be between 3 and 128 characters Have no adjacent periods, underscores or dashes. Names like my-_namespace and my--namespace are invalid. Not be in IP address format (for example, 192.168.5.4) If Name is a trail ARN, it must be in the format: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
685 */
686 Name: String;
687 /**
688 * Specifies the name of the Amazon S3 bucket designated for publishing log files. See Amazon S3 Bucket Naming Requirements.
689 */
690 S3BucketName?: String;
691 /**
692 * Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files. The maximum length is 200 characters.
693 */
694 S3KeyPrefix?: String;
695 /**
696 * Specifies the name of the Amazon SNS topic defined for notification of log file delivery. The maximum length is 256 characters.
697 */
698 SnsTopicName?: String;
699 /**
700 * Specifies whether the trail is publishing events from global services such as IAM to the log files.
701 */
702 IncludeGlobalServiceEvents?: Boolean;
703 /**
704 * Specifies whether the trail applies only to the current region or to all regions. The default is false. If the trail exists only in the current region and this value is set to true, shadow trails (replications of the trail) will be created in the other regions. If the trail exists in all regions and this value is set to false, the trail will remain in the region where it was created, and its shadow trails in other regions will be deleted.
705 */
706 IsMultiRegionTrail?: Boolean;
707 /**
708 * Specifies whether log file validation is enabled. The default is false. When you disable log file integrity validation, the chain of digest files is broken after one hour. CloudTrail will not create digest files for log files that were delivered during a period in which log file integrity validation was disabled. For example, if you enable log file integrity validation at noon on January 1, disable it at noon on January 2, and re-enable it at noon on January 10, digest files will not be created for the log files delivered from noon on January 2 to noon on January 10. The same applies whenever you stop CloudTrail logging or delete a trail.
709 */
710 EnableLogFileValidation?: Boolean;
711 /**
712 * Specifies a log group name using an Amazon Resource Name (ARN), a unique identifier that represents the log group to which CloudTrail logs will be delivered. Not required unless you specify CloudWatchLogsRoleArn.
713 */
714 CloudWatchLogsLogGroupArn?: String;
715 /**
716 * Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
717 */
718 CloudWatchLogsRoleArn?: String;
719 /**
720 * Specifies the KMS key ID to use to encrypt the logs delivered by CloudTrail. The value can be an alias name prefixed by "alias/", a fully specified ARN to an alias, a fully specified ARN to a key, or a globally unique identifier. Examples: alias/MyAliasName arn:aws:kms:us-east-2:123456789012:alias/MyAliasName arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012 12345678-1234-1234-1234-123456789012
721 */
722 KmsKeyId?: String;
723 /**
724 * Specifies whether the trail is applied to all accounts in an organization in AWS Organizations, or only for the current AWS account. The default is false, and cannot be true unless the call is made on behalf of an AWS account that is the master account for an organization in AWS Organizations. If the trail is not an organization trail and this is set to true, the trail will be created in all AWS accounts that belong to the organization. If the trail is an organization trail and this is set to false, the trail will remain in the current AWS account but be deleted from all member accounts in the organization.
725 */
726 IsOrganizationTrail?: Boolean;
727 }
728 export interface UpdateTrailResponse {
729 /**
730 * Specifies the name of the trail.
731 */
732 Name?: String;
733 /**
734 * Specifies the name of the Amazon S3 bucket designated for publishing log files.
735 */
736 S3BucketName?: String;
737 /**
738 * Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your CloudTrail Log Files.
739 */
740 S3KeyPrefix?: String;
741 /**
742 * This field is deprecated. Use SnsTopicARN.
743 */
744 SnsTopicName?: String;
745 /**
746 * Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The format of a topic ARN is: arn:aws:sns:us-east-2:123456789012:MyTopic
747 */
748 SnsTopicARN?: String;
749 /**
750 * Specifies whether the trail is publishing events from global services such as IAM to the log files.
751 */
752 IncludeGlobalServiceEvents?: Boolean;
753 /**
754 * Specifies whether the trail exists in one region or in all regions.
755 */
756 IsMultiRegionTrail?: Boolean;
757 /**
758 * Specifies the ARN of the trail that was updated. The format of a trail ARN is: arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
759 */
760 TrailARN?: String;
761 /**
762 * Specifies whether log file integrity validation is enabled.
763 */
764 LogFileValidationEnabled?: Boolean;
765 /**
766 * Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs will be delivered.
767 */
768 CloudWatchLogsLogGroupArn?: String;
769 /**
770 * Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
771 */
772 CloudWatchLogsRoleArn?: String;
773 /**
774 * Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the format: arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
775 */
776 KmsKeyId?: String;
777 /**
778 * Specifies whether the trail is an organization trail.
779 */
780 IsOrganizationTrail?: Boolean;
781 }
782 /**
783 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
784 */
785 export type apiVersion = "2013-11-01"|"latest"|string;
786 export interface ClientApiVersions {
787 /**
788 * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
789 */
790 apiVersion?: apiVersion;
791 }
792 export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
793 /**
794 * Contains interfaces for use with the CloudTrail client.
795 */
796 export import Types = CloudTrail;
797}
798export = CloudTrail;