Values.RemoveFlowOutputRequestSourceRemoves 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.
type nonrec t = {flowArn : RemoveFlowOutputRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to remove an output from.
*)outputArn : RemoveFlowOutputRequestOutputArnString.t;The ARN of the output that you want to remove.
*)}val make :
flowArn:RemoveFlowOutputRequestFlowArnString.t ->
outputArn:RemoveFlowOutputRequestOutputArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of RemoveFlowOutputRequestFlowArnString.t ]) list ]