Smaws_Client_CodeCommit.ListApprovalRuleTemplatesLists all approval rule templates in the specified Amazon Web Services Region in your Amazon Web Services account. If an Amazon Web Services Region is not specified, the Amazon Web Services Region where you are signed in is used.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_approval_rule_templates_input ->
(Types.list_approval_rule_templates_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_approval_rule_templates_input ->
(Types.list_approval_rule_templates_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result