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

Description

 
Synopsis

Documentation

data StageSummary Source #

The summary of the properties of a stage.

See: newStageSummary smart constructor.

Constructors

StageSummary' 

Fields

Instances

Instances details
FromJSON StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

Generic StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

Associated Types

type Rep StageSummary :: Type -> Type #

Read StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

Show StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

NFData StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

Methods

rnf :: StageSummary -> () #

Eq StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

Hashable StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

type Rep StageSummary Source # 
Instance details

Defined in Amazonka.GamesParks.Types.StageSummary

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

newStageSummary :: StageSummary Source #

Create a value of StageSummary 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:StageSummary', stageSummary_description - The description of the stage.

$sel:gameKey:StageSummary', stageSummary_gameKey - The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

$sel:name:StageSummary', stageSummary_name - The name of the stage.

$sel:state:StageSummary', stageSummary_state - The state of the stage.

$sel:tags:StageSummary', stageSummary_tags - The tags associated with the stage.

stageSummary_description :: Lens' StageSummary (Maybe Text) Source #

The description of the stage.

stageSummary_gameKey :: Lens' StageSummary (Maybe Text) Source #

The game key associated with the stage.

The game key is a unique identifier that the game client uses to connect to the GameSparks backend.

stageSummary_tags :: Lens' StageSummary (Maybe (HashMap Text Text)) Source #

The tags associated with the stage.