| Copyright | (c) 2013-2016 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 |
Network.AWS.Config.DescribeConfigurationRecorders
Description
Returns the name of one or more specified configuration recorders. If the recorder name is not specified, this action returns the names of all the configuration recorders associated with the account.
Currently, you can specify only one configuration recorder per account.
- describeConfigurationRecorders :: DescribeConfigurationRecorders
- data DescribeConfigurationRecorders
- dcrConfigurationRecorderNames :: Lens' DescribeConfigurationRecorders [Text]
- describeConfigurationRecordersResponse :: Int -> DescribeConfigurationRecordersResponse
- data DescribeConfigurationRecordersResponse
- drsConfigurationRecorders :: Lens' DescribeConfigurationRecordersResponse [ConfigurationRecorder]
- drsResponseStatus :: Lens' DescribeConfigurationRecordersResponse Int
Creating a Request
describeConfigurationRecorders :: DescribeConfigurationRecorders Source #
Creates a value of DescribeConfigurationRecorders with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeConfigurationRecorders Source #
The input for the DescribeConfigurationRecorders action.
See: describeConfigurationRecorders smart constructor.
Instances
Request Lenses
dcrConfigurationRecorderNames :: Lens' DescribeConfigurationRecorders [Text] Source #
A list of configuration recorder names.
Destructuring the Response
describeConfigurationRecordersResponse Source #
Arguments
| :: Int | |
| -> DescribeConfigurationRecordersResponse |
Creates a value of DescribeConfigurationRecordersResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeConfigurationRecordersResponse Source #
The output for the DescribeConfigurationRecorders action.
See: describeConfigurationRecordersResponse smart constructor.
Instances
Response Lenses
drsConfigurationRecorders :: Lens' DescribeConfigurationRecordersResponse [ConfigurationRecorder] Source #
A list that contains the descriptions of the specified configuration recorders.
drsResponseStatus :: Lens' DescribeConfigurationRecordersResponse Int Source #
The response status code.