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

Description

Gets the configuration of the game.

Synopsis

Creating a Request

data GetGameConfiguration Source #

See: newGetGameConfiguration smart constructor.

Constructors

GetGameConfiguration' 

Fields

Instances

Instances details
ToHeaders GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

ToPath GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

ToQuery GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

AWSRequest GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Associated Types

type AWSResponse GetGameConfiguration #

Generic GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Associated Types

type Rep GetGameConfiguration :: Type -> Type #

Read GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Show GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

NFData GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Methods

rnf :: GetGameConfiguration -> () #

Eq GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Hashable GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

type AWSResponse GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

type Rep GetGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

type Rep GetGameConfiguration = D1 ('MetaData "GetGameConfiguration" "Amazonka.GamesParks.GetGameConfiguration" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GetGameConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sections") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "gameName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetGameConfiguration Source #

Create a value of GetGameConfiguration 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:

GetGameConfiguration, getGameConfiguration_sections - The list of sections to return.

$sel:gameName:GetGameConfiguration', getGameConfiguration_gameName - The name of the game.

Request Lenses

Destructuring the Response

data GetGameConfigurationResponse Source #

See: newGetGameConfigurationResponse smart constructor.

Constructors

GetGameConfigurationResponse' 

Fields

Instances

Instances details
Generic GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Associated Types

type Rep GetGameConfigurationResponse :: Type -> Type #

Read GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Show GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

NFData GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

Eq GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

type Rep GetGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.GetGameConfiguration

type Rep GetGameConfigurationResponse = D1 ('MetaData "GetGameConfigurationResponse" "Amazonka.GamesParks.GetGameConfiguration" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "GetGameConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gameConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GameConfigurationDetails)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetGameConfigurationResponse Source #

Create a value of GetGameConfigurationResponse 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:gameConfiguration:GetGameConfigurationResponse', getGameConfigurationResponse_gameConfiguration - Details about the game configuration.

$sel:httpStatus:GetGameConfigurationResponse', getGameConfigurationResponse_httpStatus - The response's http status code.

Response Lenses