| 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.DescribePendingAggregationRequests
Description
Returns a list of all pending aggregation requests.
- describePendingAggregationRequests :: DescribePendingAggregationRequests
- data DescribePendingAggregationRequests
- dparNextToken :: Lens' DescribePendingAggregationRequests (Maybe Text)
- dparLimit :: Lens' DescribePendingAggregationRequests (Maybe Natural)
- describePendingAggregationRequestsResponse :: Int -> DescribePendingAggregationRequestsResponse
- data DescribePendingAggregationRequestsResponse
- dparrsNextToken :: Lens' DescribePendingAggregationRequestsResponse (Maybe Text)
- dparrsPendingAggregationRequests :: Lens' DescribePendingAggregationRequestsResponse [PendingAggregationRequest]
- dparrsResponseStatus :: Lens' DescribePendingAggregationRequestsResponse Int
Creating a Request
describePendingAggregationRequests :: DescribePendingAggregationRequests Source #
Creates a value of DescribePendingAggregationRequests with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dparNextToken- The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.dparLimit- The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
data DescribePendingAggregationRequests Source #
See: describePendingAggregationRequests smart constructor.
Instances
Request Lenses
dparNextToken :: Lens' DescribePendingAggregationRequests (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.
dparLimit :: Lens' DescribePendingAggregationRequests (Maybe Natural) Source #
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, AWS Config uses the default.
Destructuring the Response
describePendingAggregationRequestsResponse Source #
Creates a value of DescribePendingAggregationRequestsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dparrsNextToken- The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.dparrsPendingAggregationRequests- Returns a PendingAggregationRequests object.dparrsResponseStatus- -- | The response status code.
data DescribePendingAggregationRequestsResponse Source #
See: describePendingAggregationRequestsResponse smart constructor.
Instances
Response Lenses
dparrsNextToken :: Lens' DescribePendingAggregationRequestsResponse (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.
dparrsPendingAggregationRequests :: Lens' DescribePendingAggregationRequestsResponse [PendingAggregationRequest] Source #
Returns a PendingAggregationRequests object.
dparrsResponseStatus :: Lens' DescribePendingAggregationRequestsResponse Int Source #
- - | The response status code.