aws-sdk-resourcegroupstaggingapi 1.21.0 → 1.22.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 59c9584ceeb0057a877d4cc1701173fa9e08bac6
|
4
|
+
data.tar.gz: e3128dbf3ef0499bf8bc2e91b61f3639229c4a60
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c56904078adc56829c2352f9479fd0f65a347721dad685cc47757fe9fac8ab039fc86de7cf5f19986c1e7c52b58784c807bf410ac019353305d7658ae0f0bc94
|
7
|
+
data.tar.gz: c6e12e3b9c89023d5ed2dd34e28989a4c47dd22bbb163246e0d634891a8fe812fea9cf5b058e493dd9660dbf57ecae5adb52800b518ce40062d6c8b7371c917c
|
@@ -831,7 +831,7 @@ module Aws::ResourceGroupsTaggingAPI
|
|
831
831
|
params: params,
|
832
832
|
config: config)
|
833
833
|
context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
|
834
|
-
context[:gem_version] = '1.
|
834
|
+
context[:gem_version] = '1.22.0'
|
835
835
|
Seahorse::Client::Request.new(handlers, context)
|
836
836
|
end
|
837
837
|
|
@@ -121,7 +121,37 @@ module Aws::ResourceGroupsTaggingAPI
|
|
121
121
|
include Aws::Structure
|
122
122
|
end
|
123
123
|
|
124
|
-
#
|
124
|
+
# Information about the errors that are returned for each failed
|
125
|
+
# resource. This information can include `InternalServiceException` and
|
126
|
+
# `InvalidParameterException` errors. It can also include any valid
|
127
|
+
# error code returned by the AWS service that hosts the resource that
|
128
|
+
# the ARN key represents.
|
129
|
+
#
|
130
|
+
# The following are common error codes that you might receive from other
|
131
|
+
# AWS services:
|
132
|
+
#
|
133
|
+
# * **InternalServiceException** – This can mean that the Resource
|
134
|
+
# Groups Tagging API didn't receive a response from another AWS
|
135
|
+
# service. It can also mean the the resource type in the request is
|
136
|
+
# not supported by the Resource Groups Tagging API. In these cases,
|
137
|
+
# it's safe to retry the request and then call [GetResources][1] to
|
138
|
+
# verify the changes.
|
139
|
+
#
|
140
|
+
# * **AccessDeniedException** – This can mean that you need permission
|
141
|
+
# to calling tagging operations in the AWS service that contains the
|
142
|
+
# resource. For example, to use the Resource Groups Tagging API to tag
|
143
|
+
# a CloudWatch alarm resource, you need permission to call [
|
144
|
+
# `TagResources` ][2] *and* [ `TagResource` ][3] in the CloudWatch
|
145
|
+
# API.
|
146
|
+
#
|
147
|
+
# For more information on errors that are generated from other AWS
|
148
|
+
# services, see the documentation for that service.
|
149
|
+
#
|
150
|
+
#
|
151
|
+
#
|
152
|
+
# [1]: http://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_GetResources.html
|
153
|
+
# [2]: http://docs.aws.amazon.com/resourcegroupstagging/latest/APIReference/API_TagResources.html
|
154
|
+
# [3]: http://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html
|
125
155
|
#
|
126
156
|
# @!attribute [rw] status_code
|
127
157
|
# The HTTP status code of the common error.
|
@@ -766,8 +796,11 @@ module Aws::ResourceGroupsTaggingAPI
|
|
766
796
|
end
|
767
797
|
|
768
798
|
# @!attribute [rw] failed_resources_map
|
769
|
-
#
|
770
|
-
#
|
799
|
+
# A map containing a key-value pair for each failed item that
|
800
|
+
# couldn't be tagged. The key is the ARN of the failed resource. The
|
801
|
+
# value is a `FailureInfo` object that contains an error code, a
|
802
|
+
# status code, and an error message. If there are no errors, the
|
803
|
+
# `FailedResourcesMap` is empty.
|
771
804
|
# @return [Hash<String,Types::FailureInfo>]
|
772
805
|
#
|
773
806
|
# @see http://docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/TagResourcesOutput AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-resourcegroupstaggingapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|