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 quota.
This operation returns paginated results.
Synopsis
- data ListRequestedServiceQuotaChangeHistoryByQuota = ListRequestedServiceQuotaChangeHistoryByQuota' {
- status :: Maybe RequestStatus
- nextToken :: Maybe Text
- maxResults :: Maybe Natural
- serviceCode :: Text
- quotaCode :: Text
- newListRequestedServiceQuotaChangeHistoryByQuota :: Text -> Text -> ListRequestedServiceQuotaChangeHistoryByQuota
- listRequestedServiceQuotaChangeHistoryByQuota_status :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe RequestStatus)
- listRequestedServiceQuotaChangeHistoryByQuota_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Text)
- listRequestedServiceQuotaChangeHistoryByQuota_maxResults :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Natural)
- listRequestedServiceQuotaChangeHistoryByQuota_serviceCode :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota Text
- listRequestedServiceQuotaChangeHistoryByQuota_quotaCode :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota Text
- data ListRequestedServiceQuotaChangeHistoryByQuotaResponse = ListRequestedServiceQuotaChangeHistoryByQuotaResponse' {}
- newListRequestedServiceQuotaChangeHistoryByQuotaResponse :: Int -> ListRequestedServiceQuotaChangeHistoryByQuotaResponse
- listRequestedServiceQuotaChangeHistoryByQuotaResponse_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse (Maybe Text)
- listRequestedServiceQuotaChangeHistoryByQuotaResponse_requestedQuotas :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse (Maybe [RequestedServiceQuotaChange])
- listRequestedServiceQuotaChangeHistoryByQuotaResponse_httpStatus :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse Int
Creating a Request
data ListRequestedServiceQuotaChangeHistoryByQuota Source #
See: newListRequestedServiceQuotaChangeHistoryByQuota
smart constructor.
ListRequestedServiceQuotaChangeHistoryByQuota' | |
|
Instances
newListRequestedServiceQuotaChangeHistoryByQuota Source #
:: Text |
|
-> Text |
|
-> ListRequestedServiceQuotaChangeHistoryByQuota |
Create a value of ListRequestedServiceQuotaChangeHistoryByQuota
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:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_status
- The status value of the quota increase request.
$sel:nextToken:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_nextToken
- The token for the next page of results.
$sel:maxResults:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_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.
$sel:serviceCode:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_serviceCode
- The service identifier.
$sel:quotaCode:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuota_quotaCode
- The quota identifier.
Request Lenses
listRequestedServiceQuotaChangeHistoryByQuota_status :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe RequestStatus) Source #
The status value of the quota increase request.
listRequestedServiceQuotaChangeHistoryByQuota_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Text) Source #
The token for the next page of results.
listRequestedServiceQuotaChangeHistoryByQuota_maxResults :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (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.
listRequestedServiceQuotaChangeHistoryByQuota_serviceCode :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota Text Source #
The service identifier.
listRequestedServiceQuotaChangeHistoryByQuota_quotaCode :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota Text Source #
The quota identifier.
Destructuring the Response
data ListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #
See: newListRequestedServiceQuotaChangeHistoryByQuotaResponse
smart constructor.
ListRequestedServiceQuotaChangeHistoryByQuotaResponse' | |
|
Instances
newListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #
:: Int |
|
-> ListRequestedServiceQuotaChangeHistoryByQuotaResponse |
Create a value of ListRequestedServiceQuotaChangeHistoryByQuotaResponse
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:ListRequestedServiceQuotaChangeHistoryByQuota'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_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:ListRequestedServiceQuotaChangeHistoryByQuotaResponse'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_requestedQuotas
- Information about the quota increase requests.
$sel:httpStatus:ListRequestedServiceQuotaChangeHistoryByQuotaResponse'
, listRequestedServiceQuotaChangeHistoryByQuotaResponse_httpStatus
- The response's http status code.
Response Lenses
listRequestedServiceQuotaChangeHistoryByQuotaResponse_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse (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.
listRequestedServiceQuotaChangeHistoryByQuotaResponse_requestedQuotas :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse (Maybe [RequestedServiceQuotaChange]) Source #
Information about the quota increase requests.
listRequestedServiceQuotaChangeHistoryByQuotaResponse_httpStatus :: Lens' ListRequestedServiceQuotaChangeHistoryByQuotaResponse Int Source #
The response's http status code.