aws-sdk-resourcegroupstaggingapi 1.21.0 → 1.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f76551ae431f1ab74f8a180546351437e41ef63f
4
- data.tar.gz: '0199fe5a0ee304a6ab904b0a571ff1f6adc5fd6c'
3
+ metadata.gz: 59c9584ceeb0057a877d4cc1701173fa9e08bac6
4
+ data.tar.gz: e3128dbf3ef0499bf8bc2e91b61f3639229c4a60
5
5
  SHA512:
6
- metadata.gz: 3ec1a16d9c9b8dc60e2d2b09799f3c4949ce1a9cf450d2cf2c3aa3465020c81ad84832ff4d96cf4b1f571d5bfd0a6991188accc7b5b6296dbea005c6a5a6b849
7
- data.tar.gz: a8633ef68e7b5f623125956d81c70b58e2c0eecbc1ae5ef1c377045af81f6b65c3d771eec675983c32972f0a0e9ae0655d3dab761cbd744471dd1fb79aba85c8
6
+ metadata.gz: c56904078adc56829c2352f9479fd0f65a347721dad685cc47757fe9fac8ab039fc86de7cf5f19986c1e7c52b58784c807bf410ac019353305d7658ae0f0bc94
7
+ data.tar.gz: c6e12e3b9c89023d5ed2dd34e28989a4c47dd22bbb163246e0d634891a8fe812fea9cf5b058e493dd9660dbf57ecae5adb52800b518ce40062d6c8b7371c917c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroupsTaggingAPI
44
44
 
45
- GEM_VERSION = '1.21.0'
45
+ GEM_VERSION = '1.22.0'
46
46
 
47
47
  end
@@ -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.21.0'
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
- # Details of the common errors that all actions return.
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
- # Details of resources that could not be tagged. An error code, status
770
- # code, and error message are returned for each failed item.
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.21.0
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: 2019-12-18 00:00:00.000000000 Z
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