amazonka-connectcases-2.0: Amazon Connect Cases 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.ConnectCases.Types.FieldValue

Description

 
Synopsis

Documentation

data FieldValue Source #

Object for case field values.

See: newFieldValue smart constructor.

Constructors

FieldValue' 

Fields

Instances

Instances details
FromJSON FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

ToJSON FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Generic FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Associated Types

type Rep FieldValue :: Type -> Type #

Read FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Show FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

NFData FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Methods

rnf :: FieldValue -> () #

Eq FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

Hashable FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

type Rep FieldValue Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.FieldValue

type Rep FieldValue = D1 ('MetaData "FieldValue" "Amazonka.ConnectCases.Types.FieldValue" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "FieldValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FieldValueUnion)))

newFieldValue Source #

Create a value of FieldValue 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:id:FieldValue', fieldValue_id - Unique identifier of a field.

$sel:value:FieldValue', fieldValue_value - Union of potential field value types.

fieldValue_id :: Lens' FieldValue Text Source #

Unique identifier of a field.

fieldValue_value :: Lens' FieldValue FieldValueUnion Source #

Union of potential field value types.