aws-sdk-lookoutforvision 1.8.0 → 1.9.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: e0b297a025583b9a583b1225144fa251d68deaa1db85ca362f3b58c3fcd6af29
4
- data.tar.gz: 9c71b88e6deb05543a3c20ab93e2624e25b066d4266aaf73e78e8d6f141384ee
3
+ metadata.gz: 0f7cc003626c907f3bab14a9b8b2f48fae59da844a82bc701d417cafe81ce0d1
4
+ data.tar.gz: 970f842f9eba5ba3bee56e1f3a7e205c592565e9559597fc010c28fe27874275
5
5
  SHA512:
6
- metadata.gz: ef6bd2740716514b3107149637c48d35e1182f3282deeb80682a9525eeac5f9e1c83efe9da9a7fd5fcba7953231782ba2613635103e8689653f300fa284f257d
7
- data.tar.gz: b0e7c157d94d7537081ea322b97b22749640563abac83e8b6fdada39be5ca6402c7e922a4c46054dacb6b15f86171615c295db967b8974e8c8e1290f81c85d8d
6
+ metadata.gz: d18be1ec2f853b9a6193fb2524d5a6233bfd8d2119d4e100f185e50c89d401eb45459d43122beb8b96c94ab9c4e1d8cba59cc167a2cca8c4417bd2ca4f6bc03a
7
+ data.tar.gz: 646c8a007aba6d4e4f7d987db84c0a78e0edc74a69bc1cffbd0e1b984430e5af9bb01b32fe13f88840e90b4f4f996166f38b9c0b807b7eaff680bd15dcfba272
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -119,7 +119,9 @@ module Aws::LookoutforVision
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
@@ -1435,7 +1437,7 @@ module Aws::LookoutforVision
1435
1437
  params: params,
1436
1438
  config: config)
1437
1439
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1438
- context[:gem_version] = '1.8.0'
1440
+ context[:gem_version] = '1.9.0'
1439
1441
  Seahorse::Client::Request.new(handlers, context)
1440
1442
  end
1441
1443
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lookoutforvision/customizations'
48
48
  # @!group service
49
49
  module Aws::LookoutforVision
50
50
 
51
- GEM_VERSION = '1.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutforvision
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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