Module Smaws_Client_CodeCommit.BatchGetRepositories

Returns information about one or more repositories.

The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.

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 | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `MaximumRepositoryNamesExceededException of Types.maximum_repository_names_exceeded_exception | `RepositoryNamesRequiredException of Types.repository_names_required_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.batch_get_repositories_input -> (Types.batch_get_repositories_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 | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `MaximumRepositoryNamesExceededException of Types.maximum_repository_names_exceeded_exception | `RepositoryNamesRequiredException of Types.repository_names_required_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.batch_get_repositories_input -> (Types.batch_get_repositories_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 | `EncryptionKeyNotFoundException of Types.encryption_key_not_found_exception | `EncryptionKeyUnavailableException of Types.encryption_key_unavailable_exception | `InvalidRepositoryNameException of Types.invalid_repository_name_exception | `MaximumRepositoryNamesExceededException of Types.maximum_repository_names_exceeded_exception | `RepositoryNamesRequiredException of Types.repository_names_required_exception ] * Smaws_Lib.Response.metadata) Stdlib.result