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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.AttachNetworkInterface

Contents

Description

Synopsis

Request

Request constructor

Request lenses

aniDeviceIndex :: Lens' AttachNetworkInterface Int Source

The index of the device for the network interface attachment.

aniDryRun :: Lens' AttachNetworkInterface (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.

aniNetworkInterfaceId :: Lens' AttachNetworkInterface Text Source

The ID of the network interface.

Response

Response constructor

Response lenses

anirAttachmentId :: Lens' AttachNetworkInterfaceResponse (Maybe Text) Source

The ID of the network interface attachment.