Module Values.RemoveFlowOutputRequestSource

Removes an output from an existing flow. This request can be made only on an output that does not have an entitlement associated with it. If the output has an entitlement, you must revoke the entitlement instead. When an entitlement is revoked from a flow, the service automatically removes the associated output.

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

    The Amazon Resource Name (ARN) of the flow that you want to remove an output from.

    *)
  2. outputArn : RemoveFlowOutputRequestOutputArnString.t;
    (*

    The ARN of the output that you want to remove.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of RemoveFlowOutputRequestFlowArnString.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