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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DisableVpcClassicLink

Contents

Description

Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.

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

Synopsis

Request

Request constructor

disableVpcClassicLink Source

DisableVpcClassicLink constructor.

The fields accessible through corresponding lenses are:

Request lenses

dvcl1DryRun :: Lens' DisableVpcClassicLink (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.

Response

Response constructor

disableVpcClassicLinkResponse :: DisableVpcClassicLinkResponse Source

DisableVpcClassicLinkResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dvclrReturn :: Lens' DisableVpcClassicLinkResponse (Maybe Bool) Source

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