Module Smaws_Client_Support.AddCommunicationToCase

Adds additional customer communication to an Amazon Web Services Support case. Use the caseId parameter to identify the case to which to add communication. You can list a set of email addresses to copy on the communication by using the ccEmailAddresses parameter. The communicationBody value contains the text of the communication.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AttachmentSetExpired of Types.attachment_set_expired | `AttachmentSetIdNotFound of Types.attachment_set_id_not_found | `CaseIdNotFound of Types.case_id_not_found | `InternalServerError of Types.internal_server_error ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.add_communication_to_case_request -> (Types.add_communication_to_case_response, [> Smaws_Lib.Protocols.AwsJson.error | `AttachmentSetExpired of Types.attachment_set_expired | `AttachmentSetIdNotFound of Types.attachment_set_id_not_found | `CaseIdNotFound of Types.case_id_not_found | `InternalServerError of Types.internal_server_error ]) Stdlib.result