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 |
Documentation
data IpAddressUpdate Source #
In an UpdateResolverEndpoint request, information about an IP address to update.
See: newIpAddressUpdate
smart constructor.
IpAddressUpdate' | |
|
Instances
newIpAddressUpdate :: IpAddressUpdate Source #
Create a value of IpAddressUpdate
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:IpAddressUpdate'
, ipAddressUpdate_ip
- The new IP address.
$sel:ipId:IpAddressUpdate'
, ipAddressUpdate_ipId
- Only when removing an IP address from a Resolver endpoint: The ID of
the IP address that you want to remove. To get this ID, use
GetResolverEndpoint.
$sel:subnetId:IpAddressUpdate'
, ipAddressUpdate_subnetId
- The ID of the subnet that includes the IP address that you want to
update. To get this ID, use
GetResolverEndpoint.
ipAddressUpdate_ip :: Lens' IpAddressUpdate (Maybe Text) Source #
The new IP address.
ipAddressUpdate_ipId :: Lens' IpAddressUpdate (Maybe Text) Source #
Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
ipAddressUpdate_subnetId :: Lens' IpAddressUpdate (Maybe Text) Source #
The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.