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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AttachVpnGateway

Contents

Description

Attaches a virtual private gateway to a VPC. For more information, see Addinga Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual PrivateCloud User Guide.

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

Synopsis

Request

Request constructor

attachVpnGateway Source

AttachVpnGateway constructor.

The fields accessible through corresponding lenses are:

Request lenses

avgDryRun :: Lens' AttachVpnGateway (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.

avgVpnGatewayId :: Lens' AttachVpnGateway Text Source

The ID of the virtual private gateway.

Response

Response constructor

attachVpnGatewayResponse :: AttachVpnGatewayResponse Source

AttachVpnGatewayResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses