Smaws_Client_CodeCommit.ListRepositoriesGets information about one or more repositories.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidOrderException of Types.invalid_order_exception
| `InvalidSortByException of Types.invalid_sort_by_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_repositories_input ->
(Types.list_repositories_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidOrderException of Types.invalid_order_exception
| `InvalidSortByException of Types.invalid_sort_by_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_repositories_input ->
(Types.list_repositories_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidOrderException of Types.invalid_order_exception
| `InvalidSortByException of Types.invalid_sort_by_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result