amazonka-qldb-2.0: Amazon QLDB 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.QLDB.Types.ValueHolder

Description

 
Synopsis

Documentation

data ValueHolder Source #

A structure that can contain a value in multiple encoding formats.

See: newValueHolder smart constructor.

Constructors

ValueHolder' 

Fields

Instances

Instances details
FromJSON ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

ToJSON ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

Generic ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

Associated Types

type Rep ValueHolder :: Type -> Type #

Show ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

NFData ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

Methods

rnf :: ValueHolder -> () #

Eq ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

Hashable ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

type Rep ValueHolder Source # 
Instance details

Defined in Amazonka.QLDB.Types.ValueHolder

type Rep ValueHolder = D1 ('MetaData "ValueHolder" "Amazonka.QLDB.Types.ValueHolder" "amazonka-qldb-2.0-GHDpAUfL5Gp5EFIat3BpxK" 'False) (C1 ('MetaCons "ValueHolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ionText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newValueHolder :: ValueHolder Source #

Create a value of ValueHolder 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:ionText:ValueHolder', valueHolder_ionText - An Amazon Ion plaintext value contained in a ValueHolder structure.

valueHolder_ionText :: Lens' ValueHolder (Maybe Text) Source #

An Amazon Ion plaintext value contained in a ValueHolder structure.