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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 10a3a1d39f0a238079125f3a7f1177ceec6592c04567df2c8585ffcc5220811c
4
- data.tar.gz: 63954e1f33a7d17d482a8001eaeafa346cc782447c29f2f29c8d18d566f57042
3
+ metadata.gz: 99f9efd24f3404f40715242bb28be60ce711d14bc4d9bba090dde97db06b9e8e
4
+ data.tar.gz: 95f69c8d44dc5c2d60590e25235ad540fae6408c5c77ab5482b31755552dcce2
5
5
  SHA512:
6
- metadata.gz: a5628b3e256aa2015fee8b59db3a9fb9f715005f67e320fdf0cff03d7493c2195e8e4ec1c8557c7b0bc2123b65ab0c72c7c16e2b327ec594d122f8f35f36a585
7
- data.tar.gz: bb7b63bd418bc46cb3d5e3da506e9bd470c76ff205c40f85ff7735f10708d34f1333c4ab82fbfff708ef80453e1c8292614bd0f4201caadcfd2725e9cf13e035
6
+ metadata.gz: 0a2fb0264599c35629b129cb8a1bf9f1ec88bb5d6f73a2aa5f70f71e6c7605412b2483eaf5943fd7f954df617763fe1cd0c742bd2011bb4b84fa14f590f49310
7
+ data.tar.gz: 67a367a01cf9534277904866489f4d4d826c2e4170f12fb04996ea37d3b8640323900cc5babdae8f7a361268dca7983fea2220c9bb326af6f31d963f208e0d58
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.116.0 (2021-08-24)
5
+ ------------------
6
+
7
+ * Feature - Updated Parameter Store property for logging improvements.
8
+
4
9
  1.115.0 (2021-08-09)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.115.0
1
+ 1.116.0
@@ -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.115.0'
11297
+ context[:gem_version] = '1.116.0'
11298
11298
  Seahorse::Client::Request.new(handlers, context)
11299
11299
  end
11300
11300
 
@@ -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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ssm/customizations'
49
49
  # @!group service
50
50
  module Aws::SSM
51
51
 
52
- GEM_VERSION = '1.115.0'
52
+ GEM_VERSION = '1.116.0'
53
53
 
54
54
  end
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.115.0
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-09 00:00:00.000000000 Z
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