| 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 |
Amazonka.EC2.Types.SnapshotInfo
Description
Synopsis
- data SnapshotInfo = SnapshotInfo' {}
- newSnapshotInfo :: SnapshotInfo
- snapshotInfo_description :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_encrypted :: Lens' SnapshotInfo (Maybe Bool)
- snapshotInfo_outpostArn :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_ownerId :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_progress :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_snapshotId :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_startTime :: Lens' SnapshotInfo (Maybe UTCTime)
- snapshotInfo_state :: Lens' SnapshotInfo (Maybe SnapshotState)
- snapshotInfo_tags :: Lens' SnapshotInfo (Maybe [Tag])
- snapshotInfo_volumeId :: Lens' SnapshotInfo (Maybe Text)
- snapshotInfo_volumeSize :: Lens' SnapshotInfo (Maybe Int)
Documentation
data SnapshotInfo Source #
Information about a snapshot.
See: newSnapshotInfo smart constructor.
Constructors
| SnapshotInfo' | |
Fields
| |
Instances
newSnapshotInfo :: SnapshotInfo Source #
Create a value of SnapshotInfo 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:description:SnapshotInfo', snapshotInfo_description - Description specified by the CreateSnapshotRequest that has been applied
to all snapshots.
$sel:encrypted:SnapshotInfo', snapshotInfo_encrypted - Indicates whether the snapshot is encrypted.
$sel:outpostArn:SnapshotInfo', snapshotInfo_outpostArn - The ARN of the Outpost on which the snapshot is stored. For more
information, see
Amazon EBS local snapshots on Outposts
in the Amazon Elastic Compute Cloud User Guide.
$sel:ownerId:SnapshotInfo', snapshotInfo_ownerId - Account id used when creating this snapshot.
$sel:progress:SnapshotInfo', snapshotInfo_progress - Progress this snapshot has made towards completing.
$sel:snapshotId:SnapshotInfo', snapshotInfo_snapshotId - Snapshot id that can be used to describe this snapshot.
$sel:startTime:SnapshotInfo', snapshotInfo_startTime - Time this snapshot was started. This is the same for all snapshots
initiated by the same request.
$sel:state:SnapshotInfo', snapshotInfo_state - Current state of the snapshot.
$sel:tags:SnapshotInfo', snapshotInfo_tags - Tags associated with this snapshot.
$sel:volumeId:SnapshotInfo', snapshotInfo_volumeId - Source volume from which this snapshot was created.
$sel:volumeSize:SnapshotInfo', snapshotInfo_volumeSize - Size of the volume from which this snapshot was created.
snapshotInfo_description :: Lens' SnapshotInfo (Maybe Text) Source #
Description specified by the CreateSnapshotRequest that has been applied to all snapshots.
snapshotInfo_encrypted :: Lens' SnapshotInfo (Maybe Bool) Source #
Indicates whether the snapshot is encrypted.
snapshotInfo_outpostArn :: Lens' SnapshotInfo (Maybe Text) Source #
The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
snapshotInfo_ownerId :: Lens' SnapshotInfo (Maybe Text) Source #
Account id used when creating this snapshot.
snapshotInfo_progress :: Lens' SnapshotInfo (Maybe Text) Source #
Progress this snapshot has made towards completing.
snapshotInfo_snapshotId :: Lens' SnapshotInfo (Maybe Text) Source #
Snapshot id that can be used to describe this snapshot.
snapshotInfo_startTime :: Lens' SnapshotInfo (Maybe UTCTime) Source #
Time this snapshot was started. This is the same for all snapshots initiated by the same request.
snapshotInfo_state :: Lens' SnapshotInfo (Maybe SnapshotState) Source #
Current state of the snapshot.
snapshotInfo_tags :: Lens' SnapshotInfo (Maybe [Tag]) Source #
Tags associated with this snapshot.
snapshotInfo_volumeId :: Lens' SnapshotInfo (Maybe Text) Source #
Source volume from which this snapshot was created.
snapshotInfo_volumeSize :: Lens' SnapshotInfo (Maybe Int) Source #
Size of the volume from which this snapshot was created.