aws-sdk-lexruntimev2 1.35.0 → 1.36.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 +1 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +1 -1
- data/lib/aws-sdk-lexruntimev2/client_api.rb +2 -0
- 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: fbf207df9449bb9052b26a05674127fe4ddd7b4430d070de7a67daad879c21e4
|
|
4
|
+
data.tar.gz: e7310e94cc9cacc7aa288c2898b0671f2151b7152e2060fcbf2da6356b6aeb63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab68af0b41acc4181f19fdcbf003a463066f69c6176a24981b48b6b60145c9b4843db2f3d04ead0611e169b0a8ec79a44173b34452e154bcb40e26d5668c1066
|
|
7
|
+
data.tar.gz: 665795f5225ebd1f6b8261408630a04b1d86c6ffa10da26c3b18df6edb84bcee8580f868139fb7b1e498b2e11ff1f7702c166662001da4785228bae796d6e987
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -733,7 +733,7 @@ module Aws::LexRuntimeV2
|
|
|
733
733
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
734
734
|
config: config)
|
|
735
735
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
736
|
-
context[:gem_version] = '1.
|
|
736
|
+
context[:gem_version] = '1.36.0'
|
|
737
737
|
Seahorse::Client::Request.new(handlers, context)
|
|
738
738
|
end
|
|
739
739
|
|
|
@@ -1197,7 +1197,7 @@ module Aws::LexRuntimeV2
|
|
|
1197
1197
|
params: params,
|
|
1198
1198
|
config: config)
|
|
1199
1199
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1200
|
-
context[:gem_version] = '1.
|
|
1200
|
+
context[:gem_version] = '1.36.0'
|
|
1201
1201
|
Seahorse::Client::Request.new(handlers, context)
|
|
1202
1202
|
end
|
|
1203
1203
|
|
|
@@ -458,10 +458,12 @@ module Aws::LexRuntimeV2
|
|
|
458
458
|
|
|
459
459
|
api.metadata = {
|
|
460
460
|
"apiVersion" => "2020-08-07",
|
|
461
|
+
"auth" => ["aws.auth#sigv4"],
|
|
461
462
|
"endpointPrefix" => "runtime-v2-lex",
|
|
462
463
|
"jsonVersion" => "1.1",
|
|
463
464
|
"protocol" => "rest-json",
|
|
464
465
|
"protocolSettings" => {"h2"=>"eventstream"},
|
|
466
|
+
"protocols" => ["rest-json"],
|
|
465
467
|
"serviceAbbreviation" => "Lex Runtime V2",
|
|
466
468
|
"serviceFullName" => "Amazon Lex Runtime V2",
|
|
467
469
|
"serviceId" => "Lex Runtime V2",
|
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.36.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: 2024-06-
|
|
11
|
+
date: 2024-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|