Values.AddFlowVpcInterfacesRequestSourceAdds VPC interfaces to a flow.
type nonrec t = {flowArn : AddFlowVpcInterfacesRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to update.
*)vpcInterfaces : VpcInterfaceRequest.t list;A list of VPC interfaces that you want to add to the flow.
*)}val make :
flowArn:AddFlowVpcInterfacesRequestFlowArnString.t ->
vpcInterfaces:VpcInterfaceRequest.t list ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `String of String_.t ])
list ]
list
| `String of AddFlowVpcInterfacesRequestFlowArnString.t ])
list ]