Safe Haskell | None |
---|---|
Language | Haskell2010 |
Attaches a virtual private gateway to a VPC. For more information, see Adding a Hardware Virtual Private Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-AttachVpnGateway.html
- data AttachVpnGateway
- attachVpnGateway :: Text -> Text -> AttachVpnGateway
- avgDryRun :: Lens' AttachVpnGateway (Maybe Bool)
- avgVpcId :: Lens' AttachVpnGateway Text
- avgVpnGatewayId :: Lens' AttachVpnGateway Text
- data AttachVpnGatewayResponse
- attachVpnGatewayResponse :: AttachVpnGatewayResponse
- avgrVpcAttachment :: Lens' AttachVpnGatewayResponse (Maybe VpcAttachment)
Request
data AttachVpnGateway Source
Request constructor
AttachVpnGateway
constructor.
The fields accessible through corresponding lenses are:
Request lenses
avgVpcId :: Lens' AttachVpnGateway Text Source
The ID of the VPC.
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
avgrVpcAttachment :: Lens' AttachVpnGatewayResponse (Maybe VpcAttachment) Source
Information about the attachment.