aws-sdk-cloudformation 1.97.0 → 1.98.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: 0a16873a074fa23ca8bd817086672c65bc5247fc98937dfb965a892cd47c9f1a
4
- data.tar.gz: 80d08d3e038446793aef84aa756ed078ef38d942d527f95a6600337cdf6f5239
3
+ metadata.gz: 7ab22517d79b2a06d23fdf61105b031df6dbac8e64d4c72d59b32c8ef5578477
4
+ data.tar.gz: 3d4a04eba9c454fd55c0c77f9e8bc410382c4aefd651fd6ec3ad1b29025002dd
5
5
  SHA512:
6
- metadata.gz: d9e5072362fae662e838cbf61fa1696edbd0ba0084740719e1f7f7a8d4cc0a322b159479ba136278c23f255af6074bbbdc6a7e07939df1533fdb488debcb1898
7
- data.tar.gz: 61aa0af2750e2f8cc9ea0a2fca1656ad6b346f4ac136f394422ad47d2125599f3e82c786e16e6bb97986fafb183a8ae2e9f103f9713768d3e2077527feedeaad
6
+ metadata.gz: 8d6919eb6a1af4dd293c7008b0f7bc89b979350260c30a808f3b893ae0a8eb177f65c2b225ab69ea8583ead4825477195b85057d7c23b8400b870d54e8b9fd99
7
+ data.tar.gz: 8667ef5eefd8da9e25a48954775ad1e03dd450fc272ab98752f153e66a03709b015533c2cc6c83eafc58fdc1fa9ef9727ee6dbf756b33855a3136c50e583e279
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.98.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.97.0 (2023-12-05)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.97.0
1
+ 1.98.0
@@ -7221,7 +7221,7 @@ module Aws::CloudFormation
7221
7221
  params: params,
7222
7222
  config: config)
7223
7223
  context[:gem_name] = 'aws-sdk-cloudformation'
7224
- context[:gem_version] = '1.97.0'
7224
+ context[:gem_version] = '1.98.0'
7225
7225
  Seahorse::Client::Request.new(handlers, context)
7226
7226
  end
7227
7227
 
@@ -14,6 +14,7 @@ module Aws::CloudFormation
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::CloudFormation::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 '\
@@ -57,6 +57,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
57
57
  # @!group service
58
58
  module Aws::CloudFormation
59
59
 
60
- GEM_VERSION = '1.97.0'
60
+ GEM_VERSION = '1.98.0'
61
61
 
62
62
  end