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 |
Retrieves the quota increase requests for the specified service.
This operation returns paginated results.
Synopsis
- data ListRequestedServiceQuotaChangeHistory = ListRequestedServiceQuotaChangeHistory' {}
- newListRequestedServiceQuotaChangeHistory :: ListRequestedServiceQuotaChangeHistory
- listRequestedServiceQuotaChangeHistory_status :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe RequestStatus)
- listRequestedServiceQuotaChangeHistory_nextToken :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text)
- listRequestedServiceQuotaChangeHistory_serviceCode :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Text)
- listRequestedServiceQuotaChangeHistory_maxResults :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe Natural)
- 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.
ListRequestedServiceQuotaChangeHistory' | |
|
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:status:ListRequestedServiceQuotaChangeHistory'
, listRequestedServiceQuotaChangeHistory_status
- The status of the quota increase request.
$sel:nextToken:ListRequestedServiceQuotaChangeHistory'
, listRequestedServiceQuotaChangeHistory_nextToken
- The token for the next page of results.
$sel:serviceCode:ListRequestedServiceQuotaChangeHistory'
, listRequestedServiceQuotaChangeHistory_serviceCode
- The service identifier.
$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.
Request Lenses
listRequestedServiceQuotaChangeHistory_status :: Lens' ListRequestedServiceQuotaChangeHistory (Maybe RequestStatus) Source #
The status of the quota increase request.
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_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.
Destructuring the Response
data ListRequestedServiceQuotaChangeHistoryResponse Source #
See: newListRequestedServiceQuotaChangeHistoryResponse
smart constructor.
ListRequestedServiceQuotaChangeHistoryResponse' | |
|
Instances
newListRequestedServiceQuotaChangeHistoryResponse Source #
:: 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:
$sel:nextToken: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.