Values.RemoveFlowVpcInterfaceRequestSourceRemoves a VPC Interface from an existing flow. This request can be made only on a VPC interface that does not have a Source or Output associated with it. If the VPC interface is referenced by a Source or Output, you must first delete or update the Source or Output to no longer reference the VPC interface.
type nonrec t = {flowArn : RemoveFlowVpcInterfaceRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.
*)vpcInterfaceName : String_.t;The name of the VPC interface that you want to remove.
*)}val make :
flowArn:RemoveFlowVpcInterfaceRequestFlowArnString.t ->
vpcInterfaceName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of RemoveFlowVpcInterfaceRequestFlowArnString.t ])
list ]