| 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.QLDB.Types.ValueHolder
Description
Synopsis
- data ValueHolder = ValueHolder' {}
- newValueHolder :: ValueHolder
- valueHolder_ionText :: Lens' ValueHolder (Maybe Text)
Documentation
data ValueHolder Source #
A structure that can contain a value in multiple encoding formats.
See: newValueHolder smart constructor.
Constructors
| ValueHolder' | |
Instances
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.