{ "version":"2.0", "metadata":{ "apiVersion":"2017-01-26", "endpointPrefix":"tagging", "jsonVersion":"1.1", "protocol":"json", "serviceFullName":"AWS Resource Groups Tagging API", "serviceId":"Resource Groups Tagging API", "signatureVersion":"v4", "targetPrefix":"ResourceGroupsTaggingAPI_20170126", "uid":"resourcegroupstaggingapi-2017-01-26" }, "operations":{ "DescribeReportCreation":{ "name":"DescribeReportCreation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DescribeReportCreationInput"}, "output":{"shape":"DescribeReportCreationOutput"}, "errors":[ {"shape":"ConstraintViolationException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"} ], "documentation":"

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":{ "name":"GetComplianceSummary", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetComplianceSummaryInput"}, "output":{"shape":"GetComplianceSummaryOutput"}, "errors":[ {"shape":"ConstraintViolationException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"} ], "documentation":"

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 AWS 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.

" }, "GetResources":{ "name":"GetResources", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetResourcesInput"}, "output":{"shape":"GetResourcesOutput"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"}, {"shape":"InternalServiceException"}, {"shape":"PaginationTokenExpiredException"} ], "documentation":"

Returns all the tagged or previously tagged resources that are located in the specified Region for the AWS 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.

" }, "GetTagKeys":{ "name":"GetTagKeys", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTagKeysInput"}, "output":{"shape":"GetTagKeysOutput"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"}, {"shape":"InternalServiceException"}, {"shape":"PaginationTokenExpiredException"} ], "documentation":"

Returns all tag keys currently in use in the specified Region for the calling AWS 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.

" }, "GetTagValues":{ "name":"GetTagValues", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTagValuesInput"}, "output":{"shape":"GetTagValuesOutput"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"}, {"shape":"InternalServiceException"}, {"shape":"PaginationTokenExpiredException"} ], "documentation":"

Returns all tag values for the specified key that are used in the specified AWS Region for the calling AWS 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.

" }, "StartReportCreation":{ "name":"StartReportCreation", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StartReportCreationInput"}, "output":{"shape":"StartReportCreationOutput"}, "errors":[ {"shape":"ConcurrentModificationException"}, {"shape":"ConstraintViolationException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"} ], "documentation":"

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":{ "name":"TagResources", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"TagResourcesInput"}, "output":{"shape":"TagResourcesOutput"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"}, {"shape":"InternalServiceException"} ], "documentation":"

Applies one or more tags to the specified resources. Note the following:

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.

" }, "UntagResources":{ "name":"UntagResources", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UntagResourcesInput"}, "output":{"shape":"UntagResourcesOutput"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottledException"}, {"shape":"InternalServiceException"} ], "documentation":"

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:

" } }, "shapes":{ "AmazonResourceType":{ "type":"string", "max":256, "min":0, "pattern":"[\\s\\S]*" }, "ComplianceDetails":{ "type":"structure", "members":{ "NoncompliantKeys":{ "shape":"TagKeyList", "documentation":"

These tag keys on the resource are noncompliant with the effective tag policy.

" }, "KeysWithNoncompliantValues":{ "shape":"TagKeyList", "documentation":"

These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.

" }, "ComplianceStatus":{ "shape":"ComplianceStatus", "documentation":"

Whether a resource is compliant with the effective tag policy.

" } }, "documentation":"

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

" }, "ComplianceStatus":{"type":"boolean"}, "ConcurrentModificationException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The target of the operation is currently being modified by a different request. Try again later.

", "exception":true }, "ConstraintViolationException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

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.

", "exception":true }, "DescribeReportCreationInput":{ "type":"structure", "members":{ } }, "DescribeReportCreationOutput":{ "type":"structure", "members":{ "Status":{ "shape":"Status", "documentation":"

Reports the status of the operation.

The operation status can be one of the following:

" }, "S3Location":{ "shape":"S3Location", "documentation":"

The path to the Amazon S3 bucket where the report was stored on creation.

" }, "ErrorMessage":{ "shape":"ErrorMessage", "documentation":"

Details of the common errors that all operations return.

" } } }, "ErrorCode":{ "type":"string", "enum":[ "InternalServiceException", "InvalidParameterException" ] }, "ErrorMessage":{"type":"string"}, "ExceptionMessage":{ "type":"string", "max":2048, "min":0 }, "ExcludeCompliantResources":{"type":"boolean"}, "FailedResourcesMap":{ "type":"map", "key":{"shape":"ResourceARN"}, "value":{"shape":"FailureInfo"} }, "FailureInfo":{ "type":"structure", "members":{ "StatusCode":{ "shape":"StatusCode", "documentation":"

The HTTP status code of the common error.

" }, "ErrorCode":{ "shape":"ErrorCode", "documentation":"

The code of the common error. Valid values include InternalServiceException, InvalidParameterException, and any valid error code returned by the AWS service that hosts the resource that you want to tag.

" }, "ErrorMessage":{ "shape":"ErrorMessage", "documentation":"

The message of the common error.

" } }, "documentation":"

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 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:

For more information on errors that are generated from other AWS services, see the documentation for that service.

" }, "GetComplianceSummaryInput":{ "type":"structure", "members":{ "TargetIdFilters":{ "shape":"TargetIdFilterList", "documentation":"

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.

" }, "RegionFilters":{ "shape":"RegionFilterList", "documentation":"

Specifies a list of AWS Regions to limit the output by. If you use this parameter, the count of returned noncompliant resources includes only resources in the specified Regions.

" }, "ResourceTypeFilters":{ "shape":"ResourceTypeFilterList", "documentation":"

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 AWS General Reference for the following:

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.

" }, "TagKeyFilters":{ "shape":"TagKeyFilterList", "documentation":"

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.

" }, "GroupBy":{ "shape":"GroupBy", "documentation":"

Specifies a list of attributes to group the counts of noncompliant resources by. If supplied, the counts are sorted by those attributes.

" }, "MaxResults":{ "shape":"MaxResultsGetComplianceSummary", "documentation":"

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.

" }, "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" } } }, "GetComplianceSummaryOutput":{ "type":"structure", "members":{ "SummaryList":{ "shape":"SummaryList", "documentation":"

A table that shows counts of noncompliant resources.

" }, "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" } } }, "GetResourcesInput":{ "type":"structure", "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" }, "TagFilters":{ "shape":"TagFilterList", "documentation":"

Specifies a list of TagFilters (keys and values) to restrict the output to only those resources that have the specified tag and, if included, the specified value. 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:

" }, "ResourcesPerPage":{ "shape":"ResourcesPerPage", "documentation":"

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.

" }, "TagsPerPage":{ "shape":"TagsPerPage", "documentation":"

AWS 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.

" }, "ResourceTypeFilters":{ "shape":"ResourceTypeFilterList", "documentation":"

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). Consult the AWS General Reference for the following:

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

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.

