aws-sdk-comprehend 1.54.0 → 1.55.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: ffb1d1ac81a271d0d057d9b99eac0064c4178fd2c04bd4f7641bbbc47cd444c2
4
- data.tar.gz: e3878e19d09f445eee0c3b734f8e5b37e79972b9ba9e6cfd9074a48691dcf5ca
3
+ metadata.gz: 4a66eae86704576739d4e329c11b1467017387e8592bc50024e44d136c3b86e8
4
+ data.tar.gz: 559e0fa79cad84ab64ea8bef97120b289a590024cb67615cd167993c18e7508b
5
5
  SHA512:
6
- metadata.gz: 6c69cdfdf5ac467f97842bb15639e6cc6c6da70b2ac43fcb01d535f9ce9b8c1902c2f3b678348c1d8b51d2ed44c376f9ada9940970dbf3c0d407630a7e4098f4
7
- data.tar.gz: bab7c98f800a3a1f320ee7f12b6c40b634c9bde1f8a1823b4fcc3094223f8fd80f1766f65424627b22f7bce47f9568ff84718e495b9fc5c7ef9cbf64ff514c09
6
+ metadata.gz: 1865c6d05fe08f74261b392a0b75aa76a77f3b9d82ae21b52e4deb072b20638e137e308728cdba26a0cfeafcc009385a2fd7f61423e5a880c3992a09bc5620d3
7
+ data.tar.gz: c1a70be4e54b66e8dda1fc1093d2153446d405a428689936795fcf2f1790097d9c1c7a7f9009828e7c8a0c1b48cb24a938c2eaf77649f751a77f265fdc241de8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -119,7 +119,9 @@ module Aws::Comprehend
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -4151,7 +4153,7 @@ module Aws::Comprehend
4151
4153
  params: params,
4152
4154
  config: config)
4153
4155
  context[:gem_name] = 'aws-sdk-comprehend'
4154
- context[:gem_version] = '1.54.0'
4156
+ context[:gem_version] = '1.55.0'
4155
4157
  Seahorse::Client::Request.new(handlers, context)
4156
4158
  end
4157
4159
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-comprehend/customizations'
48
48
  # @!group service
49
49
  module Aws::Comprehend
50
50
 
51
- GEM_VERSION = '1.54.0'
51
+ GEM_VERSION = '1.55.0'
52
52
 
53
53
  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.54.0
4
+ version: 1.55.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: 2021-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core