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

Description

Updates one or more sections of the game configuration.

Synopsis

Creating a Request

data UpdateGameConfiguration Source #

See: newUpdateGameConfiguration smart constructor.

Constructors

UpdateGameConfiguration' 

Fields

Instances

Instances details
ToJSON UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

ToHeaders UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

ToPath UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

ToQuery UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

AWSRequest UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Generic UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Associated Types

type Rep UpdateGameConfiguration :: Type -> Type #

Read UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Show UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

NFData UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Methods

rnf :: UpdateGameConfiguration -> () #

Eq UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Hashable UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

type AWSResponse UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

type Rep UpdateGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

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

newUpdateGameConfiguration Source #

Create a value of UpdateGameConfiguration 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:gameName:UpdateGameConfiguration', updateGameConfiguration_gameName - The name of the game.

$sel:modifications:UpdateGameConfiguration', updateGameConfiguration_modifications - The list of modifications to make.

Request Lenses

Destructuring the Response

data UpdateGameConfigurationResponse Source #

See: newUpdateGameConfigurationResponse smart constructor.

Constructors

UpdateGameConfigurationResponse' 

Fields

Instances

Instances details
Generic UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Associated Types

type Rep UpdateGameConfigurationResponse :: Type -> Type #

Read UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Show UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

NFData UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

Eq UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

type Rep UpdateGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.UpdateGameConfiguration

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

newUpdateGameConfigurationResponse Source #

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

$sel:httpStatus:UpdateGameConfigurationResponse', updateGameConfigurationResponse_httpStatus - The response's http status code.

Response Lenses