Values.UpdateEndpointAccessRequestSourceUpdates an Amazon Redshift Serverless managed endpoint.
type nonrec t = {endpointName : String_.t;The name of the VPC endpoint to update.
*)vpcSecurityGroupIds : VpcSecurityGroupIdList.t option;The list of VPC security groups associated with the endpoint after the endpoint is modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of VpcSecurityGroupId.t ] list
| `String of String_.t ])
list ]