| 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.Route53Resolver.Types.IpAddressResponse
Description
Synopsis
- data IpAddressResponse = IpAddressResponse' {}
- newIpAddressResponse :: IpAddressResponse
- ipAddressResponse_creationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ip :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_ipId :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_modificationTime :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_status :: Lens' IpAddressResponse (Maybe IpAddressStatus)
- ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text)
- ipAddressResponse_subnetId :: 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.
Constructors
| IpAddressResponse' | |
Fields
| |
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: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: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:status:IpAddressResponse', ipAddressResponse_status - A status code that gives the current status of the request.
$sel:statusMessage:IpAddressResponse', ipAddressResponse_statusMessage - A message that provides additional information about the status of the
request.
$sel:subnetId:IpAddressResponse', ipAddressResponse_subnetId - The ID of one subnet.
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_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_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_status :: Lens' IpAddressResponse (Maybe IpAddressStatus) Source #
A status code that gives the current status of the request.
ipAddressResponse_statusMessage :: Lens' IpAddressResponse (Maybe Text) Source #
A message that provides additional information about the status of the request.
ipAddressResponse_subnetId :: Lens' IpAddressResponse (Maybe Text) Source #
The ID of one subnet.