Module Values.UpdateVpcEndpointRequestSource

Modifies an Amazon OpenSearch Service-managed interface VPC endpoint.

Sourcetype nonrec t = {
  1. vpcEndpointId : VpcEndpointId.t;
    (*

    Unique identifier of the VPC endpoint to be updated.

    *)
  2. vpcOptions : VPCOptions.t;
    (*

    The security groups and/or subnets to add, remove, or modify.

    *)
}
Sourceval context_ : string
Sourceval make : vpcEndpointId:VpcEndpointId.t -> vpcOptions:VPCOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VpcEndpointId.t | `Structure of (string * [> `List of [> `String of String_.t ] list ]) list ]) 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