amazonka-ec2-0.3.2: 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

dniAttachmentId :: Lens' DetachNetworkInterface Text Source

The ID of the attachment.

dniForce :: Lens' DetachNetworkInterface (Maybe Bool) Source

Specifies whether to force a detachment.

Response

Response constructor