Values.CreateKeySigningKeyResponseSourceCreates a new key-signing key (KSK) associated with a hosted zone. You can only have two KSKs per hosted zone.
type nonrec t = {changeInfo : ChangeInfo.t option;keySigningKey : KeySigningKey.t option;The key-signing key (KSK) that the request creates.
*)location : ResourceURI.t option;The unique URL representing the new key-signing key (KSK).
*)}type nonrec error = [ | `ConcurrentModification of ConcurrentModification.t| `InvalidArgument of InvalidArgument.t| `InvalidInput of InvalidInput.t| `InvalidKMSArn of InvalidKMSArn.t| `InvalidKeySigningKeyName of InvalidKeySigningKeyName.t| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t| `InvalidSigningStatus of InvalidSigningStatus.t| `KeySigningKeyAlreadyExists of KeySigningKeyAlreadyExists.t| `NoSuchHostedZone of NoSuchHostedZone.t| `TooManyKeySigningKeys of TooManyKeySigningKeys.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `InvalidKMSArn of InvalidKMSArn.t
| `InvalidKeySigningKeyName of InvalidKeySigningKeyName.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `InvalidSigningStatus of InvalidSigningStatus.t
| `KeySigningKeyAlreadyExists of KeySigningKeyAlreadyExists.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `TooManyKeySigningKeys of TooManyKeySigningKeys.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentModification of ConcurrentModification.t
| `InvalidArgument of InvalidArgument.t
| `InvalidInput of InvalidInput.t
| `InvalidKMSArn of InvalidKMSArn.t
| `InvalidKeySigningKeyName of InvalidKeySigningKeyName.t
| `InvalidKeySigningKeyStatus of InvalidKeySigningKeyStatus.t
| `InvalidSigningStatus of InvalidSigningStatus.t
| `KeySigningKeyAlreadyExists of KeySigningKeyAlreadyExists.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `TooManyKeySigningKeys of TooManyKeySigningKeys.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceURI.t
| `Structure of
(string
* [> `Enum of string
| `Integer of SigningKeyInteger.t
| `String of ResourceId.t
| `Timestamp of TimeStamp.t ])
list ])
list ]