aws-sdk-lexruntimev2 1.19.0 → 1.21.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 +10 -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/endpoints.rb +1 -0
- 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: 9bc05cbc71891ab22569ea2997b9697f9b87b9edc87bedeb6db530dfe75df4ab
|
4
|
+
data.tar.gz: 4b69c65e8370601c97f06997b8bf2be29d5c89b1366aaff374cb3f397daae583
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: de61255861cfd35985b2974452b0eaf16b6c6c6193bc26aa670a2b5cbd8f9b833a7f28c36240a8f2876d6d6ea0402dc61e5a88d09a94febba2a290f14785f86e
|
7
|
+
data.tar.gz: afbd6beaed89350f8bf76ecd8a84610014d49742d9c18db6382cc344f6caa1ece4d3ab22fb092610dc761888ee918b5ca905ff112f10a632e0747b6aacf6e149
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.21.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.20.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.19.0 (2023-02-09)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.21.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.21.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.21.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.21.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-06-15 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
|