aws-sdk-lexruntimev2 1.51.0 → 1.52.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 +1 -1
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11388dcf4fc65a9228fbbc6557a4e118a3fc4a4dbb101c9adc896f6fc3ced5f6
|
4
|
+
data.tar.gz: '04208b544fdc7a3773176f23a663512e32818581239eb662d54cf4659035438a'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d92ce0484b53892e2b14f9e65f855be3724fd6ff67bd64faf6ed013f68addee5ca8c3ab35f7040f81df66192b0871d40e6519f64e2312e36dbee058e940418e4
|
7
|
+
data.tar.gz: 985f31cade9bf8533437df09ff2ad1420c5bbce2382f30857bd8e39194b6e3b49fa2c6a366042b8f18394bf48a64ec33210c214f469ef6eaccc36f27ea999f66
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|
@@ -1254,7 +1254,7 @@ module Aws::LexRuntimeV2
|
|
1254
1254
|
tracer: tracer
|
1255
1255
|
)
|
1256
1256
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1257
|
-
context[:gem_version] = '1.
|
1257
|
+
context[:gem_version] = '1.52.0'
|
1258
1258
|
Seahorse::Client::Request.new(handlers, context)
|
1259
1259
|
end
|
1260
1260
|
|
@@ -463,7 +463,7 @@ module Aws::LexRuntimeV2
|
|
463
463
|
"endpointPrefix" => "runtime-v2-lex",
|
464
464
|
"jsonVersion" => "1.1",
|
465
465
|
"protocol" => "rest-json",
|
466
|
-
"protocolSettings" => {"h2"=>"eventstream"},
|
466
|
+
"protocolSettings" => {"h2" => "eventstream"},
|
467
467
|
"protocols" => ["rest-json"],
|
468
468
|
"serviceAbbreviation" => "Lex Runtime V2",
|
469
469
|
"serviceFullName" => "Amazon Lex Runtime V2",
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -80,7 +79,6 @@ licenses:
|
|
80
79
|
metadata:
|
81
80
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexruntimev2
|
82
81
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lexruntimev2/CHANGELOG.md
|
83
|
-
post_install_message:
|
84
82
|
rdoc_options: []
|
85
83
|
require_paths:
|
86
84
|
- lib
|
@@ -95,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
93
|
- !ruby/object:Gem::Version
|
96
94
|
version: '0'
|
97
95
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
99
|
-
signing_key:
|
96
|
+
rubygems_version: 3.6.7
|
100
97
|
specification_version: 4
|
101
98
|
summary: AWS SDK for Ruby - Lex Runtime V2
|
102
99
|
test_files: []
|