| 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.GetRequestedServiceQuotaChange
Description
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.
Constructors
| GetRequestedServiceQuotaChange' | |
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.
Constructors
| GetRequestedServiceQuotaChangeResponse' | |
Fields
| |
Instances
newGetRequestedServiceQuotaChangeResponse Source #
Arguments
| :: Int | |
| -> GetRequestedServiceQuotaChangeResponse |
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.