Module Values.AddFlowOutputsRequestSource

Adds outputs to an existing flow. You can create up to 50 outputs per flow.

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

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

    *)
  2. outputs : AddOutputRequest.t list;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : flowArn:AddFlowOutputsRequestFlowArnString.t -> outputs:AddOutputRequest.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 [> `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `String of String_.t | `Structure of (string * [> `Double of Double.t | `Enum of string ]) list ]) 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 * [> `Structure of (string * [> `String of SecretArn.t ]) list ]) list ]) list ]) list ] list | `String of AddFlowOutputsRequestFlowArnString.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