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 |
Synopsis
- data GameConfigurationDetails = GameConfigurationDetails' {}
- newGameConfigurationDetails :: GameConfigurationDetails
- gameConfigurationDetails_created :: Lens' GameConfigurationDetails (Maybe UTCTime)
- gameConfigurationDetails_lastUpdated :: Lens' GameConfigurationDetails (Maybe UTCTime)
- gameConfigurationDetails_sections :: Lens' GameConfigurationDetails (Maybe (HashMap Text Section))
Documentation
data GameConfigurationDetails Source #
Details about the game configuration.
The game configuration is organized into named sections, where the
schema of each section is defined by an extension. The schema for these
sections can be retrieved using the GetExtensionVersion
operation.
See: newGameConfigurationDetails
smart constructor.
Instances
newGameConfigurationDetails :: GameConfigurationDetails Source #
Create a value of GameConfigurationDetails
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:created:GameConfigurationDetails'
, gameConfigurationDetails_created
- The date when the game was created.
$sel:lastUpdated:GameConfigurationDetails'
, gameConfigurationDetails_lastUpdated
- The date when the game was last modified.
$sel:sections:GameConfigurationDetails'
, gameConfigurationDetails_sections
- Configuration data, organized by section name.
gameConfigurationDetails_created :: Lens' GameConfigurationDetails (Maybe UTCTime) Source #
The date when the game was created.
gameConfigurationDetails_lastUpdated :: Lens' GameConfigurationDetails (Maybe UTCTime) Source #
The date when the game was last modified.
gameConfigurationDetails_sections :: Lens' GameConfigurationDetails (Maybe (HashMap Text Section)) Source #
Configuration data, organized by section name.