aws-sdk-cloudformation 1.84.0 → 1.85.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: 0af05c39416d7d23b5c13ce12e3ad7b8e00e83043b8f96e737600176fd3535d5
4
- data.tar.gz: 95ef2514fd4e63e10ff79b03da80962aa67214905b5d61dc8210181747013209
3
+ metadata.gz: d7ef709b88d97f67fa191c3ddea5b0932c0336acab565ba0785c63def1385118
4
+ data.tar.gz: d1f39747f3114bd433bec61ca59c6bfa290fa0579a2c99fa55148df1d616fffe
5
5
  SHA512:
6
- metadata.gz: 1ee39540afbfc37a565a72d0b6435e0d7d678e5563968f4254d1218ec22b7f67d18bf45c981b32517f8bf318d24b78c540c8c97d2ae67e365a542e622047910a
7
- data.tar.gz: c991df882093ca33456dce515ba129b3df121fa8a3822203deb8e4d49334b8a8c0e9ec7cb88f1dbb258c4105d5055138a0d042515871f0756dd38aa4155995de
6
+ metadata.gz: 7cf92d808886a23f89ac88d39a64326a68eb5832abae16332e3c54fefbf3b4b6ff6c53856a973d44f60d25c70700b244220b1c45b29606f57b759173ee7c2c35
7
+ data.tar.gz: 9cf05e22c1385ab66e94c5dec97083c705f72e4698ffdcdbbb09f72cc25e1ba32b5891d247f1b70917c213a9826fb99210726e9f367e789aa53ac053b203fa83
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -216,6 +216,10 @@ module Aws::CloudFormation
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -6992,7 +6996,7 @@ module Aws::CloudFormation
6992
6996
  params: params,
6993
6997
  config: config)
6994
6998
  context[:gem_name] = 'aws-sdk-cloudformation'
6995
- context[:gem_version] = '1.84.0'
6999
+ context[:gem_version] = '1.85.0'
6996
7000
  Seahorse::Client::Request.new(handlers, context)
6997
7001
  end
6998
7002
 
@@ -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.84.0'
60
+ GEM_VERSION = '1.85.0'
61
61
 
62
62
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudformation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core