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.SnapshotDetails

Description

 
Synopsis

Documentation

data SnapshotDetails Source #

Properties that provide details of a snapshot.

See: newSnapshotDetails smart constructor.

Constructors

SnapshotDetails' 

Fields

Instances

Instances details
FromJSON SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

Generic SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

Associated Types

type Rep SnapshotDetails :: Type -> Type #

Read SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

Show SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

NFData SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

Methods

rnf :: SnapshotDetails -> () #

Eq SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

Hashable SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

type Rep SnapshotDetails Source # 
Instance details

Defined in Amazonka.GamesParks.Types.SnapshotDetails

type Rep SnapshotDetails = D1 ('MetaData "SnapshotDetails" "Amazonka.GamesParks.Types.SnapshotDetails" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "SnapshotDetails'" '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)) :*: S1 ('MetaSel ('Just "sections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Section)))))))

newSnapshotDetails :: SnapshotDetails Source #

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:created:SnapshotDetails', snapshotDetails_created - The timestamp of when the snapshot was created.

$sel:description:SnapshotDetails', snapshotDetails_description - The description of the snapshot.

$sel:id:SnapshotDetails', snapshotDetails_id - The identifier of the snapshot.

$sel:lastUpdated:SnapshotDetails', snapshotDetails_lastUpdated - The timestamp of when the snapshot was last updated.

$sel:sections:SnapshotDetails', snapshotDetails_sections - The sections in the snapshot.

snapshotDetails_created :: Lens' SnapshotDetails (Maybe UTCTime) Source #

The timestamp of when the snapshot was created.

snapshotDetails_description :: Lens' SnapshotDetails (Maybe Text) Source #

The description of the snapshot.

snapshotDetails_id :: Lens' SnapshotDetails (Maybe Text) Source #

The identifier of the snapshot.

snapshotDetails_lastUpdated :: Lens' SnapshotDetails (Maybe UTCTime) Source #

The timestamp of when the snapshot was last updated.