aws-sdk-ssm 1.168.0 → 1.169.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: e77ec62981933c9bd0b1d196090d59ba33aa9ab82090a3a0643c0ccfcd1ef731
4
- data.tar.gz: 3b3f69faa078c0c6c8a12032a86f5532bd46a64c808121d23bcbd82c39ea94d9
3
+ metadata.gz: 9407c71f96078bf59b53cc3a213493278e60a3bab87ccde8c3aea1ce3914314f
4
+ data.tar.gz: 1eea811b73935d5732bed1ac04aa93cbbdc3b84413984bd45d22f1903777029a
5
5
  SHA512:
6
- metadata.gz: 3d5334eb866793681fe18a9dd6195da3250f61c484cdba8a4abd85271f3d39fdf229d74f5f67f26b2d567a9377576796e10e9a6f5d76e18d65b55308042efd9e
7
- data.tar.gz: 8a840bad2748622862b99256539944c08d4fb41c4a6a832cfee742b2aa34fa24246c1ac7fb38c7973bed74e0b92191d8f17d8609721af04172b9ca6c13b86ee1
6
+ metadata.gz: 764a430eadcaa29ecbeddba2bb2c4e574a803c6533689b1216ba7cabd243aa294d93e5c9d7c48935c72d3cea44378d18b217585219f12daf4c9aa39ce2e35287
7
+ data.tar.gz: b04b09e9da34471f9efd5b11207d64f50e1e2f19066e03fb43e5fdd904aa69db2590f75d7e13c670e73dffc2776de24a2c21b9af1cb5f20d4ffa59f8cf8aa8cb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.169.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.168.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.168.0
1
+ 1.169.0
@@ -301,8 +301,9 @@ module Aws::SSM
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -12566,7 +12567,7 @@ module Aws::SSM
12566
12567
  params: params,
12567
12568
  config: config)
12568
12569
  context[:gem_name] = 'aws-sdk-ssm'
12569
- context[:gem_version] = '1.168.0'
12570
+ context[:gem_version] = '1.169.0'
12570
12571
  Seahorse::Client::Request.new(handlers, context)
12571
12572
  end
12572
12573
 
data/lib/aws-sdk-ssm.rb CHANGED
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-ssm/customizations'
53
53
  # @!group service
54
54
  module Aws::SSM
55
55
 
56
- GEM_VERSION = '1.168.0'
56
+ GEM_VERSION = '1.169.0'
57
57
 
58
58
  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.168.0
4
+ version: 1.169.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core