amazonka-ec2-0.3.5: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.UnassignPrivateIpAddresses

Contents

Description

Unassigns one or more secondary private IP addresses from a network interface.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-UnassignPrivateIpAddresses.html

Synopsis

Request

Request constructor

Request lenses

upiaPrivateIpAddresses :: Lens' UnassignPrivateIpAddresses [Text] Source

The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.

Response

Response constructor