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 of one or more configuration aggregators. If the configuration aggregator is not specified, this action returns the details for all the configuration aggregators associated with the account.
This operation returns paginated results.
Synopsis
- data DescribeConfigurationAggregators = DescribeConfigurationAggregators' {}
- newDescribeConfigurationAggregators :: DescribeConfigurationAggregators
- describeConfigurationAggregators_nextToken :: Lens' DescribeConfigurationAggregators (Maybe Text)
- describeConfigurationAggregators_limit :: Lens' DescribeConfigurationAggregators (Maybe Natural)
- describeConfigurationAggregators_configurationAggregatorNames :: Lens' DescribeConfigurationAggregators (Maybe [Text])
- data DescribeConfigurationAggregatorsResponse = DescribeConfigurationAggregatorsResponse' {}
- newDescribeConfigurationAggregatorsResponse :: Int -> DescribeConfigurationAggregatorsResponse
- describeConfigurationAggregatorsResponse_nextToken :: Lens' DescribeConfigurationAggregatorsResponse (Maybe Text)
- describeConfigurationAggregatorsResponse_configurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse (Maybe [ConfigurationAggregator])
- describeConfigurationAggregatorsResponse_httpStatus :: Lens' DescribeConfigurationAggregatorsResponse Int
Creating a Request
data DescribeConfigurationAggregators Source #
See: newDescribeConfigurationAggregators
smart constructor.
DescribeConfigurationAggregators' | |
|
Instances
newDescribeConfigurationAggregators :: DescribeConfigurationAggregators Source #
Create a value of DescribeConfigurationAggregators
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:nextToken:DescribeConfigurationAggregators'
, describeConfigurationAggregators_nextToken
- The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
$sel:limit:DescribeConfigurationAggregators'
, describeConfigurationAggregators_limit
- The maximum number of configuration aggregators returned on each page.
The default is maximum. If you specify 0, Config uses the default.
$sel:configurationAggregatorNames:DescribeConfigurationAggregators'
, describeConfigurationAggregators_configurationAggregatorNames
- The name of the configuration aggregators.
Request Lenses
describeConfigurationAggregators_nextToken :: Lens' DescribeConfigurationAggregators (Maybe Text) Source #
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
describeConfigurationAggregators_limit :: Lens' DescribeConfigurationAggregators (Maybe Natural) Source #
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, Config uses the default.
describeConfigurationAggregators_configurationAggregatorNames :: Lens' DescribeConfigurationAggregators (Maybe [Text]) Source #
The name of the configuration aggregators.
Destructuring the Response
data DescribeConfigurationAggregatorsResponse Source #
See: newDescribeConfigurationAggregatorsResponse
smart constructor.
DescribeConfigurationAggregatorsResponse' | |
|
Instances
newDescribeConfigurationAggregatorsResponse Source #
Create a value of DescribeConfigurationAggregatorsResponse
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:nextToken:DescribeConfigurationAggregators'
, describeConfigurationAggregatorsResponse_nextToken
- The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
$sel:configurationAggregators:DescribeConfigurationAggregatorsResponse'
, describeConfigurationAggregatorsResponse_configurationAggregators
- Returns a ConfigurationAggregators object.
$sel:httpStatus:DescribeConfigurationAggregatorsResponse'
, describeConfigurationAggregatorsResponse_httpStatus
- The response's http status code.
Response Lenses
describeConfigurationAggregatorsResponse_nextToken :: Lens' DescribeConfigurationAggregatorsResponse (Maybe Text) Source #
The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
describeConfigurationAggregatorsResponse_configurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse (Maybe [ConfigurationAggregator]) Source #
Returns a ConfigurationAggregators object.
describeConfigurationAggregatorsResponse_httpStatus :: Lens' DescribeConfigurationAggregatorsResponse Int Source #
The response's http status code.