aws-sdk-ssm 1.161.0 → 1.162.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: 69901ab295300f6ef0d3564f065f801fa093f08118f1260f385cf53227b71dc4
4
- data.tar.gz: 6557c9708f0608dd7cc967827eecd19cc7a8a44c658e661a35857663ebf48197
3
+ metadata.gz: 05e323978895765b99e9bbbe3d1218bb41fe94b30d493a1fd286c19b882bd7a3
4
+ data.tar.gz: 7337bfd5781e637fd8ab59d34ece2d862ca83b9488746b7ecd164302551441a6
5
5
  SHA512:
6
- metadata.gz: 4a12f9dcf7f79610616720a2f1f7b0d724c4035c1b81471021d4fe11e33282ed3b11f02da0409f7eddb6ec3ccde99a8134785efec853a3e0fc97c6c5936514be
7
- data.tar.gz: c18a678431414240b2130284e449db82551ff4a02f9190247c691779f1a5e8020fb04732891cb0e60a82099bb5c86b6bfdd51cf6ca21670e5329149acb02b8e4
6
+ metadata.gz: 9376a037570b75211b90b37769ff391b25d424d82a89b25dd0497b3d11e8afe6ec5e972a4d3142d48fde2c1f928ab456b9e844d9d8ac289c9cd22a30b8208c59
7
+ data.tar.gz: e2f3a2f5b73a2c095cd5aee10a37b4ea8b6c39f1f0a5b73c001f35da53c887f31c13e90cb8fdd2a0bb40ea14acde24f73369edc438b6a4edbd23f6a89762f273
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.162.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.161.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.161.0
1
+ 1.162.0
@@ -12257,7 +12257,7 @@ module Aws::SSM
12257
12257
  params: params,
12258
12258
  config: config)
12259
12259
  context[:gem_name] = 'aws-sdk-ssm'
12260
- context[:gem_version] = '1.161.0'
12260
+ context[:gem_version] = '1.162.0'
12261
12261
  Seahorse::Client::Request.new(handlers, context)
12262
12262
  end
12263
12263
 
@@ -25,16 +25,17 @@ module Aws::SSM
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
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.161.0'
56
+ GEM_VERSION = '1.162.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.161.0
4
+ version: 1.162.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: 2023-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core