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

Description

 
Synopsis

Documentation

data EventIncludedData Source #

Details of what case and related item data is published through the case event stream.

See: newEventIncludedData smart constructor.

Constructors

EventIncludedData' 

Fields

Instances

Instances details
FromJSON EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

ToJSON EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Generic EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Associated Types

type Rep EventIncludedData :: Type -> Type #

Read EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Show EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

NFData EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Methods

rnf :: EventIncludedData -> () #

Eq EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

Hashable EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

type Rep EventIncludedData Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.EventIncludedData

type Rep EventIncludedData = D1 ('MetaData "EventIncludedData" "Amazonka.ConnectCases.Types.EventIncludedData" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "EventIncludedData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "caseData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CaseEventIncludedData)) :*: S1 ('MetaSel ('Just "relatedItemData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RelatedItemEventIncludedData))))

newEventIncludedData :: EventIncludedData Source #

Create a value of EventIncludedData 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:caseData:EventIncludedData', eventIncludedData_caseData - Details of what case data is published through the case event stream.

$sel:relatedItemData:EventIncludedData', eventIncludedData_relatedItemData - Details of what related item data is published through the case event stream.

eventIncludedData_caseData :: Lens' EventIncludedData (Maybe CaseEventIncludedData) Source #

Details of what case data is published through the case event stream.

eventIncludedData_relatedItemData :: Lens' EventIncludedData (Maybe RelatedItemEventIncludedData) Source #

Details of what related item data is published through the case event stream.