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 VolumeAttachment = VolumeAttachment' {}
- newVolumeAttachment :: VolumeAttachment
- volumeAttachment_attachTime :: Lens' VolumeAttachment (Maybe UTCTime)
- volumeAttachment_deleteOnTermination :: Lens' VolumeAttachment (Maybe Bool)
- volumeAttachment_device :: Lens' VolumeAttachment (Maybe Text)
- volumeAttachment_instanceId :: Lens' VolumeAttachment (Maybe Text)
- volumeAttachment_state :: Lens' VolumeAttachment (Maybe VolumeAttachmentState)
- volumeAttachment_volumeId :: Lens' VolumeAttachment (Maybe Text)
Documentation
data VolumeAttachment Source #
Describes volume attachment details.
See: newVolumeAttachment
smart constructor.
VolumeAttachment' | |
|
Instances
newVolumeAttachment :: VolumeAttachment Source #
Create a value of VolumeAttachment
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:attachTime:VolumeAttachment'
, volumeAttachment_attachTime
- The time stamp when the attachment initiated.
$sel:deleteOnTermination:VolumeAttachment'
, volumeAttachment_deleteOnTermination
- Indicates whether the EBS volume is deleted on instance termination.
$sel:device:VolumeAttachment'
, volumeAttachment_device
- The device name.
$sel:instanceId:VolumeAttachment'
, volumeAttachment_instanceId
- The ID of the instance.
$sel:state:VolumeAttachment'
, volumeAttachment_state
- The attachment state of the volume.
$sel:volumeId:VolumeAttachment'
, volumeAttachment_volumeId
- The ID of the volume.
volumeAttachment_attachTime :: Lens' VolumeAttachment (Maybe UTCTime) Source #
The time stamp when the attachment initiated.
volumeAttachment_deleteOnTermination :: Lens' VolumeAttachment (Maybe Bool) Source #
Indicates whether the EBS volume is deleted on instance termination.
volumeAttachment_device :: Lens' VolumeAttachment (Maybe Text) Source #
The device name.
volumeAttachment_instanceId :: Lens' VolumeAttachment (Maybe Text) Source #
The ID of the instance.
volumeAttachment_state :: Lens' VolumeAttachment (Maybe VolumeAttachmentState) Source #
The attachment state of the volume.
volumeAttachment_volumeId :: Lens' VolumeAttachment (Maybe Text) Source #
The ID of the volume.