Values.UpdateVpcLinkInputSourceRepresents the input parameters for an UpdateVpcLink request.
type nonrec t = {name : StringWithLengthBetween1And128.t option;The name of the VPC link.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween1And128.t ]) list ]