aws-sdk-lexruntimev2 1.8.0 → 1.9.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-lexruntimev2/async_client.rb +10 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +10 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0181a36bac72a7b6004757b08445c52fa33ba01ca62795e32794612403ff0637'
|
|
4
|
+
data.tar.gz: 466cf38b55176366a801b0e726ead59b9e04a203d56e3fc09a01e21a2bd808ed
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cac42cba5ca6677ccb4b8194e2d7beab5cd2827dae180f362e3edf722e336a67d56c9d99ac8013f39be2e246c12a92e3a1dbe2e568b5f24c3affba1c081d7e7f
|
|
7
|
+
data.tar.gz: e2fd30914391d91f4571fabf296f6abff7699181ac9fdaeae0e11a6774a41b86030eb933cc561fbddabce52a9b6d7f93a8ff3eac0089746dc5d03b0822562492
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.9.0
|
|
@@ -220,6 +220,15 @@ module Aws::LexRuntimeV2
|
|
|
220
220
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
|
221
221
|
# requests are made, and retries are disabled.
|
|
222
222
|
#
|
|
223
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
|
224
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
|
225
|
+
# will be used if available.
|
|
226
|
+
#
|
|
227
|
+
# @option options [Boolean] :use_fips_endpoint
|
|
228
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
|
229
|
+
# When a `fips` region is used, the region is normalized and this config
|
|
230
|
+
# is set to `true`.
|
|
231
|
+
#
|
|
223
232
|
# @option options [Boolean] :validate_params (true)
|
|
224
233
|
# When `true`, request parameters are validated before
|
|
225
234
|
# sending the request.
|
|
@@ -617,7 +626,7 @@ module Aws::LexRuntimeV2
|
|
|
617
626
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
618
627
|
config: config)
|
|
619
628
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
620
|
-
context[:gem_version] = '1.
|
|
629
|
+
context[:gem_version] = '1.9.0'
|
|
621
630
|
Seahorse::Client::Request.new(handlers, context)
|
|
622
631
|
end
|
|
623
632
|
|
|
@@ -286,6 +286,15 @@ module Aws::LexRuntimeV2
|
|
|
286
286
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
|
287
287
|
# requests are made, and retries are disabled.
|
|
288
288
|
#
|
|
289
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
|
290
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
|
291
|
+
# will be used if available.
|
|
292
|
+
#
|
|
293
|
+
# @option options [Boolean] :use_fips_endpoint
|
|
294
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
|
295
|
+
# When a `fips` region is used, the region is normalized and this config
|
|
296
|
+
# is set to `true`.
|
|
297
|
+
#
|
|
289
298
|
# @option options [Boolean] :validate_params (true)
|
|
290
299
|
# When `true`, request parameters are validated before
|
|
291
300
|
# sending the request.
|
|
@@ -1029,7 +1038,7 @@ module Aws::LexRuntimeV2
|
|
|
1029
1038
|
params: params,
|
|
1030
1039
|
config: config)
|
|
1031
1040
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1032
|
-
context[:gem_version] = '1.
|
|
1041
|
+
context[:gem_version] = '1.9.0'
|
|
1033
1042
|
Seahorse::Client::Request.new(handlers, context)
|
|
1034
1043
|
end
|
|
1035
1044
|
|
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.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
|
+
date: 2021-11-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.122.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.122.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|