Module Values.AppflowIntegrationSource

Details for workflow of type APPFLOW_INTEGRATION.

Sourcetype nonrec t = {
  1. flowDefinition : FlowDefinition.t;
  2. batches : Batches.t option;
    (*

    Batches in workflow of type APPFLOW_INTEGRATION.

    *)
}
Sourceval context_ : string
Sourceval make : ?batches:??? -> flowDefinition:FlowDefinition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of StringTo2048.t ] list | `Map of ([> `Enum of string ] * [> `String of Property.t ]) list | `String of DestinationField.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of FlowDescription.t | `Structure of (string * [> `Enum of string | `String of ConnectorProfileName.t | `Structure of (string * [> `String of DatetimeTypeFieldName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of ScheduleOffset.t | `String of Object.t | `Timestamp of Date.t ]) list ]) list ]) list ]) list ]) 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