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 |
Get information about a dedicated IP address, including the name of the dedicated IP pool that it's associated with, as well information about the automatic warm-up process for the address.
Synopsis
- data GetDedicatedIp = GetDedicatedIp' {}
- newGetDedicatedIp :: Text -> GetDedicatedIp
- getDedicatedIp_ip :: Lens' GetDedicatedIp Text
- data GetDedicatedIpResponse = GetDedicatedIpResponse' {}
- newGetDedicatedIpResponse :: Int -> GetDedicatedIpResponse
- getDedicatedIpResponse_dedicatedIp :: Lens' GetDedicatedIpResponse (Maybe DedicatedIp)
- getDedicatedIpResponse_httpStatus :: Lens' GetDedicatedIpResponse Int
Creating a Request
data GetDedicatedIp Source #
A request to obtain more information about a dedicated IP address.
See: newGetDedicatedIp
smart constructor.
Instances
Create a value of GetDedicatedIp
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:ip:GetDedicatedIp'
, getDedicatedIp_ip
- The IP address that you want to obtain more information about. The value
you specify has to be a dedicated IP address that's assocaited with
your Amazon Pinpoint account.
Request Lenses
getDedicatedIp_ip :: Lens' GetDedicatedIp Text Source #
The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.
Destructuring the Response
data GetDedicatedIpResponse Source #
Information about a dedicated IP address.
See: newGetDedicatedIpResponse
smart constructor.
GetDedicatedIpResponse' | |
|
Instances
newGetDedicatedIpResponse Source #
Create a value of GetDedicatedIpResponse
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:dedicatedIp:GetDedicatedIpResponse'
, getDedicatedIpResponse_dedicatedIp
- An object that contains information about a dedicated IP address.
$sel:httpStatus:GetDedicatedIpResponse'
, getDedicatedIpResponse_httpStatus
- The response's http status code.
Response Lenses
getDedicatedIpResponse_dedicatedIp :: Lens' GetDedicatedIpResponse (Maybe DedicatedIp) Source #
An object that contains information about a dedicated IP address.
getDedicatedIpResponse_httpStatus :: Lens' GetDedicatedIpResponse Int Source #
The response's http status code.