Module Smaws_Client_Support.ResolveCase

and Deserialization

Resolves a support case. This operation takes a caseId and returns the initial and final state of the case.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `CaseIdNotFound of Types.case_id_not_found | `InternalServerError of Types.internal_server_error ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.resolve_case_request -> (Types.resolve_case_response, [> Smaws_Lib.Protocols.AwsJson.error | `CaseIdNotFound of Types.case_id_not_found | `InternalServerError of Types.internal_server_error ]) Stdlib.result