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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DetachNetworkInterface

Contents

Description

Synopsis

Request

Request constructor

detachNetworkInterface Source

DetachNetworkInterface constructor.

The fields accessible through corresponding lenses are:

Request lenses

dniDryRun :: Lens' DetachNetworkInterface (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.

dniForce :: Lens' DetachNetworkInterface (Maybe Bool) Source

Specifies whether to force a detachment.

Response

Response constructor