libZSservicesZSamazonka-groundstationZSamazonka-groundstation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.GroundStation.Types.DecodeConfig

Description

 
Synopsis

Documentation

data DecodeConfig Source #

Information about the decode Config.

See: newDecodeConfig smart constructor.

Constructors

DecodeConfig' 

Fields

Instances

Instances details
Eq DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Read DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Show DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Generic DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Associated Types

type Rep DecodeConfig :: Type -> Type #

NFData DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

Methods

rnf :: DecodeConfig -> () #

Hashable DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

ToJSON DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

FromJSON DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

type Rep DecodeConfig Source # 
Instance details

Defined in Amazonka.GroundStation.Types.DecodeConfig

type Rep DecodeConfig = D1 ('MetaData "DecodeConfig" "Amazonka.GroundStation.Types.DecodeConfig" "libZSservicesZSamazonka-groundstationZSamazonka-groundstation" 'False) (C1 ('MetaCons "DecodeConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "unvalidatedJSON") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDecodeConfig Source #

Create a value of DecodeConfig 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:unvalidatedJSON:DecodeConfig', decodeConfig_unvalidatedJSON - Unvalidated JSON of a decode Config.

decodeConfig_unvalidatedJSON :: Lens' DecodeConfig Text Source #

Unvalidated JSON of a decode Config.