Smaws_Client_CloudWatch.ListManagedInsightRulesReturns a list that contains the number of managed Contributor Insights rules in your account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_managed_insight_rules_input ->
(Types.list_managed_insight_rules_output,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_managed_insight_rules_input ->
(Types.list_managed_insight_rules_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidNextToken of Types.invalid_next_token
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `MissingRequiredParameterException of
Types.missing_required_parameter_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result