Smaws_Client_CostExplorer.ListCostCategoryResourceAssociationsReturns resource associations of all cost categories defined in the account. You have the option to use CostCategoryArn to get the association for a specific cost category. ListCostCategoryResourceAssociations supports pagination. The request can have a MaxResults range up to 100.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `LimitExceededException of Types.limit_exceeded_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_cost_category_resource_associations_request ->
(Types.list_cost_category_resource_associations_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `LimitExceededException of Types.limit_exceeded_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_cost_category_resource_associations_request ->
(Types.list_cost_category_resource_associations_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `LimitExceededException of Types.limit_exceeded_exception
| `ResourceNotFoundException of Types.resource_not_found_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result