Values.CloseCaseResponseSourceCloses an existing case.
type nonrec t = {caseStatus : CaseStatus.t option;A response element providing responses for requests to CloseCase. This element responds Closed if successful.
*)closedDate : Timestamp.t option;A response element providing responses for requests to CloseCase. This element responds with the ISO-8601 formatted timestamp of the moment when the case was closed.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidTokenException of InvalidTokenException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ]