Module Values.RemoveFlowVpcInterfaceRequestSource

Removes 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.

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

    The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.

    *)
  2. vpcInterfaceName : String_.t;
    (*

    The name of the VPC interface that you want to remove.

    *)
}
Sourceval context_ : string
Sourceval make : flowArn:RemoveFlowVpcInterfaceRequestFlowArnString.t -> vpcInterfaceName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RemoveFlowVpcInterfaceRequestFlowArnString.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