aws-sdk-comprehendmedical 1.31.0 → 1.32.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1e594eca8023c0fa93865b0472f6a54d327ce04878d137f0b0f3f7a6d35708b9
4
- data.tar.gz: 4f504f9592f5b51ddd44b726e1a0bb3d40be28c6bcb8f9d1c8a24193f83af47d
3
+ metadata.gz: 3b0c6e36b152f5597100b2c98ae624f1ec4d6cd0820db713c9f7a90bb5f77534
4
+ data.tar.gz: 8a2543777f664c854af17540844b970ee0f01cb1e532ff03625c90e9c7d36a26
5
5
  SHA512:
6
- metadata.gz: a8767ea2b8cb1c9d124a3d82d9acbd230d51c218d3accdd08e18f5a781192a1241cb4baab550eeac76147f06f6d654885707e87cc60bcba3f480b303d003a549
7
- data.tar.gz: eb9e4ac9f15fdd81fab1b119134cafde4d1c966d19760206c5380e91dc1a1a0c7454a93c7e009caee8e0d9c95941757e7b1fe047128760c287eadc3a311bc8ec
6
+ metadata.gz: 85f892ad999c938fa202892e1decf7b0588e939e3ab705d1baa715c652aa6b8420a128ab1eb6ca5842b855ed4cf37071a584c74db2b8c15191503e9a958a55df
7
+ data.tar.gz: b811e4b9fb63fac3f971ae2ada1140192c3deb420c8b38089163c8c59ddf5ad314b6bec45979270c0eb34071040e2da95fe595491c91d908f5c186dc4dfa1ffd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -119,7 +119,9 @@ module Aws::ComprehendMedical
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
@@ -1542,7 +1544,7 @@ module Aws::ComprehendMedical
1542
1544
  params: params,
1543
1545
  config: config)
1544
1546
  context[:gem_name] = 'aws-sdk-comprehendmedical'
1545
- context[:gem_version] = '1.31.0'
1547
+ context[:gem_version] = '1.32.0'
1546
1548
  Seahorse::Client::Request.new(handlers, context)
1547
1549
  end
1548
1550
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-comprehendmedical/customizations'
48
48
  # @!group service
49
49
  module Aws::ComprehendMedical
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehendmedical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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