| 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.CaseSummary
Description
Synopsis
- data CaseSummary = CaseSummary' {
- caseId :: Text
- templateId :: Text
- newCaseSummary :: Text -> Text -> CaseSummary
- caseSummary_caseId :: Lens' CaseSummary Text
- caseSummary_templateId :: Lens' CaseSummary Text
Documentation
data CaseSummary Source #
Case summary information.
See: newCaseSummary smart constructor.
Constructors
| CaseSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> CaseSummary |
Create a value of CaseSummary 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:caseId:CaseSummary', caseSummary_caseId - A unique identifier of the case.
$sel:templateId:CaseSummary', caseSummary_templateId - A unique identifier of a template.
caseSummary_caseId :: Lens' CaseSummary Text Source #
A unique identifier of the case.
caseSummary_templateId :: Lens' CaseSummary Text Source #
A unique identifier of a template.