aws-sdk-textract 1.49.0 → 1.50.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: 855de397ad374f1c1235fc256ac38cc1f18d1ba94f21c1c68bef8ec8e2a5f2f2
4
- data.tar.gz: 79a416864579b8509182e6c8145ddadcded8b541e23ecf4165e0b0564bc79ed8
3
+ metadata.gz: 6d9ed1ea669888bee19ff6d4a5c87b672311a18c1d09666e4e3d021aba961e28
4
+ data.tar.gz: 29655672abc01396ae9ad2c08cd82232d13b312a905c914c80f2f312562ee6a1
5
5
  SHA512:
6
- metadata.gz: a661be7043d3ce9706d57498ed42d187b8d9b3e2f787a52dc069dedaefb0ebdcc0a068803443185e9b18d198b43c265823318933908228a967855f1ca4693d95
7
- data.tar.gz: 4dbf3ca6516b86aabc6fc9b2b80dfb06283e25313bcb8728adc9c205e5f67568f89292be6128a7ded9d30d51abf617ffee4ea34b02aab913ca13f64ad56b5ea5
6
+ metadata.gz: fe55eb5993ebb1028a98f85bad44d2345fb5376a1ba537367fb3caf33df564cc0c2e605d9ab3ac2cdf9f4c36899e7a7cd85c5f3c1c25150d713be308e3e77c76
7
+ data.tar.gz: 81adbe1d7a1806b1554f5162a83aa1465543a2aa4f53eafdf374e281bd84002c77a9b859eea0aeef8d57b53bc7d4bcfb8bf442132a0bdbf6903c931e21d8c0a9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.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.49.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -216,6 +216,10 @@ module Aws::Textract
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
  #
@@ -2121,7 +2125,7 @@ module Aws::Textract
2121
2125
  params: params,
2122
2126
  config: config)
2123
2127
  context[:gem_name] = 'aws-sdk-textract'
2124
- context[:gem_version] = '1.49.0'
2128
+ context[:gem_version] = '1.50.0'
2125
2129
  Seahorse::Client::Request.new(handlers, context)
2126
2130
  end
2127
2131
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-textract/customizations'
52
52
  # @!group service
53
53
  module Aws::Textract
54
54
 
55
- GEM_VERSION = '1.49.0'
55
+ GEM_VERSION = '1.50.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-textract
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.50.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