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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f76551ae431f1ab74f8a180546351437e41ef63f
|
|
4
|
+
data.tar.gz: '0199fe5a0ee304a6ab904b0a571ff1f6adc5fd6c'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ec1a16d9c9b8dc60e2d2b09799f3c4949ce1a9cf450d2cf2c3aa3465020c81ad84832ff4d96cf4b1f571d5bfd0a6991188accc7b5b6296dbea005c6a5a6b849
|
|
7
|
+
data.tar.gz: a8633ef68e7b5f623125956d81c70b58e2c0eecbc1ae5ef1c377045af81f6b65c3d771eec675983c32972f0a0e9ae0655d3dab761cbd744471dd1fb79aba85c8
|
|
@@ -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.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
|
-
#
|
|
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
|
-
#
|
|
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.
|
|
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
|
+
date: 2019-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|