Values.WorkflowExecutionCountSourceContains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
type nonrec t = {count : Count.t option;The number of workflow executions.
*)truncated : Truncated.t option;If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `UnknownResourceFault of UnknownResourceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Truncated.t | `Integer of Count.t ]) list ]