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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeMovingAddresses

Contents

Description

Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account.

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

Synopsis

Request

Request constructor

Request lenses

dmaDryRun :: Lens' DescribeMovingAddresses (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

dmaFilters :: Lens' DescribeMovingAddresses [Filter] Source

One or more filters.

'moving-status' - The status of the Elastic IP address (MovingToVpc | RestoringToClassic).

dmaMaxResults :: Lens' DescribeMovingAddresses (Maybe Int) Source

The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned NextToken value. This value can be between 5 and 1000; if MaxResults is given a value outside of this range, an error is returned.

Default: If no value is provided, the default is 1000.

dmaNextToken :: Lens' DescribeMovingAddresses (Maybe Text) Source

The token to use to retrieve the next page of results.

dmaPublicIps :: Lens' DescribeMovingAddresses [Text] Source

One or more Elastic IP addresses.

Response

Response constructor

Response lenses

dmarNextToken :: Lens' DescribeMovingAddressesResponse (Maybe Text) Source

The token to use to retrieve the next page of results. This value is null when there are no more results to return.