Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data NetworkInterfaceAttachmentChanges = NetworkInterfaceAttachmentChanges' {}
- newNetworkInterfaceAttachmentChanges :: NetworkInterfaceAttachmentChanges
- networkInterfaceAttachmentChanges_attachmentId :: Lens' NetworkInterfaceAttachmentChanges (Maybe Text)
- networkInterfaceAttachmentChanges_deleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool)
Documentation
data NetworkInterfaceAttachmentChanges Source #
Describes an attachment change.
See: newNetworkInterfaceAttachmentChanges
smart constructor.
NetworkInterfaceAttachmentChanges' | |
|
Instances
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_attachmentId :: Lens' NetworkInterfaceAttachmentChanges (Maybe Text) Source #
The ID of the network interface attachment.
networkInterfaceAttachmentChanges_deleteOnTermination :: Lens' NetworkInterfaceAttachmentChanges (Maybe Bool) Source #
Indicates whether the network interface is deleted when the instance is terminated.