Safe Haskell | None |
---|---|
Language | Haskell2010 |
Returns the current status of the specified configuration recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorder associated with the account.
http://docs.aws.amazon.com/config/latest/APIReference/API_DescribeConfigurationRecorderStatus.html
- data DescribeConfigurationRecorderStatus
- describeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus
- dcrsConfigurationRecorderNames :: Lens' DescribeConfigurationRecorderStatus [Text]
- data DescribeConfigurationRecorderStatusResponse
- describeConfigurationRecorderStatusResponse :: DescribeConfigurationRecorderStatusResponse
- dcrsrConfigurationRecordersStatus :: Lens' DescribeConfigurationRecorderStatusResponse [ConfigurationRecorderStatus]
Request
data DescribeConfigurationRecorderStatus Source
Request constructor
describeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus Source
DescribeConfigurationRecorderStatus
constructor.
The fields accessible through corresponding lenses are:
Request lenses
dcrsConfigurationRecorderNames :: Lens' DescribeConfigurationRecorderStatus [Text] Source
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
Response
data DescribeConfigurationRecorderStatusResponse Source
Response constructor
describeConfigurationRecorderStatusResponse :: DescribeConfigurationRecorderStatusResponse Source
DescribeConfigurationRecorderStatusResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dcrsrConfigurationRecordersStatus :: Lens' DescribeConfigurationRecorderStatusResponse [ConfigurationRecorderStatus] Source
A list that contains status of the specified recorders.