" }, "IncludeComplianceDetails":{ "shape":"IncludeComplianceDetails", "documentation":"

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.

" }, "ExcludeCompliantResources":{ "shape":"ExcludeCompliantResources", "documentation":"

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.

" }, "ResourceARNList":{ "shape":"ResourceARNListForGet", "documentation":"

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 AWS Service Namespaces in the AWS General Reference.

" } } }, "GetResourcesOutput":{ "type":"structure", "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" }, "ResourceTagMappingList":{ "shape":"ResourceTagMappingList", "documentation":"

A list of resource ARNs and the tags (keys and values) associated with those ARNs.

" } } }, "GetTagKeysInput":{ "type":"structure", "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" } } }, "GetTagKeysOutput":{ "type":"structure", "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" }, "TagKeys":{ "shape":"TagKeyList", "documentation":"

A list of all tag keys in the AWS account.

" } } }, "GetTagValuesInput":{ "type":"structure", "required":["Key"], "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" }, "Key":{ "shape":"TagKey", "documentation":"

Specifies the tag key for which you want to list all existing values that are currently used in the specified AWS Region for the calling AWS account.

" } } }, "GetTagValuesOutput":{ "type":"structure", "members":{ "PaginationToken":{ "shape":"PaginationToken", "documentation":"

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.

" }, "TagValues":{ "shape":"TagValuesOutputList", "documentation":"

A list of all tag values for the specified key currently used in the specified AWS Region for the calling AWS account.

" } } }, "GroupBy":{ "type":"list", "member":{"shape":"GroupByAttribute"} }, "GroupByAttribute":{ "type":"string", "enum":[ "TARGET_ID", "REGION", "RESOURCE_TYPE" ] }, "IncludeComplianceDetails":{"type":"boolean"}, "InternalServiceException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The request processing failed because of an unknown error, exception, or failure. You can retry the request.

", "exception":true, "fault":true }, "InvalidParameterException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

This error indicates one of the following:

", "exception":true }, "LastUpdated":{"type":"string"}, "MaxResultsGetComplianceSummary":{ "type":"integer", "max":1000, "min":1 }, "NonCompliantResources":{"type":"long"}, "PaginationToken":{ "type":"string", "max":2048, "min":0, "pattern":"[\\s\\S]*" }, "PaginationTokenExpiredException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

A PaginationToken is valid for a maximum of 15 minutes. Your request was denied because the specified PaginationToken has expired.

", "exception":true }, "Region":{ "type":"string", "max":256, "min":1, "pattern":"[\\s\\S]*" }, "RegionFilterList":{ "type":"list", "member":{"shape":"Region"}, "max":100, "min":1 }, "ResourceARN":{ "type":"string", "max":1011, "min":1, "pattern":"[\\s\\S]*" }, "ResourceARNListForGet":{ "type":"list", "member":{"shape":"ResourceARN"}, "max":100, "min":1 }, "ResourceARNListForTagUntag":{ "type":"list", "member":{"shape":"ResourceARN"}, "max":20, "min":1 }, "ResourceTagMapping":{ "type":"structure", "members":{ "ResourceARN":{ "shape":"ResourceARN", "documentation":"

The ARN of the resource.

" }, "Tags":{ "shape":"TagList", "documentation":"

The tags that have been applied to one or more AWS resources.

" }, "ComplianceDetails":{ "shape":"ComplianceDetails", "documentation":"

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

