aws-sdk-lexruntimev2 1.19.0 → 1.20.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 +6 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +6 -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: 4ecf8e97718c2b975b7db5ecd12491924de22c9edf92e795ea76ab5c82b3b982
|
4
|
+
data.tar.gz: 16d76148320e3d63571b76405be658fbe50e7f2638dad8ca03e9da796e677ee2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2bcd248e56595c82cdb940ca8440eb56132401887a3d8e57b36efcfef3574915a49b73fda35f0597ead8e38215760771c5b9e61a74f39850bedf643d93c35a6
|
7
|
+
data.tar.gz: 024a2d8dc2173f278a3543e01f5dc07c982694f148859255549470d14d078a1137132903c1332dd6a34349ea52de9d23527a752ac02194a3fa4c873728188c59
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.20.0
|
@@ -220,6 +220,11 @@ module Aws::LexRuntimeV2
|
|
220
220
|
# in the future.
|
221
221
|
#
|
222
222
|
#
|
223
|
+
# @option options [String] :sdk_ua_app_id
|
224
|
+
# A unique and opaque application ID that is appended to the
|
225
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
226
|
+
# maximum length of 50.
|
227
|
+
#
|
223
228
|
# @option options [String] :secret_access_key
|
224
229
|
#
|
225
230
|
# @option options [String] :session_token
|
@@ -667,7 +672,7 @@ module Aws::LexRuntimeV2
|
|
667
672
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
668
673
|
config: config)
|
669
674
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
670
|
-
context[:gem_version] = '1.
|
675
|
+
context[:gem_version] = '1.20.0'
|
671
676
|
Seahorse::Client::Request.new(handlers, context)
|
672
677
|
end
|
673
678
|
|
@@ -286,6 +286,11 @@ module Aws::LexRuntimeV2
|
|
286
286
|
# in the future.
|
287
287
|
#
|
288
288
|
#
|
289
|
+
# @option options [String] :sdk_ua_app_id
|
290
|
+
# A unique and opaque application ID that is appended to the
|
291
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
292
|
+
# maximum length of 50.
|
293
|
+
#
|
289
294
|
# @option options [String] :secret_access_key
|
290
295
|
#
|
291
296
|
# @option options [String] :session_token
|
@@ -1147,7 +1152,7 @@ module Aws::LexRuntimeV2
|
|
1147
1152
|
params: params,
|
1148
1153
|
config: config)
|
1149
1154
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1150
|
-
context[:gem_version] = '1.
|
1155
|
+
context[:gem_version] = '1.20.0'
|
1151
1156
|
Seahorse::Client::Request.new(handlers, context)
|
1152
1157
|
end
|
1153
1158
|
|
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.20.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: 2023-
|
11
|
+
date: 2023-05-31 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.174.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.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|