Values.UpdateRepositoryEncryptionKeyOutputSourceUpdates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.
type nonrec t = {repositoryId : RepositoryId.t option;The ID of the repository.
*)kmsKeyId : KmsKeyId.t option;The ID of the encryption key.
*)originalKmsKeyId : KmsKeyId.t option;The ID of the encryption key formerly used to encrypt and decrypt the repository.
*)}type nonrec error = [ | `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyInvalidIdException of EncryptionKeyInvalidIdException.t| `EncryptionKeyInvalidUsageException of EncryptionKeyInvalidUsageException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `EncryptionKeyRequiredException of EncryptionKeyRequiredException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyInvalidIdException of unit
| `EncryptionKeyInvalidUsageException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyRequiredException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyInvalidIdException of unit
| `EncryptionKeyInvalidUsageException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyRequiredException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]