" } }, "documentation":"

A list of resource ARNs and the tags (keys and values) that are associated with each.

" }, "ResourceTagMappingList":{ "type":"list", "member":{"shape":"ResourceTagMapping"} }, "ResourceTypeFilterList":{ "type":"list", "member":{"shape":"AmazonResourceType"} }, "ResourcesPerPage":{"type":"integer"}, "S3Bucket":{ "type":"string", "max":63, "min":3, "pattern":"[a-z0-9.-]*" }, "S3Location":{"type":"string"}, "StartReportCreationInput":{ "type":"structure", "required":["S3Bucket"], "members":{ "S3Bucket":{ "shape":"S3Bucket", "documentation":"

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.

" } } }, "StartReportCreationOutput":{ "type":"structure", "members":{ } }, "Status":{"type":"string"}, "StatusCode":{"type":"integer"}, "Summary":{ "type":"structure", "members":{ "LastUpdated":{ "shape":"LastUpdated", "documentation":"

The timestamp that shows when this summary was generated in this Region.

" }, "TargetId":{ "shape":"TargetId", "documentation":"

The account identifier or the root identifier of the organization. If you don't know the root ID, you can call the AWS Organizations ListRoots API.

" }, "TargetIdType":{ "shape":"TargetIdType", "documentation":"

Whether the target is an account, an OU, or the organization root.

" }, "Region":{ "shape":"Region", "documentation":"

The AWS Region that the summary applies to.

" }, "ResourceType":{ "shape":"AmazonResourceType", "documentation":"

The AWS resource type.

" }, "NonCompliantResources":{ "shape":"NonCompliantResources", "documentation":"

The count of noncompliant resources.

" } }, "documentation":"

A count of noncompliant resources.

" }, "SummaryList":{ "type":"list", "member":{"shape":"Summary"} }, "Tag":{ "type":"structure", "required":[ "Key", "Value" ], "members":{ "Key":{ "shape":"TagKey", "documentation":"

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.

" }, "Value":{ "shape":"TagValue", "documentation":"

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.

" } }, "documentation":"

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":{ "type":"structure", "members":{ "Key":{ "shape":"TagKey", "documentation":"

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.

" }, "Values":{ "shape":"TagValueList", "documentation":"

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.

" } }, "documentation":"

A list of tags (keys and values) that are used to specify the associated resources.

" }, "TagFilterList":{ "type":"list", "member":{"shape":"TagFilter"}, "max":50, "min":0 }, "TagKey":{ "type":"string", "max":128, "min":1, "pattern":"[\\s\\S]*" }, "TagKeyFilterList":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":1 }, "TagKeyList":{ "type":"list", "member":{"shape":"TagKey"} }, "TagKeyListForUntag":{ "type":"list", "member":{"shape":"TagKey"}, "max":50, "min":1 }, "TagList":{ "type":"list", "member":{"shape":"Tag"} }, "TagMap":{ "type":"map", "key":{"shape":"TagKey"}, "value":{"shape":"TagValue"}, "max":50, "min":1 }, "TagResourcesInput":{ "type":"structure", "required":[ "ResourceARNList", "Tags" ], "members":{ "ResourceARNList":{ "shape":"ResourceARNListForTagUntag", "documentation":"

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 AWS Service Namespaces in the AWS General Reference.

" }, "Tags":{ "shape":"TagMap", "documentation":"

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.

" } } }, "TagResourcesOutput":{ "type":"structure", "members":{ "FailedResourcesMap":{ "shape":"FailedResourcesMap", "documentation":"

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.

" } } }, "TagValue":{ "type":"string", "max":256, "min":0, "pattern":"[\\s\\S]*" }, "TagValueList":{ "type":"list", "member":{"shape":"TagValue"}, "max":20, "min":0 }, "TagValuesOutputList":{ "type":"list", "member":{"shape":"TagValue"} }, "TagsPerPage":{"type":"integer"}, "TargetId":{ "type":"string", "max":68, "min":6, "pattern":"[a-zA-Z0-9-]*" }, "TargetIdFilterList":{ "type":"list", "member":{"shape":"TargetId"}, "max":100, "min":1 }, "TargetIdType":{ "type":"string", "enum":[ "ACCOUNT", "OU", "ROOT" ] }, "ThrottledException":{ "type":"structure", "members":{ "Message":{"shape":"ExceptionMessage"} }, "documentation":"

The request was denied to limit the frequency of submitted requests.

", "exception":true }, "UntagResourcesInput":{ "type":"structure", "required":[ "ResourceARNList", "TagKeys" ], "members":{ "ResourceARNList":{ "shape":"ResourceARNListForTagUntag", "documentation":"

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 AWS Service Namespaces in the AWS General Reference.

" }, "TagKeys":{ "shape":"TagKeyListForUntag", "documentation":"

Specifies a list of tag keys that you want to remove from the specified resources.

" } } }, "UntagResourcesOutput":{ "type":"structure", "members":{ "FailedResourcesMap":{ "shape":"FailedResourcesMap", "documentation":"

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.

" } } } }, "documentation":"Resource Groups Tagging API" }