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 |
Synopsis
- data IpAddressResponse = IpAddressResponse' {}
- newIpAddressResponse :: IpAddressResponse
- ipAddressResponse_creationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_status :: Lens' IpAddressResponse (Maybe IpAddressStatus)
- ipAddressResponse_modificationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_subnetId :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ipId :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text)
Documentation
data IpAddressResponse Source #
In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.
See: newIpAddressResponse
smart constructor.
IpAddressResponse' | |
|
Instances
newIpAddressResponse :: IpAddressResponse Source #
Create a value of IpAddressResponse
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:creationTime:IpAddressResponse'
, ipAddressResponse_creationTime
- The date and time that the IP address was created, in Unix time format
and Coordinated Universal Time (UTC).
$sel:status:IpAddressResponse'
, ipAddressResponse_status
- A status code that gives the current status of the request.
$sel:modificationTime:IpAddressResponse'
, ipAddressResponse_modificationTime
- The date and time that the IP address was last modified, in Unix time
format and Coordinated Universal Time (UTC).
$sel:subnetId:IpAddressResponse'
, ipAddressResponse_subnetId
- The ID of one subnet.
$sel:ip:IpAddressResponse'
, ipAddressResponse_ip
- One IP address that the Resolver endpoint uses for DNS queries.
$sel:ipId:IpAddressResponse'
, ipAddressResponse_ipId
- The ID of one IP address.
$sel:statusMessage:IpAddressResponse'
, ipAddressResponse_statusMessage
- A message that provides additional information about the status of the
request.
ipAddressResponse_creationTime :: Lens' IpAddressResponse (Maybe Text) Source #
The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).
ipAddressResponse_status :: Lens' IpAddressResponse (Maybe IpAddressStatus) Source #
A status code that gives the current status of the request.
ipAddressResponse_modificationTime :: Lens' IpAddressResponse (Maybe Text) Source #
The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).
ipAddressResponse_subnetId :: Lens' IpAddressResponse (Maybe Text) Source #
The ID of one subnet.
ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text) Source #
One IP address that the Resolver endpoint uses for DNS queries.
ipAddressResponse_ipId :: Lens' IpAddressResponse (Maybe Text) Source #
The ID of one IP address.
ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text) Source #
A message that provides additional information about the status of the request.