amazonka-cloudtrail-0.0.8: Amazon CloudTrail SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudTrail.StopLogging

Contents

Description

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.

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

Synopsis

Request

Request constructor

stopLogging Source

Arguments

:: Text

slName

-> StopLogging 

StopLogging constructor.

The fields accessible through corresponding lenses are:

Request lenses

slName :: Lens' StopLogging Text Source

Communicates to CloudTrail the name of the trail for which to stop logging AWS API calls.

Response

Response constructor