Module Values.CreateDataIntegrationFlowRequestSource

The request parameters for CreateDataIntegrationFlow.

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

    The Amazon Web Services Supply Chain instance identifier.

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

    Name of the DataIntegrationFlow.

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

    The source configurations for DataIntegrationFlow.

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

    The transformation configurations for DataIntegrationFlow.

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

    The target configurations for DataIntegrationFlow.

    *)
  6. tags : TagMap.t option;
    (*

    The tags of the DataIntegrationFlow to be created

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> instanceId:UUID.t -> name:DataIntegrationFlowName.t -> sources:DataIntegrationFlowSourceList.t -> transformation:DataIntegrationFlowTransformation.t -> target:DataIntegrationFlowTarget.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 | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) 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