Module Values.ModifyEndpointAccessMessageSource

Modifies a Redshift-managed VPC endpoint.

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

    The endpoint to be modified.

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

    The complete 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 String_.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