| 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.SnapshotTaskDetail
Description
Synopsis
- data SnapshotTaskDetail = SnapshotTaskDetail' {}
- newSnapshotTaskDetail :: SnapshotTaskDetail
- snapshotTaskDetail_description :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_diskImageSize :: Lens' SnapshotTaskDetail (Maybe Double)
- snapshotTaskDetail_encrypted :: Lens' SnapshotTaskDetail (Maybe Bool)
- snapshotTaskDetail_format :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_kmsKeyId :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_progress :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_snapshotId :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_status :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_statusMessage :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_url :: Lens' SnapshotTaskDetail (Maybe Text)
- snapshotTaskDetail_userBucket :: Lens' SnapshotTaskDetail (Maybe UserBucketDetails)
Documentation
data SnapshotTaskDetail Source #
Details about the import snapshot task.
See: newSnapshotTaskDetail smart constructor.
Constructors
| SnapshotTaskDetail' | |
Fields
| |
Instances
newSnapshotTaskDetail :: SnapshotTaskDetail Source #
Create a value of SnapshotTaskDetail 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:SnapshotTaskDetail', snapshotTaskDetail_description - The description of the snapshot.
$sel:diskImageSize:SnapshotTaskDetail', snapshotTaskDetail_diskImageSize - The size of the disk in the snapshot, in GiB.
$sel:encrypted:SnapshotTaskDetail', snapshotTaskDetail_encrypted - Indicates whether the snapshot is encrypted.
$sel:format:SnapshotTaskDetail', snapshotTaskDetail_format - The format of the disk image from which the snapshot is created.
$sel:kmsKeyId:SnapshotTaskDetail', snapshotTaskDetail_kmsKeyId - The identifier for the KMS key that was used to create the encrypted
snapshot.
$sel:progress:SnapshotTaskDetail', snapshotTaskDetail_progress - The percentage of completion for the import snapshot task.
$sel:snapshotId:SnapshotTaskDetail', snapshotTaskDetail_snapshotId - The snapshot ID of the disk being imported.
$sel:status:SnapshotTaskDetail', snapshotTaskDetail_status - A brief status for the import snapshot task.
$sel:statusMessage:SnapshotTaskDetail', snapshotTaskDetail_statusMessage - A detailed status message for the import snapshot task.
$sel:url:SnapshotTaskDetail', snapshotTaskDetail_url - The URL of the disk image from which the snapshot is created.
$sel:userBucket:SnapshotTaskDetail', snapshotTaskDetail_userBucket - The Amazon S3 bucket for the disk image.
snapshotTaskDetail_description :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The description of the snapshot.
snapshotTaskDetail_diskImageSize :: Lens' SnapshotTaskDetail (Maybe Double) Source #
The size of the disk in the snapshot, in GiB.
snapshotTaskDetail_encrypted :: Lens' SnapshotTaskDetail (Maybe Bool) Source #
Indicates whether the snapshot is encrypted.
snapshotTaskDetail_format :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The format of the disk image from which the snapshot is created.
snapshotTaskDetail_kmsKeyId :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The identifier for the KMS key that was used to create the encrypted snapshot.
snapshotTaskDetail_progress :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The percentage of completion for the import snapshot task.
snapshotTaskDetail_snapshotId :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The snapshot ID of the disk being imported.
snapshotTaskDetail_status :: Lens' SnapshotTaskDetail (Maybe Text) Source #
A brief status for the import snapshot task.
snapshotTaskDetail_statusMessage :: Lens' SnapshotTaskDetail (Maybe Text) Source #
A detailed status message for the import snapshot task.
snapshotTaskDetail_url :: Lens' SnapshotTaskDetail (Maybe Text) Source #
The URL of the disk image from which the snapshot is created.
snapshotTaskDetail_userBucket :: Lens' SnapshotTaskDetail (Maybe UserBucketDetails) Source #
The Amazon S3 bucket for the disk image.