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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AcceptVpcPeeringConnection

Contents

Description

Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the 'pending-acceptance' state, and you must be the owner of the peer VPC. Use the DescribeVpcPeeringConnections request to view your outstanding VPC peering connection requests.

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

Synopsis

Request

Request constructor

Request lenses

avpcVpcPeeringConnectionId :: Lens' AcceptVpcPeeringConnection (Maybe Text) Source

The ID of the VPC peering connection.

Response

Response constructor

Response lenses

avpcrVpcPeeringConnection :: Lens' AcceptVpcPeeringConnectionResponse (Maybe VpcPeeringConnection) Source

Information about the VPC peering connection.