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

Description

 
Synopsis

Documentation

data ImportGameConfigurationSource Source #

The source used to import configuration sections.

See: newImportGameConfigurationSource smart constructor.

Constructors

ImportGameConfigurationSource' 

Fields

  • file :: Base64

    The JSON string containing the configuration sections.

Instances

Instances details
ToJSON ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

Generic ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

Associated Types

type Rep ImportGameConfigurationSource :: Type -> Type #

Read ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

Show ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

NFData ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

Eq ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

Hashable ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

type Rep ImportGameConfigurationSource Source # 
Instance details

Defined in Amazonka.GamesParks.Types.ImportGameConfigurationSource

type Rep ImportGameConfigurationSource = D1 ('MetaData "ImportGameConfigurationSource" "Amazonka.GamesParks.Types.ImportGameConfigurationSource" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "ImportGameConfigurationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "file") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Base64)))

newImportGameConfigurationSource Source #

Create a value of ImportGameConfigurationSource 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:file:ImportGameConfigurationSource', importGameConfigurationSource_file - The JSON string containing the configuration sections.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.

importGameConfigurationSource_file :: Lens' ImportGameConfigurationSource ByteString Source #

The JSON string containing the configuration sections.-- -- Note: This Lens automatically encodes and decodes Base64 data. -- The underlying isomorphism will encode to Base64 representation during -- serialisation, and decode from Base64 representation during deserialisation. -- This Lens accepts and returns only raw unencoded data.