Module Values.UpdateDataIntegrationFlowRequestSource

The request parameters for UpdateDataIntegrationFlow.

Sourcetype nonrec t = {
  1. instanceId : UUID.t;
    (*

    The Amazon Web Services Supply Chain instance identifier.

    *)
  2. name : DataIntegrationFlowName.t;
    (*

    The name of the DataIntegrationFlow to be updated.

    *)
  3. sources : DataIntegrationFlowSourceList.t option;
    (*

    The new source configurations for the DataIntegrationFlow.

    *)
  4. transformation : DataIntegrationFlowTransformation.t option;
    (*

    The new transformation configurations for the DataIntegrationFlow.

    *)
  5. target : DataIntegrationFlowTarget.t option;
    (*

    The new target configurations for the DataIntegrationFlow.

    *)
}
Sourceval context_ : string
Sourceval make : ?sources:??? -> ?transformation:??? -> ?target:??? -> instanceId:UUID.t -> name:DataIntegrationFlowName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowSourceName.t | `Structure of (string * [> `String of S3BucketName.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ]) list ] list ]) list ]) list ]) list ]) list ]) list ] list | `String of UUID.t | `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of DataIntegrationFlowSQLQuery.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of DataIntegrationFlowFieldPriorityDedupeFieldName.t ]) list ] list ]) list ]) 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