Smaws_Client_ConfigService.DescribeConfigurationAggregatorSourcesStatus
Returns status information for sources within an aggregator. The status includes information about the last time Config verified authorization between the source account and an aggregator account. In case of a failure, the status contains the related error code or message.
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 ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_configuration_aggregator_sources_status_request ->
(Types.describe_configuration_aggregator_sources_status_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