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 Snapshot = Snapshot' {}
- newSnapshot :: Snapshot
- snapshot_snapshotTime :: Lens' Snapshot (Maybe UTCTime)
Documentation
Describes a snapshot.
See: newSnapshot
smart constructor.
Snapshot' | |
|
Instances
Eq Snapshot Source # | |
Read Snapshot Source # | |
Show Snapshot Source # | |
Generic Snapshot Source # | |
NFData Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
Hashable Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot | |
FromJSON Snapshot Source # | |
type Rep Snapshot Source # | |
Defined in Amazonka.WorkSpaces.Types.Snapshot type Rep Snapshot = D1 ('MetaData "Snapshot" "Amazonka.WorkSpaces.Types.Snapshot" "libZSservicesZSamazonka-workspacesZSamazonka-workspaces" 'False) (C1 ('MetaCons "Snapshot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "snapshotTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) |
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.