Module Values.UpdatePrivateConnectionCertificateInputSource

Input for updating the certificate of a Private Connection.

Sourcetype nonrec t = {
  1. name : PrivateConnectionName.t;
    (*

    The name of the Private Connection.

    *)
  2. certificate : CertificateString.t;
    (*

    The new certificate for the Private Connection.

    *)
}
Sourceval context_ : string
Sourceval make : name:PrivateConnectionName.t -> certificate:CertificateString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PrivateConnectionName.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