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

Description

 
Synopsis

Documentation

data Section Source #

The configuration section.

See: newSection smart constructor.

Constructors

Section' 

Fields

Instances

Instances details
FromJSON Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Generic Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Associated Types

type Rep Section :: Type -> Type #

Methods

from :: Section -> Rep Section x #

to :: Rep Section x -> Section #

Read Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Show Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

NFData Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Methods

rnf :: Section -> () #

Eq Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Methods

(==) :: Section -> Section -> Bool #

(/=) :: Section -> Section -> Bool #

Hashable Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

Methods

hashWithSalt :: Int -> Section -> Int #

hash :: Section -> Int #

type Rep Section Source # 
Instance details

Defined in Amazonka.GamesParks.Types.Section

type Rep Section = D1 ('MetaData "Section" "Amazonka.GamesParks.Types.Section" "amazonka-gamesparks-2.0-Lk18zLarGCU67rMOwLlDG5" 'False) (C1 ('MetaCons "Section'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Document)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newSection :: Section Source #

Create a value of Section 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:attributes:Section', section_attributes - The content of a configuration section.

$sel:name:Section', section_name - The name of the section.

$sel:size:Section', section_size - The size, in bytes, of the section contents.

section_attributes :: Lens' Section (Maybe Document) Source #

The content of a configuration section.

section_name :: Lens' Section (Maybe Text) Source #

The name of the section.

section_size :: Lens' Section (Maybe Natural) Source #

The size, in bytes, of the section contents.