aws-sdk-elasticinference 1.17.0 → 1.18.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: c6f4a7ac0bc21294781adeee1114ac2c025c1c1d0c38169446dbcc8ec9eb0652
4
- data.tar.gz: 0d1cec937ccd2d7a5fdc292da1258ab72756374d25f6d683fece198fe706c9f4
3
+ metadata.gz: 51dad1b801c65cc39502f0126797ee52302a2569c4bc7355be6833f6ff62cb8f
4
+ data.tar.gz: 4f60db956e684241feba296aac16424e910efb729947aa009e6089298db9fda9
5
5
  SHA512:
6
- metadata.gz: b4dec08deaf658c162a8c36149308083638c69b726acf760442299b2d45c4168788dd2497690a8d3b8768830c23fe21b4ce7e13892e584b754b67daa6f5cb765
7
- data.tar.gz: 5b658ccdd0faec5e1d28306cf509b6c84823c3c76acc38e5ead7ba3246b72eadf375dd8529f3ed172bbe2f03a8a2dbef08097f2de4ad84b45f25a122c5951a5a
6
+ metadata.gz: 55ca700a66d86ebc77b09138ab0e8575f38ab3f3da821c1bc7cf9d69d043092435473931a0c2b082cf763646c3832aaf5ac4d353bd94646838b933e5f793f839
7
+ data.tar.gz: 4043945a04b79d48e1fccbbb91cded626e2852962d774957f9141b0b116b293a552bfcd01775276ac7796db85a881dbffe8bb04aea50db118fca55637aad30b4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.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.17.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -119,7 +119,9 @@ module Aws::ElasticInference
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
@@ -562,7 +564,7 @@ module Aws::ElasticInference
562
564
  params: params,
563
565
  config: config)
564
566
  context[:gem_name] = 'aws-sdk-elasticinference'
565
- context[:gem_version] = '1.17.0'
567
+ context[:gem_version] = '1.18.0'
566
568
  Seahorse::Client::Request.new(handlers, context)
567
569
  end
568
570
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
48
48
  # @!group service
49
49
  module Aws::ElasticInference
50
50
 
51
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.18.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.18.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