aws-sdk-ssmcontacts 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c9d3f4d16af3e3265b2554f2fbb506234915827fa71fe68296153e4f9eff3832
4
- data.tar.gz: b9649cf04130beac79cb6a6c44c0dd7cb2f6b5d9d3c1ce40fb24c2f30a563ffe
3
+ metadata.gz: ac9aded5b535e51fe75965dbb47d4b2deb6a1f56537764404ba6de5669f11dcb
4
+ data.tar.gz: 913b16d484b2e600f18afb6902e6a8911febdc410f2e207ebbb4eea413db7e7f
5
5
  SHA512:
6
- metadata.gz: 3694eb2321f8d4915dac52ad6de3d921ed16a5db8455aeab93fb3a569abae3a25a3ca35dcfef47b672e73608e9049e6a36e85100f8ae33f5063f2f5225c96a87
7
- data.tar.gz: a5b6f37be7c39f77e3968b83d0ab30eeb1ca0dc5f6754f8ba36bd1ff09cb5590ce750a5b53ee01b1e9dc5fefc9a72034d91b1a6b83c9549cbfddf0cf22b6892c
6
+ metadata.gz: 22c08662a90b924123852982e482f61b59594901d829af5a78fad0f4a93560dfb6a02b66f57d378d390a8a7fca827da2d472ee62d73e3b9b7af79b20e3c53752
7
+ data.tar.gz: 1220ccd11e312a08d913be57ea53881f3de822f52a73d3c4e2584852242099d069f4f1847120c0e83b8c64a979e21125f6926a8325c89c016cd14d75d950f5dc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.26.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.25.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.25.0
1
+ 1.26.0
@@ -2350,7 +2350,7 @@ module Aws::SSMContacts
2350
2350
  params: params,
2351
2351
  config: config)
2352
2352
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2353
- context[:gem_version] = '1.25.0'
2353
+ context[:gem_version] = '1.26.0'
2354
2354
  Seahorse::Client::Request.new(handlers, context)
2355
2355
  end
2356
2356
 
@@ -25,16 +25,17 @@ module Aws::SSMContacts
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
52
52
  # @!group service
53
53
  module Aws::SSMContacts
54
54
 
55
- GEM_VERSION = '1.25.0'
55
+ GEM_VERSION = '1.26.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.25.0
4
+ version: 1.26.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