aws-sdk-healthlake 1.9.0 → 1.10.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: 55a116e66bbf81b6b0694ed14a8e8e7b1750d8709a8175e3b507fdb3ac19c40c
4
- data.tar.gz: f6c5b6b92d27c8f42f41c08c9029a7e25dc22f4569c866df6fec8b8316e1207a
3
+ metadata.gz: 0a86a5121081990027773833f3da22b5d97d061b0d3fb91ef16f11b7832050a4
4
+ data.tar.gz: f025c90f5bcb17c8c26a304921a769b83f99ade8ad45f92b1fa5346c14da26e1
5
5
  SHA512:
6
- metadata.gz: 7bec6bfff163790facb97d51064411bb7d3bceda175b513b2f8137204f5c0d344568dcceb34791e16f76429b61af0424dcce4ba71703ce91a0858038efc5ecde
7
- data.tar.gz: 29f8eb75bacb80aac8c5f010cc6afc46c112a46cf0a39e57309c362eb22ccc29fcc7e49e815413e52c3fce49fa12459dc3d0da2d9f41850c109d1e0f7a6aab1b
6
+ metadata.gz: e74bebdb24b4babd0d96af8ce937439c5a52f0963cad4edb46ddfbaf12beb4af31dd131ec9fc2f69ee396fbdf41caaae4e93afb53530ded7506177b510387971
7
+ data.tar.gz: 154e1bbedf27909b280d8b76f05af4cda9a67b7668412dda44b9d68100e2c200520143a004fbbe55331df69f1279a6434b21f31e1086f7a46a5efdb54b74764e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -119,7 +119,9 @@ module Aws::HealthLake
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
@@ -1011,7 +1013,7 @@ module Aws::HealthLake
1011
1013
  params: params,
1012
1014
  config: config)
1013
1015
  context[:gem_name] = 'aws-sdk-healthlake'
1014
- context[:gem_version] = '1.9.0'
1016
+ context[:gem_version] = '1.10.0'
1015
1017
  Seahorse::Client::Request.new(handlers, context)
1016
1018
  end
1017
1019
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-healthlake/customizations'
48
48
  # @!group service
49
49
  module Aws::HealthLake
50
50
 
51
- GEM_VERSION = '1.9.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-healthlake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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