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 AutoSnapshotDetails = AutoSnapshotDetails' {}
- newAutoSnapshotDetails :: AutoSnapshotDetails
- autoSnapshotDetails_status :: Lens' AutoSnapshotDetails (Maybe AutoSnapshotStatus)
- autoSnapshotDetails_fromAttachedDisks :: Lens' AutoSnapshotDetails (Maybe [AttachedDisk])
- autoSnapshotDetails_createdAt :: Lens' AutoSnapshotDetails (Maybe UTCTime)
- autoSnapshotDetails_date :: Lens' AutoSnapshotDetails (Maybe Text)
Documentation
data AutoSnapshotDetails Source #
Describes an automatic snapshot.
See: newAutoSnapshotDetails
smart constructor.
AutoSnapshotDetails' | |
|
Instances
newAutoSnapshotDetails :: AutoSnapshotDetails Source #
Create a value of AutoSnapshotDetails
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:status:AutoSnapshotDetails'
, autoSnapshotDetails_status
- The status of the automatic snapshot.
$sel:fromAttachedDisks:AutoSnapshotDetails'
, autoSnapshotDetails_fromAttachedDisks
- An array of objects that describe the block storage disks attached to
the instance when the automatic snapshot was created.
$sel:createdAt:AutoSnapshotDetails'
, autoSnapshotDetails_createdAt
- The timestamp when the automatic snapshot was created.
$sel:date:AutoSnapshotDetails'
, autoSnapshotDetails_date
- The date of the automatic snapshot in YYYY-MM-DD
format.
autoSnapshotDetails_status :: Lens' AutoSnapshotDetails (Maybe AutoSnapshotStatus) Source #
The status of the automatic snapshot.
autoSnapshotDetails_fromAttachedDisks :: Lens' AutoSnapshotDetails (Maybe [AttachedDisk]) Source #
An array of objects that describe the block storage disks attached to the instance when the automatic snapshot was created.
autoSnapshotDetails_createdAt :: Lens' AutoSnapshotDetails (Maybe UTCTime) Source #
The timestamp when the automatic snapshot was created.
autoSnapshotDetails_date :: Lens' AutoSnapshotDetails (Maybe Text) Source #
The date of the automatic snapshot in YYYY-MM-DD
format.