Module Values.CreatePublicKeyRequestSource

Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.

Sourcetype nonrec t = {
  1. publicKeyConfig : PublicKeyConfig.t;
    (*

    A CloudFront public key configuration.

    *)
}
Sourceval context_ : string
Sourceval make : publicKeyConfig:PublicKeyConfig.t -> unit -> t
Sourceval of_header_and_body : ('a * PublicKeyConfig.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) 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