Values.UpdateVpcLinkRequestSourceUpdates a VPC link.
type nonrec t = {name : StringWithLengthBetween1And128.t option;The name of the VPC link.
*)vpcLinkId : string;The ID of the VPC link.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween1And128.t ]) list ]