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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.EnableVpcClassicLink

Contents

Description

Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC's route tables have existing routes for address ranges within the '10.0.0.0/8' IP address range, excluding local routes for VPCs in the '10.0.0.0/16' and '10.1.0.0/16' IP address ranges. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide for Linux.

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

Synopsis

Request

Request constructor

enableVpcClassicLink Source

EnableVpcClassicLink constructor.

The fields accessible through corresponding lenses are:

Request lenses

Response

Response constructor

enableVpcClassicLinkResponse :: EnableVpcClassicLinkResponse Source

EnableVpcClassicLinkResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

evclrReturn :: Lens' EnableVpcClassicLinkResponse (Maybe Bool) Source

Returns true if the request succeeds; otherwise, it returns an error.