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 SnapshotDetails = SnapshotDetails' {}
- newSnapshotDetails :: Text -> SnapshotStatus -> Natural -> SnapshotDetails
- snapshotDetails_snapshotCreationTimestamp :: Lens' SnapshotDetails (Maybe UTCTime)
- snapshotDetails_snapshotName :: Lens' SnapshotDetails Text
- snapshotDetails_snapshotStatus :: Lens' SnapshotDetails SnapshotStatus
- snapshotDetails_applicationVersionId :: Lens' SnapshotDetails Natural
Documentation
data SnapshotDetails Source #
Provides details about a snapshot of application state.
See: newSnapshotDetails
smart constructor.
SnapshotDetails' | |
|
Instances
:: Text | |
-> SnapshotStatus | |
-> Natural | |
-> SnapshotDetails |
Create a value of SnapshotDetails
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:snapshotCreationTimestamp:SnapshotDetails'
, snapshotDetails_snapshotCreationTimestamp
- The timestamp of the application snapshot.
$sel:snapshotName:SnapshotDetails'
, snapshotDetails_snapshotName
- The identifier for the application snapshot.
$sel:snapshotStatus:SnapshotDetails'
, snapshotDetails_snapshotStatus
- The status of the application snapshot.
$sel:applicationVersionId:SnapshotDetails'
, snapshotDetails_applicationVersionId
- The current application version ID when the snapshot was created.
snapshotDetails_snapshotCreationTimestamp :: Lens' SnapshotDetails (Maybe UTCTime) Source #
The timestamp of the application snapshot.
snapshotDetails_snapshotName :: Lens' SnapshotDetails Text Source #
The identifier for the application snapshot.
snapshotDetails_snapshotStatus :: Lens' SnapshotDetails SnapshotStatus Source #
The status of the application snapshot.
snapshotDetails_applicationVersionId :: Lens' SnapshotDetails Natural Source #
The current application version ID when the snapshot was created.