amazonka-gamesparks-2.0: Amazon GameSparks SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GamesParks.Types.SnapshotSummary

Description

 
Synopsis

Documentation

data SnapshotSummary Source #

The summary of the properties of a snapshot.

See: newSnapshotSummary smart constructor.

Constructors

SnapshotSummary' 

Fields

Instances

Instances details
FromJSON SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

Generic SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

Associated Types

type Rep SnapshotSummary :: Type -> Type #

Read SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

Show SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

NFData SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

Methods

rnf :: SnapshotSummary -> () #

Eq SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

Hashable SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

type Rep SnapshotSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotSummary

type Rep SnapshotSummary = D1 ('MetaData "SnapshotSummary" "Amazonka.GamesParks.Types.SnapshotSummary" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "SnapshotSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))))

newSnapshotSummary :: SnapshotSummary Source #

Create a value of SnapshotSummary 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:created:SnapshotSummary', snapshotSummary_created - The timestamp of when the snapshot was created.

$sel:description:SnapshotSummary', snapshotSummary_description - The description of the snapshot.

$sel:id:SnapshotSummary', snapshotSummary_id - The identifier of the snapshot.

$sel:lastUpdated:SnapshotSummary', snapshotSummary_lastUpdated - Then timestamp of when the snapshot was last updated.

snapshotSummary_created :: Lens' SnapshotSummary (Maybe UTCTime) Source #

The timestamp of when the snapshot was created.

snapshotSummary_description :: Lens' SnapshotSummary (Maybe Text) Source #

The description of the snapshot.

snapshotSummary_id :: Lens' SnapshotSummary (Maybe Text) Source #

The identifier of the snapshot.

snapshotSummary_lastUpdated :: Lens' SnapshotSummary (Maybe UTCTime) Source #

Then timestamp of when the snapshot was last updated.