Values.CreatePublicKeyResultSourceUploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.
type nonrec t = {publicKey : PublicKey.t option;The public key.
*)location : String_.t option;The URL of the public key.
*)eTag : String_.t option;The identifier for this version of the public key.
*)}type nonrec error = [ | `InvalidArgument of InvalidArgument.t| `PublicKeyAlreadyExists of PublicKeyAlreadyExists.t| `TooManyPublicKeys of TooManyPublicKeys.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidArgument of InvalidArgument.t
| `PublicKeyAlreadyExists of PublicKeyAlreadyExists.t
| `TooManyPublicKeys of TooManyPublicKeys.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidArgument of InvalidArgument.t
| `PublicKeyAlreadyExists of PublicKeyAlreadyExists.t
| `TooManyPublicKeys of TooManyPublicKeys.t
| `Unknown_operation_error of string * string option ]