aws-sdk-ssmcontacts 1.26.0 → 1.27.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: ac9aded5b535e51fe75965dbb47d4b2deb6a1f56537764404ba6de5669f11dcb
4
- data.tar.gz: 913b16d484b2e600f18afb6902e6a8911febdc410f2e207ebbb4eea413db7e7f
3
+ metadata.gz: 2fea966d23e19b914f516f4e0e2bb94f6ae84f0e3e1b9a474d6cb3a33169d8e8
4
+ data.tar.gz: 2b10c0115f7334740ed571f0d5d9abed29f06d98f13a765b093002018f97b29f
5
5
  SHA512:
6
- metadata.gz: 22c08662a90b924123852982e482f61b59594901d829af5a78fad0f4a93560dfb6a02b66f57d378d390a8a7fca827da2d472ee62d73e3b9b7af79b20e3c53752
7
- data.tar.gz: 1220ccd11e312a08d913be57ea53881f3de822f52a73d3c4e2584852242099d069f4f1847120c0e83b8c64a979e21125f6926a8325c89c016cd14d75d950f5dc
6
+ metadata.gz: 3307b92ac637cb1d0b7df670d41bf3a604feb7f5b579a57b9b235c0815ab62550ff6051d43b52d990a1e4141e1eaf14e1ebe502be20555b0a8bfa8aee947890a
7
+ data.tar.gz: 8ef43cb1c4ed7cfbd28059fa4b210185b0e0f16fabcedfbb2b04d467ca06e3659a328fd186fb63b425655c5099021f8e4f25086a7e24304e6c4ddc4f3b204a95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.26.0 (2023-11-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.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.26.0'
2353
+ context[:gem_version] = '1.27.0'
2354
2354
  Seahorse::Client::Request.new(handlers, context)
2355
2355
  end
2356
2356
 
@@ -14,6 +14,7 @@ module Aws::SSMContacts
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::SSMContacts::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end