Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.GamesParks.Types.ImportGameConfigurationSource
Description
Documentation
data ImportGameConfigurationSource Source #
The source used to import configuration sections.
See: newImportGameConfigurationSource
smart constructor.
Constructors
ImportGameConfigurationSource' | |
Instances
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.