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

Description

 
Synopsis

Documentation

data GameSummary Source #

The summary of the properties of a game.

See: newGameSummary smart constructor.

Constructors

GameSummary' 

Fields

Instances

Instances details
FromJSON GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

Generic GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

Associated Types

type Rep GameSummary :: Type -> Type #

Read GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

Show GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

NFData GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

Methods

rnf :: GameSummary -> () #

Eq GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

Hashable GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

type Rep GameSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.GameSummary

type Rep GameSummary = D1 ('MetaData "GameSummary" "Amazonka.GamesParks.Types.GameSummary" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GameSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GameState)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newGameSummary :: GameSummary Source #

Create a value of GameSummary 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:description:GameSummary', gameSummary_description - The description of the game.

$sel:name:GameSummary', gameSummary_name - The name of the game.

$sel:state:GameSummary', gameSummary_state - The state of the game.

$sel:tags:GameSummary', gameSummary_tags - The tags associated with the game.

gameSummary_description :: Lens' GameSummary (Maybe Text) Source #

The description of the game.

gameSummary_name :: Lens' GameSummary (Maybe Text) Source #

The name of the game.

gameSummary_tags :: Lens' GameSummary (Maybe (HashMap Text Text)) Source #

The tags associated with the game.