Smaws_Client_Support.ResolveCaseResolves a support case. This operation takes a caseId and returns the initial and final state of the case.
SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CaseIdNotFound of Types.case_id_not_found
| `InternalServerError of Types.internal_server_error ] ->
stringval 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.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.resolve_case_request ->
(Types.resolve_case_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CaseIdNotFound of Types.case_id_not_found
| `InternalServerError of Types.internal_server_error ]
* Smaws_Lib.Response.metadata)
Stdlib.result