Module Values_1.DescribeFlowDefinitionResponseSource

Returns information about the specified flow definition.

Sourcetype nonrec t = {
  1. flowDefinitionArn : Values_0.FlowDefinitionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the flow defintion.

    *)
  2. flowDefinitionName : Values_0.FlowDefinitionName.t option;
    (*

    The Amazon Resource Name (ARN) of the flow definition.

    *)
  3. flowDefinitionStatus : FlowDefinitionStatus.t option;
    (*

    The status of the flow definition. Valid values are listed below.

    *)
  4. creationTime : Values_0.Timestamp.t option;
    (*

    The timestamp when the flow definition was created.

    *)
  5. 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.

    *)
  6. humanLoopActivationConfig : Values_0.HumanLoopActivationConfig.t option;
    (*

    An object containing information about what triggers a human review workflow.

    *)
  7. humanLoopConfig : Values_0.HumanLoopConfig.t option;
    (*

    An object containing information about who works on the task, the workforce task price, and other task details.

    *)
  8. outputConfig : Values_0.FlowDefinitionOutputConfig.t option;
    (*

    An object containing information about the output file.

    *)
  9. 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.

    *)
  10. failureReason : Values_0.FailureReason.t option;
    (*

    The reason your flow definition failed.

    *)
}
Sourcetype nonrec error = [
  1. | `ResourceNotFound of Values_0.ResourceNotFound.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?flowDefinitionArn:??? -> ?flowDefinitionName:??? -> ?flowDefinitionStatus:??? -> ?creationTime:??? -> ?humanLoopRequestSource:??? -> ?humanLoopActivationConfig:??? -> ?humanLoopConfig:??? -> ?outputConfig:??? -> ?roleArn:??? -> ?failureReason:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ResourceNotFound of Values_0.ResourceNotFound.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t