amazonka-cloudtrail-1.3.7: Amazon CloudTrail SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudTrail.GetTrailStatus

Contents

Description

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.

See: AWS API Reference for GetTrailStatus.

Synopsis

Creating a Request

getTrailStatus Source

Arguments

:: Text

gtsName

-> GetTrailStatus 

Creates a value of GetTrailStatus with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gtsName :: Lens' GetTrailStatus Text Source

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-1:123456789012:trail\/MyTrail'.

Destructuring the Response

Response Lenses

gtsrsLatestDeliveryError :: Lens' GetTrailStatusResponse (Maybe Text) Source

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.

gtsrsLatestDigestDeliveryTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

Specifies the date and time that CloudTrail last delivered a digest file to an account's Amazon S3 bucket.

gtsrsStartLoggingTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

Specifies the most recent date and time when CloudTrail started recording API calls for an AWS account.

gtsrsLatestNotificationError :: Lens' GetTrailStatusResponse (Maybe Text) Source

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.

gtsrsIsLogging :: Lens' GetTrailStatusResponse (Maybe Bool) Source

Whether the CloudTrail is currently logging AWS API calls.

gtsrsLatestDigestDeliveryError :: Lens' GetTrailStatusResponse (Maybe Text) Source

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.

gtsrsLatestDeliveryTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

Specifies the date and time that CloudTrail last delivered log files to an account's Amazon S3 bucket.

gtsrsLatestCloudWatchLogsDeliveryTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

Displays the most recent date and time when CloudTrail delivered logs to CloudWatch Logs.

gtsrsLatestCloudWatchLogsDeliveryError :: Lens' GetTrailStatusResponse (Maybe Text) Source

Displays any CloudWatch Logs error that CloudTrail encountered when attempting to deliver logs to CloudWatch Logs.

gtsrsLatestNotificationTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

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.

gtsrsStopLoggingTime :: Lens' GetTrailStatusResponse (Maybe UTCTime) Source

Specifies the most recent date and time when CloudTrail stopped recording API calls for an AWS account.