| 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.WorkSpaces.Types.Snapshot
Description
Synopsis
- data Snapshot = Snapshot' {}
- newSnapshot :: Snapshot
- snapshot_snapshotTime :: Lens' Snapshot (Maybe UTCTime)
Documentation
Describes a snapshot.
See: newSnapshot smart constructor.
Constructors
| Snapshot' | |
Fields
| |
Instances
| FromJSON Snapshot Source # | |
| Generic Snapshot Source # | |
| Read Snapshot Source # | |
| Show Snapshot Source # | |
| NFData Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
| Eq Snapshot Source # | |
| Hashable Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
| type Rep Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
newSnapshot :: Snapshot Source #
Create a value of Snapshot 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:snapshotTime:Snapshot', snapshot_snapshotTime - The time when the snapshot was created.