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.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.
Synopsis
- describeConfigurationAggregators :: DescribeConfigurationAggregators
- data DescribeConfigurationAggregators
- dcaNextToken :: Lens' DescribeConfigurationAggregators (Maybe Text)
- dcaLimit :: Lens' DescribeConfigurationAggregators (Maybe Natural)
- dcaConfigurationAggregatorNames :: Lens' DescribeConfigurationAggregators [Text]
- describeConfigurationAggregatorsResponse :: Int -> DescribeConfigurationAggregatorsResponse
- data DescribeConfigurationAggregatorsResponse
- dcarsNextToken :: Lens' DescribeConfigurationAggregatorsResponse (Maybe Text)
- dcarsConfigurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse [ConfigurationAggregator]
- dcarsResponseStatus :: Lens' DescribeConfigurationAggregatorsResponse Int
Creating a Request
describeConfigurationAggregators :: DescribeConfigurationAggregators Source #
Creates a value of DescribeConfigurationAggregators
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcaNextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.dcaLimit
- The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.dcaConfigurationAggregatorNames
- The name of the configuration aggregators.
data DescribeConfigurationAggregators Source #
See: describeConfigurationAggregators
smart constructor.
Instances
Request Lenses
dcaNextToken :: 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.
dcaLimit :: Lens' DescribeConfigurationAggregators (Maybe Natural) Source #
The maximum number of configuration aggregators returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
dcaConfigurationAggregatorNames :: Lens' DescribeConfigurationAggregators [Text] Source #
The name of the configuration aggregators.
Destructuring the Response
describeConfigurationAggregatorsResponse Source #
Creates a value of DescribeConfigurationAggregatorsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dcarsNextToken
- The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.dcarsConfigurationAggregators
- Returns a ConfigurationAggregators object.dcarsResponseStatus
- -- | The response status code.
data DescribeConfigurationAggregatorsResponse Source #
See: describeConfigurationAggregatorsResponse
smart constructor.
Instances
Response Lenses
dcarsNextToken :: 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.
dcarsConfigurationAggregators :: Lens' DescribeConfigurationAggregatorsResponse [ConfigurationAggregator] Source #
Returns a ConfigurationAggregators object.
dcarsResponseStatus :: Lens' DescribeConfigurationAggregatorsResponse Int Source #
- - | The response status code.