aws-sdk-lexmodelsv2 1.15.0 → 1.16.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexmodelsv2/client.rb +4 -2
- data/lib/aws-sdk-lexmodelsv2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32d6f5627db4419d322caa438b0d77d5deb6f92f6b1ec30adcaa81caa8e03fb4
|
|
4
|
+
data.tar.gz: 562d788fa3f60e3d3b5ea3fa36ff4aeb43b1b6ff578709c5a98d81cad759ce1b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd7a1306c17ea01aa4aa81712a3bb300c29fee3db64e058eed081e79d52c46a6d445d8cccc056a1076c1dd923f2740e7e4e697a0c574a81d4350a5088c3390f5
|
|
7
|
+
data.tar.gz: 7b688b4622169b408a13c3208a764db5cfbd1b5f628e2297d5e794e9244ca5416dd814d3a794000bf069de0c3616f17baae5fba92e4447fac9d3750200d99921
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.16.0
|
|
@@ -119,7 +119,9 @@ module Aws::LexModelsV2
|
|
|
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
|
|
@@ -6829,7 +6831,7 @@ module Aws::LexModelsV2
|
|
|
6829
6831
|
params: params,
|
|
6830
6832
|
config: config)
|
|
6831
6833
|
context[:gem_name] = 'aws-sdk-lexmodelsv2'
|
|
6832
|
-
context[:gem_version] = '1.
|
|
6834
|
+
context[:gem_version] = '1.16.0'
|
|
6833
6835
|
Seahorse::Client::Request.new(handlers, context)
|
|
6834
6836
|
end
|
|
6835
6837
|
|
data/lib/aws-sdk-lexmodelsv2.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lexmodelsv2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.16.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-
|
|
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
|