| 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.KinesisAnalyticsV2.Types.SnapshotDetails
Description
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.
Constructors
| SnapshotDetails' | |
Fields
| |
Instances
Arguments
| :: 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.