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 information about the specified quota increase request.
Synopsis
- data GetRequestedServiceQuotaChange = GetRequestedServiceQuotaChange' {}
- newGetRequestedServiceQuotaChange :: Text -> GetRequestedServiceQuotaChange
- getRequestedServiceQuotaChange_requestId :: Lens' GetRequestedServiceQuotaChange Text
- data GetRequestedServiceQuotaChangeResponse = GetRequestedServiceQuotaChangeResponse' {}
- newGetRequestedServiceQuotaChangeResponse :: Int -> GetRequestedServiceQuotaChangeResponse
- getRequestedServiceQuotaChangeResponse_requestedQuota :: Lens' GetRequestedServiceQuotaChangeResponse (Maybe RequestedServiceQuotaChange)
- getRequestedServiceQuotaChangeResponse_httpStatus :: Lens' GetRequestedServiceQuotaChangeResponse Int
Creating a Request
data GetRequestedServiceQuotaChange Source #
See: newGetRequestedServiceQuotaChange
smart constructor.
Instances
newGetRequestedServiceQuotaChange Source #
Create a value of GetRequestedServiceQuotaChange
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:requestId:GetRequestedServiceQuotaChange'
, getRequestedServiceQuotaChange_requestId
- The ID of the quota increase request.
Request Lenses
getRequestedServiceQuotaChange_requestId :: Lens' GetRequestedServiceQuotaChange Text Source #
The ID of the quota increase request.
Destructuring the Response
data GetRequestedServiceQuotaChangeResponse Source #
See: newGetRequestedServiceQuotaChangeResponse
smart constructor.
GetRequestedServiceQuotaChangeResponse' | |
|
Instances
newGetRequestedServiceQuotaChangeResponse Source #
Create a value of GetRequestedServiceQuotaChangeResponse
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:requestedQuota:GetRequestedServiceQuotaChangeResponse'
, getRequestedServiceQuotaChangeResponse_requestedQuota
- Information about the quota increase request.
$sel:httpStatus:GetRequestedServiceQuotaChangeResponse'
, getRequestedServiceQuotaChangeResponse_httpStatus
- The response's http status code.
Response Lenses
getRequestedServiceQuotaChangeResponse_requestedQuota :: Lens' GetRequestedServiceQuotaChangeResponse (Maybe RequestedServiceQuotaChange) Source #
Information about the quota increase request.
getRequestedServiceQuotaChangeResponse_httpStatus :: Lens' GetRequestedServiceQuotaChangeResponse Int Source #
The response's http status code.