| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CloudTrail.StartLogging
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
- data StartLogging
- startLogging :: Text -> StartLogging
- sl1Name :: Lens' StartLogging Text
- data StartLoggingResponse
- startLoggingResponse :: StartLoggingResponse
Request
data StartLogging Source
Instances
| Eq StartLogging | |
| Ord StartLogging | |
| Read StartLogging | |
| Show StartLogging | |
| IsString StartLogging | |
| Monoid StartLogging | |
| AWSRequest StartLogging | |
| ToQuery StartLogging | |
| ToPath StartLogging | |
| ToHeaders StartLogging | |
| ToJSON StartLogging | |
| type Sv StartLogging = CloudTrail | |
| type Rs StartLogging = StartLoggingResponse |
Request constructor
Arguments
| :: Text | |
| -> StartLogging |
Request lenses
sl1Name :: Lens' StartLogging Text Source
The name of the trail for which CloudTrail logs AWS API calls.
Response
Response constructor
startLoggingResponse :: StartLoggingResponse Source
StartLoggingResponse constructor.