aws-sdk-ssm 1.115.0 → 1.116.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssm/client.rb +1 -1
- data/lib/aws-sdk-ssm/types.rb +3 -3
- data/lib/aws-sdk-ssm.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99f9efd24f3404f40715242bb28be60ce711d14bc4d9bba090dde97db06b9e8e
|
|
4
|
+
data.tar.gz: 95f69c8d44dc5c2d60590e25235ad540fae6408c5c77ab5482b31755552dcce2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a2fb0264599c35629b129cb8a1bf9f1ec88bb5d6f73a2aa5f70f71e6c7605412b2483eaf5943fd7f954df617763fe1cd0c742bd2011bb4b84fa14f590f49310
|
|
7
|
+
data.tar.gz: 67a367a01cf9534277904866489f4d4d826c2e4170f12fb04996ea37d3b8640323900cc5babdae8f7a361268dca7983fea2220c9bb326af6f31d963f208e0d58
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.116.0
|
data/lib/aws-sdk-ssm/client.rb
CHANGED
|
@@ -11294,7 +11294,7 @@ module Aws::SSM
|
|
|
11294
11294
|
params: params,
|
|
11295
11295
|
config: config)
|
|
11296
11296
|
context[:gem_name] = 'aws-sdk-ssm'
|
|
11297
|
-
context[:gem_version] = '1.
|
|
11297
|
+
context[:gem_version] = '1.116.0'
|
|
11298
11298
|
Seahorse::Client::Request.new(handlers, context)
|
|
11299
11299
|
end
|
|
11300
11300
|
|
data/lib/aws-sdk-ssm/types.rb
CHANGED
|
@@ -14968,7 +14968,7 @@ module Aws::SSM
|
|
|
14968
14968
|
:last_modified_date,
|
|
14969
14969
|
:arn,
|
|
14970
14970
|
:data_type)
|
|
14971
|
-
SENSITIVE = []
|
|
14971
|
+
SENSITIVE = [:value]
|
|
14972
14972
|
include Aws::Structure
|
|
14973
14973
|
end
|
|
14974
14974
|
|
|
@@ -15066,7 +15066,7 @@ module Aws::SSM
|
|
|
15066
15066
|
:tier,
|
|
15067
15067
|
:policies,
|
|
15068
15068
|
:data_type)
|
|
15069
|
-
SENSITIVE = []
|
|
15069
|
+
SENSITIVE = [:value]
|
|
15070
15070
|
include Aws::Structure
|
|
15071
15071
|
end
|
|
15072
15072
|
|
|
@@ -16432,7 +16432,7 @@ module Aws::SSM
|
|
|
16432
16432
|
:tier,
|
|
16433
16433
|
:policies,
|
|
16434
16434
|
:data_type)
|
|
16435
|
-
SENSITIVE = []
|
|
16435
|
+
SENSITIVE = [:value]
|
|
16436
16436
|
include Aws::Structure
|
|
16437
16437
|
end
|
|
16438
16438
|
|
data/lib/aws-sdk-ssm.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ssm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.116.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: 2021-08-
|
|
11
|
+
date: 2021-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|