| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.DescribeConfigurationAggregators
Description
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_configurationAggregatorNames :: Lens' DescribeConfigurationAggregators (Maybe [Text])
- describeConfigurationAggregators_limit :: Lens' DescribeConfigurationAggregators (Maybe Natural)
- describeConfigurationAggregators_nextToken :: Lens' DescribeConfigurationAggregators (Maybe Text)
- data DescribeConfigurationAggregatorsResponse = DescribeConfigurationAggregatorsResponse' {}
- newDescribeConfigurationAggregatorsResponse :: Int -> DescribeConfigurationAggregatorsResponse
- describeConfigurationAggregatorsResponse_configurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse (Maybe [ConfigurationAggregator])
- describeConfigurationAggregatorsResponse_nextToken :: Lens' DescribeConfigurationAggregatorsResponse (Maybe Text)
- describeConfigurationAggregatorsResponse_httpStatus :: Lens' DescribeConfigurationAggregatorsResponse Int
Creating a Request
data DescribeConfigurationAggregators Source #
See: newDescribeConfigurationAggregators smart constructor.
Constructors
| DescribeConfigurationAggregators' | |
Fields
| |
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:configurationAggregatorNames:DescribeConfigurationAggregators', describeConfigurationAggregators_configurationAggregatorNames - The name of the configuration aggregators.
$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.
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.
Request Lenses
describeConfigurationAggregators_configurationAggregatorNames :: Lens' DescribeConfigurationAggregators (Maybe [Text]) Source #
The name of the configuration aggregators.
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_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.
Destructuring the Response
data DescribeConfigurationAggregatorsResponse Source #
See: newDescribeConfigurationAggregatorsResponse smart constructor.
Constructors
| DescribeConfigurationAggregatorsResponse' | |
Fields
| |
Instances
newDescribeConfigurationAggregatorsResponse Source #
Arguments
| :: Int | |
| -> DescribeConfigurationAggregatorsResponse |
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:configurationAggregators:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_configurationAggregators - Returns a ConfigurationAggregators object.
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:httpStatus:DescribeConfigurationAggregatorsResponse', describeConfigurationAggregatorsResponse_httpStatus - The response's http status code.
Response Lenses
describeConfigurationAggregatorsResponse_configurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse (Maybe [ConfigurationAggregator]) Source #
Returns a ConfigurationAggregators object.
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_httpStatus :: Lens' DescribeConfigurationAggregatorsResponse Int Source #
The response's http status code.