amazonka-cloudtrail-1.3.2: 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.

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

The name of the trail for which you are requesting the current status.

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.

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.

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.