Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data InstanceSnapshotInfo = InstanceSnapshotInfo' {}
- newInstanceSnapshotInfo :: InstanceSnapshotInfo
- instanceSnapshotInfo_fromBlueprintId :: Lens' InstanceSnapshotInfo (Maybe Text)
- instanceSnapshotInfo_fromBundleId :: Lens' InstanceSnapshotInfo (Maybe Text)
- instanceSnapshotInfo_fromDiskInfo :: Lens' InstanceSnapshotInfo (Maybe [DiskInfo])
Documentation
data InstanceSnapshotInfo Source #
Describes an instance snapshot.
See: newInstanceSnapshotInfo
smart constructor.
InstanceSnapshotInfo' | |
|
Instances
newInstanceSnapshotInfo :: InstanceSnapshotInfo Source #
Create a value of InstanceSnapshotInfo
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:fromBlueprintId:InstanceSnapshotInfo'
, instanceSnapshotInfo_fromBlueprintId
- The blueprint ID from which the source instance (e.g., os_debian_8_3
).
$sel:fromBundleId:InstanceSnapshotInfo'
, instanceSnapshotInfo_fromBundleId
- The bundle ID from which the source instance was created (e.g.,
micro_1_0
).
$sel:fromDiskInfo:InstanceSnapshotInfo'
, instanceSnapshotInfo_fromDiskInfo
- A list of objects describing the disks that were attached to the source
instance.
instanceSnapshotInfo_fromBlueprintId :: Lens' InstanceSnapshotInfo (Maybe Text) Source #
The blueprint ID from which the source instance (e.g., os_debian_8_3
).
instanceSnapshotInfo_fromBundleId :: Lens' InstanceSnapshotInfo (Maybe Text) Source #
The bundle ID from which the source instance was created (e.g.,
micro_1_0
).
instanceSnapshotInfo_fromDiskInfo :: Lens' InstanceSnapshotInfo (Maybe [DiskInfo]) Source #
A list of objects describing the disks that were attached to the source instance.