aws-sdk-managedblockchain 1.42.0 → 1.43.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: 7be128bef673cb7a9eafef78bb279af6d602d418c3e77d496276a3e73cd82a2b
4
- data.tar.gz: 031d9ca809ee89adc4d4dbac9b6088926d80238a705ae36892f83bed9c28457b
3
+ metadata.gz: 1abfe91820b4dcea8b9fa2111f27916e762c273ac2eee124619faa14b9671de6
4
+ data.tar.gz: c153a6a294ceb55b269c06c9a10f1817088b441f4a261839ca43f21f10e1849b
5
5
  SHA512:
6
- metadata.gz: f2b4b39eefd19c4451e565c503aefe96e5239d2fa683a2600d98292b54c5316cd10f94cd0d8f132faf98925ab28ed446f3067f5ec88eb03d2bc480befa22d329
7
- data.tar.gz: ce9b942d103508f0e7a8a6ce0b3b2aba17d7c3fd38339b19f158e066b52042b50101f06c0ac9ddc29d2343d367978155fba4fe3acea83999f761692d8f874ea1
6
+ metadata.gz: 8976cf881b39bc21ab58455bb6ad9f1bd796f6f83c510dbeb978979a40727a5aed1c05fe51d11391b650518ae2c679a0bb45a271eaff11fa4ea9b25f9cd07098
7
+ data.tar.gz: 718583fef598d2a6d68bbb05abe4a52be17bd1f685b05b624ba3786532f7005a90431b479f33ae2b657795a07fda9f98f35b12fdbabc1bc456ad654673a1c5d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -216,6 +216,10 @@ module Aws::ManagedBlockchain
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
  #
@@ -1886,7 +1890,7 @@ module Aws::ManagedBlockchain
1886
1890
  params: params,
1887
1891
  config: config)
1888
1892
  context[:gem_name] = 'aws-sdk-managedblockchain'
1889
- context[:gem_version] = '1.42.0'
1893
+ context[:gem_version] = '1.43.0'
1890
1894
  Seahorse::Client::Request.new(handlers, context)
1891
1895
  end
1892
1896
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-managedblockchain/customizations'
52
52
  # @!group service
53
53
  module Aws::ManagedBlockchain
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-managedblockchain
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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