Module Smaws_Client_Support.DescribeCases

Returns a list of cases that you specify by passing one or more case IDs. You can use the afterTime and beforeTime parameters to filter the cases by date. You can set values for the includeResolvedCases and includeCommunications parameters to specify how much information to return.

The response returns the following in JSON format:

Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request might return an error.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `CaseIdNotFound of Types.case_id_not_found | `InternalServerError of Types.internal_server_error ] -> string