| 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.ConnectCases.Types.EventIncludedData
Description
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
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.