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 |
Retrieve information about the dedicated pool.
Synopsis
- data GetDedicatedIpPool = GetDedicatedIpPool' {}
- newGetDedicatedIpPool :: Text -> GetDedicatedIpPool
- getDedicatedIpPool_poolName :: Lens' GetDedicatedIpPool Text
- data GetDedicatedIpPoolResponse = GetDedicatedIpPoolResponse' {}
- newGetDedicatedIpPoolResponse :: Int -> GetDedicatedIpPoolResponse
- getDedicatedIpPoolResponse_dedicatedIpPool :: Lens' GetDedicatedIpPoolResponse (Maybe DedicatedIpPool)
- getDedicatedIpPoolResponse_httpStatus :: Lens' GetDedicatedIpPoolResponse Int
Creating a Request
data GetDedicatedIpPool Source #
A request to obtain more information about a dedicated IP pool.
See: newGetDedicatedIpPool
smart constructor.
Instances
newGetDedicatedIpPool Source #
Create a value of GetDedicatedIpPool
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:
GetDedicatedIpPool
, getDedicatedIpPool_poolName
- The name of the dedicated IP pool to retrieve.
Request Lenses
getDedicatedIpPool_poolName :: Lens' GetDedicatedIpPool Text Source #
The name of the dedicated IP pool to retrieve.
Destructuring the Response
data GetDedicatedIpPoolResponse Source #
The following element is returned by the service.
See: newGetDedicatedIpPoolResponse
smart constructor.
GetDedicatedIpPoolResponse' | |
|
Instances
newGetDedicatedIpPoolResponse Source #
Create a value of GetDedicatedIpPoolResponse
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:dedicatedIpPool:GetDedicatedIpPoolResponse'
, getDedicatedIpPoolResponse_dedicatedIpPool
- An object that contains information about a dedicated IP pool.
$sel:httpStatus:GetDedicatedIpPoolResponse'
, getDedicatedIpPoolResponse_httpStatus
- The response's http status code.
Response Lenses
getDedicatedIpPoolResponse_dedicatedIpPool :: Lens' GetDedicatedIpPoolResponse (Maybe DedicatedIpPool) Source #
An object that contains information about a dedicated IP pool.
getDedicatedIpPoolResponse_httpStatus :: Lens' GetDedicatedIpPoolResponse Int Source #
The response's http status code.