@aws-sdk/client-connectcases

UpdateCaseCommandInput Interface

The input for UpdateCaseCommand.

Members

Name
Type
Details
caseId Requiredstring | undefined

A unique identifier of the case.

domainId Requiredstring | undefined

The unique identifier of the Cases domain.

fields RequiredFieldValue[] | undefined

An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to CreateCase.

performedBy UserUnion | undefined

Represents the identity of the person who performed the action.

Full Signature

export interface UpdateCaseCommandInput extends UpdateCaseRequest