aws-sdk-comprehend 1.72.0 → 1.73.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: 411238d2937a2394ac9993b478f10c8e8df1a082a83b409822fead695c0484df
4
- data.tar.gz: c6bcc0aa9b95de031d4e890087489e47f9b3804ae041340335cf07f23c89a709
3
+ metadata.gz: 4b60b90ed970dcabaa94a4956ebf1ed087c7a58f18b978dbc3bf31b921ba1c5b
4
+ data.tar.gz: f91aa0e3333dd9303053e067fa87c7ebfefea69c40d7cde938b5e1f3fdf58c9e
5
5
  SHA512:
6
- metadata.gz: f8a92e7bb1aaa0da058563bfe51c4752c808b31526e7a53eedf9febe81615dfef16a0fa1bb88d633760da7fe11edc44f45070d642e9815ab23c98aa97594c851
7
- data.tar.gz: 03160c97e1fad282d896f3782da3556b9868ce2609228cdcbb700c9b77bd5750dc0ad1df3015554c891d743fb0cb2205991e506013cd69cb8f9b3e5fd1c184d4
6
+ metadata.gz: cc64da6f3bce6b4ee6c00f69beaa1c8c3891f32b3529b634abaaa78ece8047894948c77728ac1246ff68629a9e8a9e70cfb2ec87bc854df577baf15fe008031e
7
+ data.tar.gz: 0bca1cdef49b5c129be068f5ad528917dc2ccd5a869e6ba50776005cff692b683e4df5fee54ae6ddceec832984139072341f7fe3c87cc6fb953149b67dcbabcc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.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.72.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -216,6 +216,10 @@ module Aws::Comprehend
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
  #
@@ -5831,7 +5835,7 @@ module Aws::Comprehend
5831
5835
  params: params,
5832
5836
  config: config)
5833
5837
  context[:gem_name] = 'aws-sdk-comprehend'
5834
- context[:gem_version] = '1.72.0'
5838
+ context[:gem_version] = '1.73.0'
5835
5839
  Seahorse::Client::Request.new(handlers, context)
5836
5840
  end
5837
5841
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-comprehend/customizations'
52
52
  # @!group service
53
53
  module Aws::Comprehend
54
54
 
55
- GEM_VERSION = '1.72.0'
55
+ GEM_VERSION = '1.73.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.73.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