aws-sdk-resourcegroupstaggingapi 1.20.0 → 1.21.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: 071e7a74205cb31f4e5819218658772e9d7cc806
4
- data.tar.gz: edadb343258ac30205e7d608c7998d08be61d5b2
3
+ metadata.gz: f76551ae431f1ab74f8a180546351437e41ef63f
4
+ data.tar.gz: '0199fe5a0ee304a6ab904b0a571ff1f6adc5fd6c'
5
5
  SHA512:
6
- metadata.gz: 5402925dbc2d1290bea637dd0f266bb95e5bd3753169d86859acab293ef749379fa0f0d0c092600f90c51c6d7019e97a187a7ab39b6d951264274cb5ece4e1b6
7
- data.tar.gz: 8c8713c8bc26d27309165e18af4550547d4c92460ad938d6bfdb98349c55ba16a8bab515c4db603b82b14197f4dc0606f1317389966b8f996b4363e0856161c3
6
+ metadata.gz: 3ec1a16d9c9b8dc60e2d2b09799f3c4949ce1a9cf450d2cf2c3aa3465020c81ad84832ff4d96cf4b1f571d5bfd0a6991188accc7b5b6296dbea005c6a5a6b849
7
+ data.tar.gz: a8633ef68e7b5f623125956d81c70b58e2c0eecbc1ae5ef1c377045af81f6b65c3d771eec675983c32972f0a0e9ae0655d3dab761cbd744471dd1fb79aba85c8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroupsTaggingAPI
44
44
 
45
- GEM_VERSION = '1.20.0'
45
+ GEM_VERSION = '1.21.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.20.0'
834
+ context[:gem_version] = '1.21.0'
835
835
  Seahorse::Client::Request.new(handlers, context)
836
836
  end
837
837
 
@@ -12,11 +12,14 @@ module Aws::ResourceGroupsTaggingAPI
12
12
  # effective tag policy, including details on any noncompliant tag keys.
13
13
  #
14
14
  # @!attribute [rw] noncompliant_keys
15
- # The tag key is noncompliant with the effective tag policy.
15
+ # These tag keys on the resource are noncompliant with the effective
16
+ # tag policy.
16
17
  # @return [Array<String>]
17
18
  #
18
19
  # @!attribute [rw] keys_with_noncompliant_values
19
- # The tag value is noncompliant with the effective tag policy.
20
+ # These are keys defined in the effective policy that are on the
21
+ # resource with either incorrect case treatment or noncompliant
22
+ # values.
20
23
  # @return [Array<String>]
21
24
  #
22
25
  # @!attribute [rw] compliance_status
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.20.0
4
+ version: 1.21.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-11-26 00:00:00.000000000 Z
11
+ date: 2019-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core