Copyright | (c) 2013-2021 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 |
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.
Currently, you can specify only one configuration recorder per region in your account.
Synopsis
- data DescribeConfigurationRecorders = DescribeConfigurationRecorders' {}
- newDescribeConfigurationRecorders :: DescribeConfigurationRecorders
- describeConfigurationRecorders_configurationRecorderNames :: Lens' DescribeConfigurationRecorders (Maybe [Text])
- data DescribeConfigurationRecordersResponse = DescribeConfigurationRecordersResponse' {}
- newDescribeConfigurationRecordersResponse :: Int -> DescribeConfigurationRecordersResponse
- describeConfigurationRecordersResponse_configurationRecorders :: Lens' DescribeConfigurationRecordersResponse (Maybe [ConfigurationRecorder])
- describeConfigurationRecordersResponse_httpStatus :: Lens' DescribeConfigurationRecordersResponse Int
Creating a Request
data DescribeConfigurationRecorders Source #
The input for the DescribeConfigurationRecorders action.
See: newDescribeConfigurationRecorders
smart constructor.
DescribeConfigurationRecorders' | |
|
Instances
newDescribeConfigurationRecorders :: DescribeConfigurationRecorders Source #
Create a value of DescribeConfigurationRecorders
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationRecorderNames:DescribeConfigurationRecorders'
, describeConfigurationRecorders_configurationRecorderNames
- A list of configuration recorder names.
Request Lenses
describeConfigurationRecorders_configurationRecorderNames :: Lens' DescribeConfigurationRecorders (Maybe [Text]) Source #
A list of configuration recorder names.
Destructuring the Response
data DescribeConfigurationRecordersResponse Source #
The output for the DescribeConfigurationRecorders action.
See: newDescribeConfigurationRecordersResponse
smart constructor.
DescribeConfigurationRecordersResponse' | |
|
Instances
newDescribeConfigurationRecordersResponse Source #
Create a value of DescribeConfigurationRecordersResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:configurationRecorders:DescribeConfigurationRecordersResponse'
, describeConfigurationRecordersResponse_configurationRecorders
- A list that contains the descriptions of the specified configuration
recorders.
$sel:httpStatus:DescribeConfigurationRecordersResponse'
, describeConfigurationRecordersResponse_httpStatus
- The response's http status code.
Response Lenses
describeConfigurationRecordersResponse_configurationRecorders :: Lens' DescribeConfigurationRecordersResponse (Maybe [ConfigurationRecorder]) Source #
A list that contains the descriptions of the specified configuration recorders.
describeConfigurationRecordersResponse_httpStatus :: Lens' DescribeConfigurationRecordersResponse Int Source #
The response's http status code.