Module Smaws_Client_CodeCommit.UpdateRepositoryEncryptionKey

Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyInvalidIdException of Types.encryption_key_invalid_id_exception | `EncryptionKeyInvalidUsageException of Types.encryption_key_invalid_usage_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyRequiredException of Types.encryption_key_required_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.update_repository_encryption_key_input -> (Types.update_repository_encryption_key_output, [> Smaws_Lib.Protocols.AwsJson.error | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyInvalidIdException of Types.encryption_key_invalid_id_exception | `EncryptionKeyInvalidUsageException of Types.encryption_key_invalid_usage_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyRequiredException of Types.encryption_key_required_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.update_repository_encryption_key_input -> (Types.update_repository_encryption_key_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `EncryptionIntegrityChecksFailedException of Types.encryption_integrity_checks_failed_exception | `EncryptionKeyAccessDeniedException of Types.encryption_key_access_denied_exception | `EncryptionKeyDisabledException of Types.encryption_key_disabled_exception | `EncryptionKeyInvalidIdException of Types.encryption_key_invalid_id_exception | `EncryptionKeyInvalidUsageException of Types.encryption_key_invalid_usage_exception | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyRequiredException of Types.encryption_key_required_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `RepositoryDoesNotExistException of Types.repository_does_not_exist_exception | `RepositoryNameRequiredException of Types.repository_name_required_exception ] * Smaws_Lib.Response.metadata) Stdlib.result