Smaws_Client_ResourceGroupsTaggingAPI.GetComplianceSummary
val request :
Smaws_Lib.Context.t ->
get_compliance_summary_input ->
(get_compliance_summary_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConstraintViolationException of constraint_violation_exception
| `InternalServiceException of internal_service_exception
| `InvalidParameterException of invalid_parameter_exception
| `ThrottledException of throttled_exception ])
Stdlib.result
Returns a table that shows counts of resources that are noncompliant with their tag policies.
For more information on tag policies, see Tag Policies in the Organizations User Guide.
You can call this operation only from the organization's management account and from the us-east-1 Region.
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.