amazonka-cloudtrail-0.0.4: Amazon CloudTrail SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudTrail.StartLogging

Contents

Description

Starts the recording of AWS API calls and log file delivery for a trail.

http://docs.aws.amazon.com/awscloudtrail/latest/APIReference/API_StartLogging.html

Synopsis

Request

Request constructor

startLogging Source

Arguments

:: Text

sl1Name

-> StartLogging 

StartLogging constructor.

The fields accessible through corresponding lenses are:

Request lenses

sl1Name :: Lens' StartLogging Text Source

The name of the trail for which CloudTrail logs AWS API calls.

Response

Response constructor