'2.0', 'service' => '
Describes the status of the StartReportCreation
operation.
You can call this operation only from the organization\'s management account and from the us-east-1 Region.
', 'GetComplianceSummary' => '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.
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:
Filters that specify what tags and resource types you want returned. The response includes all tags that are associated with the requested resources.
Information about compliance with the account\'s effective tag policy. For more information on tag policies, see Tag Policies in the Organizations User Guide.
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.
Returns all tag keys currently in use in the specified Amazon Web Services Region for the calling account.
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.
Returns all tag values for the specified key that are used in the specified Amazon Web Services Region for the calling account.
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.
Generates a report that lists all tagged resources in the accounts across your organization and tells whether each resource is compliant with the effective tag policy. Compliance data is refreshed daily. The report is generated asynchronously.
The generated report is saved to the following location:
s3://example-bucket/AwsTagPolicies/o-exampleorgid/YYYY-MM-ddTHH:mm:ssZ/report.csv
You can call this operation only from the organization\'s management account and from the us-east-1 Region.
', 'TagResources' => 'Applies one or more tags to the specified resources. Note the following:
Not all resources can have tags. For a list of services with resources that support tagging using this operation, see Services that support the Resource Groups Tagging API. If the resource doesn\'t yet support this operation, the resource\'s service might support tagging using its own API operations. For more information, refer to the documentation for that service.
Each resource can have up to 50 tags. For other limits, see Tag Naming and Usage Conventions in the Amazon Web Services General Reference.
You can only tag resources that are located in the specified Amazon Web Services Region for the Amazon Web Services account.
To add tags to a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for adding tags. For more information, see the documentation for each service.
Do not store personally identifiable information (PII) or other confidential or sensitive information in tags. We use tags to provide you with billing and administration services. Tags are not intended to be used for private or sensitive data.
Minimum permissions
In addition to the tag:TagResources
permission required by this operation, you must also have the tagging permission defined by the service that created the resource. For example, to tag an Amazon EC2 instance using the TagResources
operation, you must have both of the following permissions:
tag:TagResource
ec2:CreateTags
Removes the specified tags from the specified resources. When you specify a tag key, the action removes both that key and its associated value. The operation succeeds even if you attempt to remove tags from a resource that were already removed. Note the following:
To remove tags from a resource, you need the necessary permissions for the service that the resource belongs to as well as permissions for removing tags. For more information, see the documentation for the service whose resource you want to untag.
You can only tag resources that are located in the specified Amazon Web Services Region for the calling Amazon Web Services account.
Minimum permissions
In addition to the tag:UntagResources
permission required by this operation, you must also have the remove tags permission defined by the service that created the resource. For example, to remove the tags from an Amazon EC2 instance using the UntagResources
operation, you must have both of the following permissions:
tag:UntagResource
ec2:DeleteTags
The Amazon Web Services resource type.
', ], ], 'ComplianceDetails' => [ 'base' => 'Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
', 'refs' => [ 'ResourceTagMapping$ComplianceDetails' => 'Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
', ], ], 'ComplianceStatus' => [ 'base' => NULL, 'refs' => [ 'ComplianceDetails$ComplianceStatus' => 'Whether a resource is compliant with the effective tag policy.
', ], ], 'ConcurrentModificationException' => [ 'base' => 'The target of the operation is currently being modified by a different request. Try again later.
', 'refs' => [], ], 'ConstraintViolationException' => [ 'base' => 'The request was denied because performing this operation violates a constraint.
Some of the reasons in the following list might not apply to this specific operation.
You must meet the prerequisites for using tag policies. For information, see Prerequisites and Permissions for Using Tag Policies in the Organizations User Guide.
You must enable the tag policies service principal (tagpolicies.tag.amazonaws.com
) to integrate with Organizations For information, see EnableAWSServiceAccess.
You must have a tag policy attached to the organization root, an OU, or an account.
The code of the common error. Valid values include InternalServiceException
, InvalidParameterException
, and any valid error code returned by the Amazon Web Services service that hosts the resource that you want to tag.
Details of the common errors that all operations return.
', 'FailureInfo$ErrorMessage' => 'The message of the common error.
', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'ConcurrentModificationException$Message' => NULL, 'ConstraintViolationException$Message' => NULL, 'InternalServiceException$Message' => NULL, 'InvalidParameterException$Message' => NULL, 'PaginationTokenExpiredException$Message' => NULL, 'ThrottledException$Message' => NULL, ], ], 'ExcludeCompliantResources' => [ 'base' => NULL, 'refs' => [ 'GetResourcesInput$ExcludeCompliantResources' => 'Specifies whether to exclude resources that are compliant with the tag policy. Set this to true
if you are interested in retrieving information on noncompliant resources only.
You can use this parameter only if the IncludeComplianceDetails
parameter is also set to true
.
A map containing a key-value pair for each failed item that couldn\'t be tagged. The key is the ARN of the failed resource. The value is a FailureInfo
object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap
is empty.
A map containing a key-value pair for each failed item that couldn\'t be untagged. The key is the ARN of the failed resource. The value is a FailureInfo
object that contains an error code, a status code, and an error message. If there are no errors, the FailedResourcesMap
is empty.
Information about the errors that are returned for each failed resource. This information can include InternalServiceException
and InvalidParameterException
errors. It can also include any valid error code returned by the Amazon Web Services service that hosts the resource that the ARN key represents.
The following are common error codes that you might receive from other Amazon Web Services services:
InternalServiceException – This can mean that the Resource Groups Tagging API didn\'t receive a response from another Amazon Web Services service. It can also mean that 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 call the tagging operations in the Amazon Web Services service that contains the resource. For example, to use the Resource Groups Tagging API to tag a Amazon CloudWatch alarm resource, you need permission to call both TagResources
and TagResource
in the CloudWatch API.
For more information on errors that are generated from other Amazon Web Services services, see the documentation for that service.
', 'refs' => [ 'FailedResourcesMap$value' => NULL, ], ], 'GetComplianceSummaryInput' => [ 'base' => NULL, 'refs' => [], ], 'GetComplianceSummaryOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcesInput' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcesOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetTagKeysInput' => [ 'base' => NULL, 'refs' => [], ], 'GetTagKeysOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetTagValuesInput' => [ 'base' => NULL, 'refs' => [], ], 'GetTagValuesOutput' => [ 'base' => NULL, 'refs' => [], ], 'GroupBy' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$GroupBy' => 'Specifies a list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.
', ], ], 'GroupByAttribute' => [ 'base' => NULL, 'refs' => [ 'GroupBy$member' => NULL, ], ], 'IncludeComplianceDetails' => [ 'base' => NULL, 'refs' => [ 'GetResourcesInput$IncludeComplianceDetails' => 'Specifies whether to include details regarding the compliance with the effective tag policy. Set this to true
to determine whether resources are compliant with the tag policy and to get details.
The request processing failed because of an unknown error, exception, or failure. You can retry the request.
', 'refs' => [], ], 'InvalidParameterException' => [ 'base' => 'This error indicates one of the following:
A parameter is missing.
A malformed string was supplied for the request parameter.
An out-of-range value was supplied for the request parameter.
The target ID is invalid, unsupported, or doesn\'t exist.
You can\'t access the Amazon S3 bucket for report storage. For more information, see Additional Requirements for Organization-wide Tag Compliance Reports in the Organizations User Guide.
The timestamp that shows when this summary was generated in this Region.
', ], ], 'MaxResultsGetComplianceSummary' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$MaxResults' => 'Specifies the maximum number of results to be returned in each page. A query can return fewer than this maximum, even if there are more results still to return. You should always check the PaginationToken
response value to see if there are more results. You can specify a minimum of 1 and a maximum value of 100.
The count of noncompliant resources.
', ], ], 'PaginationToken' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$PaginationToken' => 'Specifies a PaginationToken
response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken
value in the request for the next page.
Specifies a PaginationToken
response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken
value in the request for the next page.
Specifies a PaginationToken
response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken
value in the request for the next page.
Specifies a PaginationToken
response value from a previous request to indicate that you want the next page of results. Leave this parameter empty in your initial request.
A string that indicates that there is more data available than this response contains. To receive the next part of the response, specify this response value as the PaginationToken
value in the request for the next page.
A PaginationToken
is valid for a maximum of 15 minutes. Your request was denied because the specified PaginationToken
has expired.
The Amazon Web Services Region that the summary applies to.
', ], ], 'RegionFilterList' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$RegionFilters' => 'Specifies a list of Amazon Web Services Regions to limit the output to. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.
', ], ], 'ResourceARN' => [ 'base' => NULL, 'refs' => [ 'FailedResourcesMap$key' => NULL, 'ResourceARNListForGet$member' => NULL, 'ResourceARNListForTagUntag$member' => NULL, 'ResourceTagMapping$ResourceARN' => 'The ARN of the resource.
', ], ], 'ResourceARNListForGet' => [ 'base' => NULL, 'refs' => [ 'GetResourcesInput$ResourceARNList' => 'Specifies a list of ARNs of resources for which you want to retrieve tag data. You can\'t specify both this parameter and any of the pagination parameters (ResourcesPerPage
, TagsPerPage
, PaginationToken
) in the same request. If you specify both, you get an Invalid Parameter
exception.
If a resource specified by this parameter doesn\'t exist, it doesn\'t generate an error; it simply isn\'t included in the response.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
', ], ], 'ResourceARNListForTagUntag' => [ 'base' => NULL, 'refs' => [ 'TagResourcesInput$ResourceARNList' => 'Specifies the list of ARNs of the resources that you want to apply tags to.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
', 'UntagResourcesInput$ResourceARNList' => 'Specifies a list of ARNs of the resources that you want to remove tags from.
An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
', ], ], 'ResourceTagMapping' => [ 'base' => 'A list of resource ARNs and the tags (keys and values) that are associated with each.
', 'refs' => [ 'ResourceTagMappingList$member' => NULL, ], ], 'ResourceTagMappingList' => [ 'base' => NULL, 'refs' => [ 'GetResourcesOutput$ResourceTagMappingList' => 'A list of resource ARNs and the tags (keys and values) associated with each.
', ], ], 'ResourceTypeFilterList' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$ResourceTypeFilters' => 'Specifies that you want the response to include information for only resources of the specified types. The format of each resource type is service[:resourceType]
. For example, specifying a resource type of ec2
returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance
returns only EC2 instances.
The string for each service name and resource type is the same as that embedded in a resource\'s Amazon Resource Name (ARN). Consult the Amazon Web Services General Reference for the following:
For a list of service name strings, see Amazon Web Services Service Namespaces.
For resource type strings, see Example ARNs.
For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.
You can specify multiple resource types by using a comma separated array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter.
', 'GetResourcesInput$ResourceTypeFilters' => 'Specifies the resource types that you want included in the response. The format of each resource type is service[:resourceType]
. For example, specifying a resource type of ec2
returns all Amazon EC2 resources (which includes EC2 instances). Specifying a resource type of ec2:instance
returns only EC2 instances.
The string for each service name and resource type is the same as that embedded in a resource\'s Amazon Resource Name (ARN). For the list of services whose resources you can use in this parameter, see Services that support the Resource Groups Tagging API.
You can specify multiple resource types by using an array. The array can include up to 100 items. Note that the length constraint requirement applies to each resource type filter. For example, the following string would limit the response to only Amazon EC2 instances, Amazon S3 buckets, or any Audit Manager resource:
ec2:instance,s3:bucket,auditmanager
Specifies the maximum number of results to be returned in each page. A query can return fewer than this maximum, even if there are more results still to return. You should always check the PaginationToken
response value to see if there are more results. You can specify a minimum of 1 and a maximum value of 100.
The name of the Amazon S3 bucket where the report will be stored; for example:
awsexamplebucket
For more information on S3 bucket requirements, including an example bucket policy, see the example S3 bucket policy on this page.
', ], ], 'S3Location' => [ 'base' => NULL, 'refs' => [ 'DescribeReportCreationOutput$S3Location' => 'The path to the Amazon S3 bucket where the report was stored on creation.
', ], ], 'StartReportCreationInput' => [ 'base' => NULL, 'refs' => [], ], 'StartReportCreationOutput' => [ 'base' => NULL, 'refs' => [], ], 'Status' => [ 'base' => NULL, 'refs' => [ 'DescribeReportCreationOutput$Status' => 'Reports the status of the operation.
The operation status can be one of the following:
RUNNING
- Report creation is in progress.
SUCCEEDED
- Report creation is complete. You can open the report from the Amazon S3 bucket that you specified when you ran StartReportCreation
.
FAILED
- Report creation timed out or the Amazon S3 bucket is not accessible.
NO REPORT
- No report was generated in the last 90 days.
The HTTP status code of the common error.
', ], ], 'Summary' => [ 'base' => 'A count of noncompliant resources.
', 'refs' => [ 'SummaryList$member' => NULL, ], ], 'SummaryList' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryOutput$SummaryList' => 'A table that shows counts of noncompliant resources.
', ], ], 'Tag' => [ 'base' => 'The metadata that you apply to Amazon Web Services 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 Amazon Web Services Resources in the Amazon Web Services General Reference.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagFilter' => [ 'base' => 'A list of tags (keys and values) that are used to specify the associated resources.
', 'refs' => [ 'TagFilterList$member' => NULL, ], ], 'TagFilterList' => [ 'base' => NULL, 'refs' => [ 'GetResourcesInput$TagFilters' => 'Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have tags with the specified keys and, if included, the specified values. Each TagFilter
must contain a key with values optional. A request can include up to 50 keys, and each key can include up to 20 values.
Note the following when deciding how to use TagFilters:
If you don\'t specify a TagFilter
, the response includes all resources that are currently tagged or ever had a tag. Resources that currently don\'t have tags are shown with an empty tag set, like this: "Tags": []
.
If you specify more than one filter in a single request, the response returns only those resources that satisfy all filters.
If you specify a filter that contains more than one value for a key, the response returns resources that match any of the specified values for that key.
If you don\'t specify a value for a key, the response returns all resources that are tagged with that key, with any or no value.
For example, for the following filters: filter1= {keyA,{value1}}
, filter2={keyB,{value2,value3,value4}}
, filter3= {keyC}
:
GetResources({filter1})
returns resources tagged with key1=value1
GetResources({filter2})
returns resources tagged with key2=value2
or key2=value3
or key2=value4
GetResources({filter3})
returns resources tagged with any tag with the key key3
, and with any or no value
GetResources({filter1,filter2,filter3})
returns resources tagged with (key1=value1) and (key2=value2 or key2=value3 or key2=value4) and (key3, any or no value)
Specifies the tag key for which you want to list all existing values that are currently used in the specified Amazon Web Services Region for the calling account.
', 'Tag$Key' => 'One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.
', 'TagFilter$Key' => 'One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values.
', 'TagKeyFilterList$member' => NULL, 'TagKeyList$member' => NULL, 'TagKeyListForUntag$member' => NULL, 'TagMap$key' => NULL, ], ], 'TagKeyFilterList' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$TagKeyFilters' => 'Specifies that you want the response to include information for only resources that have tags with the specified tag keys. If you use this parameter, the count of returned noncompliant resources includes only resources that have the specified tag keys.
', ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'ComplianceDetails$NoncompliantKeys' => 'These tag keys on the resource are noncompliant with the effective tag policy.
', 'ComplianceDetails$KeysWithNoncompliantValues' => 'These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.
', 'GetTagKeysOutput$TagKeys' => 'A list of all tag keys in the Amazon Web Services account.
', ], ], 'TagKeyListForUntag' => [ 'base' => NULL, 'refs' => [ 'UntagResourcesInput$TagKeys' => 'Specifies a list of tag keys that you want to remove from the specified resources.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'ResourceTagMapping$Tags' => 'The tags that have been applied to one or more Amazon Web Services resources.
', ], ], 'TagMap' => [ 'base' => NULL, 'refs' => [ 'TagResourcesInput$Tags' => 'Specifies a list of tags that you want to add to the specified resources. A tag consists of a key and a value that you define.
', ], ], 'TagResourcesInput' => [ 'base' => NULL, 'refs' => [], ], 'TagResourcesOutput' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.
', 'TagMap$value' => NULL, 'TagValueList$member' => NULL, 'TagValuesOutputList$member' => NULL, ], ], 'TagValueList' => [ 'base' => NULL, 'refs' => [ 'TagFilter$Values' => 'One part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key). The value can be empty or null.
', ], ], 'TagValuesOutputList' => [ 'base' => NULL, 'refs' => [ 'GetTagValuesOutput$TagValues' => 'A list of all tag values for the specified key currently used in the specified Amazon Web Services Region for the calling account.
', ], ], 'TagsPerPage' => [ 'base' => NULL, 'refs' => [ 'GetResourcesInput$TagsPerPage' => 'Amazon Web Services recommends using ResourcesPerPage
instead of this parameter.
A limit that restricts the number of tags (key and value pairs) returned by GetResources
in paginated output. A resource with no tags is counted as having one tag (one key and value pair).
GetResources
does not split a resource and its associated tags across pages. If the specified TagsPerPage
would cause such a break, a PaginationToken
is returned in place of the affected resource and its tags. Use that token in another request to get the remaining data. For example, if you specify a TagsPerPage
of 100
and the account has 22 resources with 10 tags each (meaning that each resource has 10 key and value pairs), the output will consist of three pages. The first page displays the first 10 resources, each with its 10 tags. The second page displays the next 10 resources, each with its 10 tags. The third page displays the remaining 2 resources, each with its 10 tags.
You can set TagsPerPage
to a minimum of 100 items up to a maximum of 500 items.
The account identifier or the root identifier of the organization. If you don\'t know the root ID, you can call the Organizations ListRoots API.
', 'TargetIdFilterList$member' => NULL, ], ], 'TargetIdFilterList' => [ 'base' => NULL, 'refs' => [ 'GetComplianceSummaryInput$TargetIdFilters' => 'Specifies target identifiers (usually, specific account IDs) to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources with the specified target IDs.
', ], ], 'TargetIdType' => [ 'base' => NULL, 'refs' => [ 'Summary$TargetIdType' => 'Whether the target is an account, an OU, or the organization root.
', ], ], 'ThrottledException' => [ 'base' => 'The request was denied to limit the frequency of submitted requests.
', 'refs' => [], ], 'UntagResourcesInput' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourcesOutput' => [ 'base' => NULL, 'refs' => [], ], ],];