Copyright | (c) 2013-2018 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.Config.DescribeConfigurationRecorders
Description
Returns the details for the specified configuration recorders. If the configuration recorder is not specified, this action returns the details for all configuration recorders associated with the account.
Synopsis
- 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:
dcrConfigurationRecorderNames
- A list of configuration recorder names.
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:
drsConfigurationRecorders
- A list that contains the descriptions of the specified configuration recorders.drsResponseStatus
- -- | The response status code.
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.