| 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.ListRequestedServiceQuotaChangeHistoryByQuota
Description
Retrieves the quota increase requests for the specified quota.
This operation returns paginated results.
Synopsis
- data ListRequestedServiceQuotaChangeHistoryByQuota = ListRequestedServiceQuotaChangeHistoryByQuota' {
- maxResults :: Maybe Natural
- nextToken :: Maybe Text
- status :: Maybe RequestStatus
- serviceCode :: Text
- quotaCode :: Text
- newListRequestedServiceQuotaChangeHistoryByQuota :: Text -> Text -> ListRequestedServiceQuotaChangeHistoryByQuota
- listRequestedServiceQuotaChangeHistoryByQuota_maxResults :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Natural)
- listRequestedServiceQuotaChangeHistoryByQuota_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Text)
- listRequestedServiceQuotaChangeHistoryByQuota_status :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe RequestStatus)
- 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.
Constructors
| ListRequestedServiceQuotaChangeHistoryByQuota' | |
Fields
| |
Instances
newListRequestedServiceQuotaChangeHistoryByQuota Source #
Arguments
| :: 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: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.
ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_nextToken - The token for the next page of results.
ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_status - The status value of the quota increase request.
ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_serviceCode - The service identifier.
ListRequestedServiceQuotaChangeHistoryByQuota, listRequestedServiceQuotaChangeHistoryByQuota_quotaCode - The quota identifier.
Request Lenses
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_nextToken :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe Text) Source #
The token for the next page of results.
listRequestedServiceQuotaChangeHistoryByQuota_status :: Lens' ListRequestedServiceQuotaChangeHistoryByQuota (Maybe RequestStatus) Source #
The status value of the quota increase request.
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.
Constructors
| ListRequestedServiceQuotaChangeHistoryByQuotaResponse' | |
Fields
| |
Instances
newListRequestedServiceQuotaChangeHistoryByQuotaResponse Source #
Arguments
| :: 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:
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.