Smaws_Client_ResourceGroupsTaggingAPI.GetResources
val request :
Smaws_Lib.Context.t ->
get_resources_input ->
(get_resources_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServiceException of internal_service_exception
| `InvalidParameterException of invalid_parameter_exception
| `PaginationTokenExpiredException of pagination_token_expired_exception
| `ThrottledException of throttled_exception ])
Stdlib.result
Returns all the tagged or previously tagged resources that are located in the specified Amazon Web Services Region for the account.
Depending on what information you want returned, you can also specify the following:
This operation supports pagination, where the response can be sent in multiple pages. You should check the PaginationToken
response parameter to determine if there are additional results available to return. Repeat the query, passing the PaginationToken
response parameter value as an input to the next request until you recieve a null
value. A null value for PaginationToken
indicates that there are no more results waiting to be returned.