Smaws_Client_ConfigService.DescribeAggregationAuthorizations
Returns a list of authorizations granted to various aggregator accounts and regions.
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 ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.describe_aggregation_authorizations_request ->
(Types.describe_aggregation_authorizations_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 ])
Stdlib.result