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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.UnassignPrivateIPAddresses

Contents

Description

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

See: AWS API Reference for UnassignPrivateIPAddresses.

Synopsis

Creating a Request

unassignPrivateIPAddresses Source

Creates a value of UnassignPrivateIPAddresses with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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.

Destructuring the Response

unassignPrivateIPAddressesResponse :: UnassignPrivateIPAddressesResponse Source

Creates a value of UnassignPrivateIPAddressesResponse with the minimum fields required to make a request.