aws-sdk-resourcegroups 1.9.0 → 1.10.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: 99d29932fd73c04f9049f8b9f74b37fb3c042042
4
- data.tar.gz: 8c4e3e7afa13c8a71952383e746e52c2be059e19
3
+ metadata.gz: 40eb168ac2d3ac78d151bda9599003f1675d0559
4
+ data.tar.gz: 71f58e9febeeb7ab9d87822eaaea0b994eda7f7f
5
5
  SHA512:
6
- metadata.gz: e094cabc82cc79e7263cc68829f325699fa209eaf55fccfe7e846e5e7792c7e9066bac461c7b7176161dac0989e32a811f962feb00c5e2c50801ceb050d47dff
7
- data.tar.gz: 59f1a7a115f850b125be4530c62c17ab0db0132f7df565068497cf316996597265550f4624d4067bfb38fc5d0c1a67e30918ca164fd4d8758345175494e99720
6
+ metadata.gz: 6555af38c6da6454a885a89e7dd8b131bbb6ecee52be7b6da87aa73e3092f8daf7e19be2ea2b9ff50c09447a20cdfd520f89a93a6a31bbaaf2d4f85bdc9479d7
7
+ data.tar.gz: b4a929f46edf802f91f21c2ccd5988fb8e5361f80d4de5b6402048d5220e780d5d9cc62e3da627fdb12c9f6be6b25f436d3338fe065408381b055ec12ee0d5d1
@@ -574,8 +574,8 @@ module Aws::ResourceGroups
574
574
  req.send_request(options)
575
575
  end
576
576
 
577
- # Adds specified tags to a resource with the specified ARN. Existing
578
- # tags on a resource are not changed if they are not specified in the
577
+ # Adds tags to a resource group with the specified ARN. Existing tags on
578
+ # a resource group are not changed if they are not specified in the
579
579
  # request parameters.
580
580
  #
581
581
  # @option params [required, String] :arn
@@ -740,7 +740,7 @@ module Aws::ResourceGroups
740
740
  params: params,
741
741
  config: config)
742
742
  context[:gem_name] = 'aws-sdk-resourcegroups'
743
- context[:gem_version] = '1.9.0'
743
+ context[:gem_version] = '1.10.0'
744
744
  Seahorse::Client::Request.new(handlers, context)
745
745
  end
746
746
 
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroups/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroups
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroups
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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: 2018-11-20 00:00:00.000000000 Z
11
+ date: 2019-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core