Smaws_Client_ConfigService.DescribeConfigurationAggregatorsReturns the details of one or more configuration aggregators. If the configuration aggregator is not specified, this operation returns the details for all the configuration aggregators associated with the account.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_configuration_aggregators_request ->
(Types.describe_configuration_aggregators_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_configuration_aggregators_request ->
(Types.describe_configuration_aggregators_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidLimitException of Types.invalid_limit_exception
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `NoSuchConfigurationAggregatorException of
Types.no_such_configuration_aggregator_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result