Module Values.UpdateEndpointAccessRequestSource

Updates an Amazon Redshift Serverless managed endpoint.

Sourcetype nonrec t = {
  1. endpointName : String_.t;
    (*

    The name of the VPC endpoint to update.

    *)
  2. vpcSecurityGroupIds : VpcSecurityGroupIdList.t option;
    (*

    The list of VPC security groups associated with the endpoint after the endpoint is modified.

    *)
}
Sourceval context_ : string
Sourceval make : ?vpcSecurityGroupIds:??? -> endpointName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of VpcSecurityGroupId.t ] list | `String of String_.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