Module Values_1.ModifyDBProxyEndpointRequestSource

Changes the settings for an existing DB proxy endpoint.

Sourcetype nonrec t = {
  1. dBProxyEndpointName : Values_0.DBProxyEndpointName.t;
    (*

    The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.

    *)
  2. newDBProxyEndpointName : Values_0.DBProxyEndpointName.t option;
    (*

    The new identifier for the DBProxyEndpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.

    *)
  3. vpcSecurityGroupIds : Values_0.StringList.t option;
    (*

    The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.

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