Module Values.GenerateClientCertificateRequestSource

A request to generate a ClientCertificate resource.

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

    The description of the ClientCertificate.

    *)
  2. tags : MapOfStringToString.t option;
    (*

    The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.

    *)
}
Sourceval make : ?description:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `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