amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Description

 
Synopsis

Documentation

data NetworkInterfaceAttachmentChanges Source #

Describes an attachment change.

See: newNetworkInterfaceAttachmentChanges smart constructor.

Constructors

NetworkInterfaceAttachmentChanges' 

Fields

Instances

Instances details
ToQuery NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Generic NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Associated Types

type Rep NetworkInterfaceAttachmentChanges :: Type -> Type #

Read NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Show NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

NFData NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Eq NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

Hashable NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

type Rep NetworkInterfaceAttachmentChanges Source # 
Instance details

Defined in Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges

type Rep NetworkInterfaceAttachmentChanges = D1 ('MetaData "NetworkInterfaceAttachmentChanges" "Amazonka.EC2.Types.NetworkInterfaceAttachmentChanges" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "NetworkInterfaceAttachmentChanges'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deleteOnTermination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newNetworkInterfaceAttachmentChanges :: NetworkInterfaceAttachmentChanges Source #

Create a value of NetworkInterfaceAttachmentChanges with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attachmentId:NetworkInterfaceAttachmentChanges', networkInterfaceAttachmentChanges_attachmentId - The ID of the network interface attachment.

$sel:deleteOnTermination:NetworkInterfaceAttachmentChanges', networkInterfaceAttachmentChanges_deleteOnTermination - Indicates whether the network interface is deleted when the instance is terminated.

networkInterfaceAttachmentChanges_deleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool) Source #

Indicates whether the network interface is deleted when the instance is terminated.