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

Description

Imports a game configuration.

This operation replaces the current configuration of the game with the provided input. This is not a reversible operation. If you want to preserve the previous configuration, use CreateSnapshot to make a new snapshot before importing.

Synopsis

Creating a Request

data ImportGameConfiguration Source #

See: newImportGameConfiguration smart constructor.

Constructors

ImportGameConfiguration' 

Fields

Instances

Instances details
ToJSON ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

ToHeaders ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

ToPath ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

ToQuery ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

AWSRequest ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Generic ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Associated Types

type Rep ImportGameConfiguration :: Type -> Type #

Read ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Show ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

NFData ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Methods

rnf :: ImportGameConfiguration -> () #

Eq ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Hashable ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

type AWSResponse ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

type Rep ImportGameConfiguration Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

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

newImportGameConfiguration Source #

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

$sel:importSource:ImportGameConfiguration', importGameConfiguration_importSource - The source used to import configuration sections.

Request Lenses

Destructuring the Response

data ImportGameConfigurationResponse Source #

See: newImportGameConfigurationResponse smart constructor.

Constructors

ImportGameConfigurationResponse' 

Fields

Instances

Instances details
Generic ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Associated Types

type Rep ImportGameConfigurationResponse :: Type -> Type #

Read ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Show ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

NFData ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

Eq ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

type Rep ImportGameConfigurationResponse Source # 
Instance details

Defined in Amazonka.GamesParks.ImportGameConfiguration

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

newImportGameConfigurationResponse Source #

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

$sel:httpStatus:ImportGameConfigurationResponse', importGameConfigurationResponse_httpStatus - The response's http status code.

Response Lenses