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 a list of all pending aggregation requests.
This operation returns paginated results.
Synopsis
- data DescribePendingAggregationRequests = DescribePendingAggregationRequests' {}
- newDescribePendingAggregationRequests :: DescribePendingAggregationRequests
- describePendingAggregationRequests_nextToken :: Lens' DescribePendingAggregationRequests (Maybe Text)
- describePendingAggregationRequests_limit :: Lens' DescribePendingAggregationRequests (Maybe Natural)
- data DescribePendingAggregationRequestsResponse = DescribePendingAggregationRequestsResponse' {}
- newDescribePendingAggregationRequestsResponse :: Int -> DescribePendingAggregationRequestsResponse
- describePendingAggregationRequestsResponse_nextToken :: Lens' DescribePendingAggregationRequestsResponse (Maybe Text)
- describePendingAggregationRequestsResponse_pendingAggregationRequests :: Lens' DescribePendingAggregationRequestsResponse (Maybe [PendingAggregationRequest])
- describePendingAggregationRequestsResponse_httpStatus :: Lens' DescribePendingAggregationRequestsResponse Int
Creating a Request
data DescribePendingAggregationRequests Source #
See: newDescribePendingAggregationRequests
smart constructor.
Instances
newDescribePendingAggregationRequests :: DescribePendingAggregationRequests Source #
Create a value of DescribePendingAggregationRequests
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:DescribePendingAggregationRequests'
, describePendingAggregationRequests_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:DescribePendingAggregationRequests'
, describePendingAggregationRequests_limit
- The maximum number of evaluation results returned on each page. The
default is maximum. If you specify 0, Config uses the default.
Request Lenses
describePendingAggregationRequests_nextToken :: 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.
describePendingAggregationRequests_limit :: Lens' DescribePendingAggregationRequests (Maybe Natural) Source #
The maximum number of evaluation results returned on each page. The default is maximum. If you specify 0, Config uses the default.
Destructuring the Response
data DescribePendingAggregationRequestsResponse Source #
See: newDescribePendingAggregationRequestsResponse
smart constructor.
DescribePendingAggregationRequestsResponse' | |
|
Instances
newDescribePendingAggregationRequestsResponse Source #
Create a value of DescribePendingAggregationRequestsResponse
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:DescribePendingAggregationRequests'
, describePendingAggregationRequestsResponse_nextToken
- The nextToken
string returned on a previous page that you use to get
the next page of results in a paginated response.
$sel:pendingAggregationRequests:DescribePendingAggregationRequestsResponse'
, describePendingAggregationRequestsResponse_pendingAggregationRequests
- Returns a PendingAggregationRequests object.
$sel:httpStatus:DescribePendingAggregationRequestsResponse'
, describePendingAggregationRequestsResponse_httpStatus
- The response's http status code.
Response Lenses
describePendingAggregationRequestsResponse_nextToken :: 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.
describePendingAggregationRequestsResponse_pendingAggregationRequests :: Lens' DescribePendingAggregationRequestsResponse (Maybe [PendingAggregationRequest]) Source #
Returns a PendingAggregationRequests object.
describePendingAggregationRequestsResponse_httpStatus :: Lens' DescribePendingAggregationRequestsResponse Int Source #
The response's http status code.