Module Values.AddFlowSourcesRequestSource

Adds sources to a flow.

Sourcetype nonrec t = {
  1. flowArn : AddFlowSourcesRequestFlowArnString.t;
    (*

    The Amazon Resource Name (ARN) of the flow that you want to update.

    *)
  2. sources : SetSourceRequest.t list;
    (*

    A list of sources that you want to add to the flow.

    *)
}
Sourceval context_ : string
Sourceval make : flowArn:AddFlowSourcesRequestFlowArnString.t -> sources:SetSourceRequest.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of Integer.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ] list | `String of AddFlowSourcesRequestFlowArnString.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