Expand description
If you’re using the service, you’re probably looking for ResourceGroupsTaggingApiClient and ResourceGroupsTaggingApi.
Structs§
- Compliance
Details Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
- Describe
Report Creation Input - Describe
Report Creation Output - Failure
Info Information about the errors that are returned for each failed resource. This information can include
InternalServiceException
andInvalidParameterException
errors. It can also include any valid error code returned by the AWS service that hosts the resource that the ARN key represents.The following are common error codes that you might receive from other AWS services:
-
InternalServiceException – This can mean that the Resource Groups Tagging API didn't receive a response from another AWS service. It can also mean the the resource type in the request is not supported by the Resource Groups Tagging API. In these cases, it's safe to retry the request and then call GetResources to verify the changes.
-
AccessDeniedException – This can mean that you need permission to calling tagging operations in the AWS service that contains the resource. For example, to use the Resource Groups Tagging API to tag a CloudWatch alarm resource, you need permission to call
TagResources
andTagResource
in the CloudWatch API.
For more information on errors that are generated from other AWS services, see the documentation for that service.
-
- GetCompliance
Summary Input - GetCompliance
Summary Output - GetResources
Input - GetResources
Output - GetTag
Keys Input - GetTag
Keys Output - GetTag
Values Input - GetTag
Values Output - Resource
Groups Tagging ApiClient - A client for the AWS Resource Groups Tagging API API.
- Resource
TagMapping A list of resource ARNs and the tags (keys and values) that are associated with each.
- Start
Report Creation Input - Start
Report Creation Output - Summary
A count of noncompliant resources.
- Tag
The metadata that you apply to AWS resources to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. For more information, see Tagging AWS Resources in the AWS General Reference.
- TagFilter
A list of tags (keys and values) that are used to specify the associated resources.
- TagResources
Input - TagResources
Output - Untag
Resources Input - Untag
Resources Output
Enums§
- Describe
Report Creation Error - Errors returned by DescribeReportCreation
- GetCompliance
Summary Error - Errors returned by GetComplianceSummary
- GetResources
Error - Errors returned by GetResources
- GetTag
Keys Error - Errors returned by GetTagKeys
- GetTag
Values Error - Errors returned by GetTagValues
- Start
Report Creation Error - Errors returned by StartReportCreation
- TagResources
Error - Errors returned by TagResources
- Untag
Resources Error - Errors returned by UntagResources
Traits§
- Resource
Groups Tagging Api - Trait representing the capabilities of the AWS Resource Groups Tagging API API. AWS Resource Groups Tagging API clients implement this trait.