| 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.DescribePendingAggregationRequests
Description
Returns a list of all pending aggregation requests.
This operation returns paginated results.
Synopsis
- data DescribePendingAggregationRequests = DescribePendingAggregationRequests' {}
- newDescribePendingAggregationRequests :: DescribePendingAggregationRequests
- describePendingAggregationRequests_limit :: Lens' DescribePendingAggregationRequests (Maybe Natural)
- describePendingAggregationRequests_nextToken :: Lens' DescribePendingAggregationRequests (Maybe Text)
- 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.
Constructors
| DescribePendingAggregationRequests' | |
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: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.
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.
Request Lenses
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.
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.
Destructuring the Response
data DescribePendingAggregationRequestsResponse Source #
See: newDescribePendingAggregationRequestsResponse smart constructor.
Constructors
| DescribePendingAggregationRequestsResponse' | |
Fields
| |
Instances
newDescribePendingAggregationRequestsResponse Source #
Arguments
| :: Int | |
| -> DescribePendingAggregationRequestsResponse |
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:
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.