| 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.ServiceQuotas.ListRequestedServiceQuotaChangeHistory
Description
Retrieves the quota increase requests for the specified service.
This operation returns paginated results.
Synopsis
- data ListRequestedServiceQuotaChangeHistory = ListRequestedServiceQuotaChangeHistory' {}
- newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory
- listRequestedServiceQuotaChangeHistory_maxResults :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Natural)
- listRequestedServiceQuotaChangeHistory_nextToken :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text)
- listRequestedServiceQuotaChangeHistory_serviceCode :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text)
- listRequestedServiceQuotaChangeHistory_status :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe RequestStatus)
- data ListRequestedServiceQuotaChangeHistoryResponse = ListRequestedServiceQuotaChangeHistoryResponse' {}
- newListRequestedServiceQuotaChangeHistoryResponse :: Int -> ListRequestedServiceQuotaChangeHistoryResponse
- listRequestedServiceQuotaChangeHistoryResponse_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryResponse (Maybe Text)
- listRequestedServiceQuotaChangeHistoryResponse_requestedQuotas :: Lens' ListRequestedServiceQuotaChangeHistoryResponse (Maybe [RequestedServiceQuotaChange])
- listRequestedServiceQuotaChangeHistoryResponse_httpStatus :: Lens' ListRequestedServiceQuotaChangeHistoryResponse Int
Creating a Request
data ListRequestedServiceQuotaChangeHistory Source #
See: newListRequestedServiceQuotaChangeHistory smart constructor.
Constructors
| ListRequestedServiceQuotaChangeHistory' | |
Fields
| |
Instances
newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory Source #
Create a value of ListRequestedServiceQuotaChangeHistory 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:maxResults:ListRequestedServiceQuotaChangeHistory', listRequestedServiceQuotaChangeHistory_maxResults - The maximum number of results to return with a single call. To retrieve
the remaining results, if any, make another call with the token returned
from this call.
ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_nextToken - The token for the next page of results.
ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_serviceCode - The service identifier.
ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistory_status - The status of the quota increase request.
Request Lenses
listRequestedServiceQuotaChangeHistory_maxResults :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Natural) Source #
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
listRequestedServiceQuotaChangeHistory_nextToken :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text) Source #
The token for the next page of results.
listRequestedServiceQuotaChangeHistory_serviceCode :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text) Source #
The service identifier.
listRequestedServiceQuotaChangeHistory_status :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe RequestStatus) Source #
The status of the quota increase request.
Destructuring the Response
data ListRequestedServiceQuotaChangeHistoryResponse Source #
See: newListRequestedServiceQuotaChangeHistoryResponse smart constructor.
Constructors
| ListRequestedServiceQuotaChangeHistoryResponse' | |
Fields
| |
Instances
newListRequestedServiceQuotaChangeHistoryResponse Source #
Arguments
| :: Int |
|
| -> ListRequestedServiceQuotaChangeHistoryResponse |
Create a value of ListRequestedServiceQuotaChangeHistoryResponse 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:
ListRequestedServiceQuotaChangeHistory, listRequestedServiceQuotaChangeHistoryResponse_nextToken - The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
$sel:requestedQuotas:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_requestedQuotas - Information about the quota increase requests.
$sel:httpStatus:ListRequestedServiceQuotaChangeHistoryResponse', listRequestedServiceQuotaChangeHistoryResponse_httpStatus - The response's http status code.
Response Lenses
listRequestedServiceQuotaChangeHistoryResponse_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryResponse (Maybe Text) Source #
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
listRequestedServiceQuotaChangeHistoryResponse_requestedQuotas :: Lens' ListRequestedServiceQuotaChangeHistoryResponse (Maybe [RequestedServiceQuotaChange]) Source #
Information about the quota increase requests.
listRequestedServiceQuotaChangeHistoryResponse_httpStatus :: Lens' ListRequestedServiceQuotaChangeHistoryResponse Int Source #
The response's http status code.