Values_1.DescribeFlowDefinitionResponseSourceReturns information about the specified flow definition.
type nonrec t = {flowDefinitionArn : Values_0.FlowDefinitionArn.t option;The Amazon Resource Name (ARN) of the flow defintion.
*)flowDefinitionName : Values_0.FlowDefinitionName.t option;The Amazon Resource Name (ARN) of the flow definition.
*)flowDefinitionStatus : FlowDefinitionStatus.t option;The status of the flow definition. Valid values are listed below.
*)creationTime : Values_0.Timestamp.t option;The timestamp when the flow definition was created.
*)humanLoopRequestSource : Values_0.HumanLoopRequestSource.t option;Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
*)humanLoopActivationConfig : Values_0.HumanLoopActivationConfig.t option;An object containing information about what triggers a human review workflow.
*)humanLoopConfig : Values_0.HumanLoopConfig.t option;An object containing information about who works on the task, the workforce task price, and other task details.
*)outputConfig : Values_0.FlowDefinitionOutputConfig.t option;An object containing information about the output file.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) execution role for the flow definition.
*)failureReason : Values_0.FailureReason.t option;The reason your flow definition failed.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.FlowDefinitionArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of string
| `Structure of
(string
* [> `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]