aws-sdk-lexruntimev2 1.10.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +4 -2
- data/lib/aws-sdk-lexruntimev2/client.rb +4 -2
- data/lib/aws-sdk-lexruntimev2.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: fe0196898a2b133753427ab86f39842ebafe17a651bef2fca6541f3b589751fe
|
4
|
+
data.tar.gz: 6d0e9a2c8bcbb188e694ad600ac216b728bc44272575209bf78dc474d46e8f21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9d104850d67993bc266c2c9d4b83b4464fbdfe25ce803e0ff6f82bc675b730a996f11c0537f15b9f8138d41f9e0fb8fe10b20fd590c5b0ca0ece65d3d383692
|
7
|
+
data.tar.gz: 7b4d2f95acdb120c95171ca372b1d63dcde4ad42d27ceb93f440654db479f66d4b6f5380d13a8b8b6c40fc1f5e14380942e139ddfa6cd1b590f6c2a67099214c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -98,7 +98,9 @@ module Aws::LexRuntimeV2
|
|
98
98
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
99
99
|
# are very aggressive. Construct and pass an instance of
|
100
100
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
101
|
-
# enable retries and extended timeouts.
|
101
|
+
# enable retries and extended timeouts. Instance profile credential
|
102
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
103
|
+
# to true.
|
102
104
|
#
|
103
105
|
# @option options [required, String] :region
|
104
106
|
# The AWS region to connect to. The configured `:region` is
|
@@ -627,7 +629,7 @@ module Aws::LexRuntimeV2
|
|
627
629
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
628
630
|
config: config)
|
629
631
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
630
|
-
context[:gem_version] = '1.
|
632
|
+
context[:gem_version] = '1.11.0'
|
631
633
|
Seahorse::Client::Request.new(handlers, context)
|
632
634
|
end
|
633
635
|
|
@@ -121,7 +121,9 @@ module Aws::LexRuntimeV2
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
124
|
-
# enable retries and extended timeouts.
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
126
|
+
# to true.
|
125
127
|
#
|
126
128
|
# @option options [required, String] :region
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
@@ -1042,7 +1044,7 @@ module Aws::LexRuntimeV2
|
|
1042
1044
|
params: params,
|
1043
1045
|
config: config)
|
1044
1046
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1045
|
-
context[:gem_version] = '1.
|
1047
|
+
context[:gem_version] = '1.11.0'
|
1046
1048
|
Seahorse::Client::Request.new(handlers, context)
|
1047
1049
|
end
|
1048
1050
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lexruntimev2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.11.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
|