Smaws_Client_ConfigService.DescribeConfigurationAggregators
Returns 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 request :
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.result