Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
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.
Currently, you can specify only one configuration recorder per account.
See: AWS API Reference for DescribeConfigurationRecorderStatus.
- describeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus
- data DescribeConfigurationRecorderStatus
- dcrsConfigurationRecorderNames :: Lens' DescribeConfigurationRecorderStatus [Text]
- describeConfigurationRecorderStatusResponse :: Int -> DescribeConfigurationRecorderStatusResponse
- data DescribeConfigurationRecorderStatusResponse
- dcrsrsConfigurationRecordersStatus :: Lens' DescribeConfigurationRecorderStatusResponse [ConfigurationRecorderStatus]
- dcrsrsStatus :: Lens' DescribeConfigurationRecorderStatusResponse Int
Creating a Request
describeConfigurationRecorderStatus :: DescribeConfigurationRecorderStatus Source
Creates a value of DescribeConfigurationRecorderStatus
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeConfigurationRecorderStatus Source
The input for the DescribeConfigurationRecorderStatus action.
See: describeConfigurationRecorderStatus
smart constructor.
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.
Destructuring the Response
describeConfigurationRecorderStatusResponse Source
Creates a value of DescribeConfigurationRecorderStatusResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeConfigurationRecorderStatusResponse Source
The output for the DescribeConfigurationRecorderStatus action in JSON format.
See: describeConfigurationRecorderStatusResponse
smart constructor.
Response Lenses
dcrsrsConfigurationRecordersStatus :: Lens' DescribeConfigurationRecorderStatusResponse [ConfigurationRecorderStatus] Source
A list that contains status of the specified recorders.
dcrsrsStatus :: Lens' DescribeConfigurationRecorderStatusResponse Int Source
The response status code.