aws-sdk-lexruntimev2 1.51.0 → 1.53.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +1 -1
- data/lib/aws-sdk-lexruntimev2/client.rb +2 -3
- 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: 8b4903221302c56091ac16d51e8c4ae47a6d323647c65afd54a5b2a210dfca19
|
4
|
+
data.tar.gz: 378e645f77f225192c1582ab207433900a33166eb5f86d30b92fd13c5aeb2268
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cccb0e11ae68c411911c55153a9e4deafdfa9f37f4a53977c3d969a8cf8c6f0bed9bd8672ac6ce706f4134eae465c037d95687eded694449012921945e4b5dbd
|
7
|
+
data.tar.gz: 8080abceb87efaa8aba6f9a94d689a1ad9824ff1590da30df2b93d6beb5cbc050d3eaaa8e3d35513e1423db5e1d7db4322eb21e27e02974895652f59c326786f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2025-05-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.52.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.51.0 (2025-04-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -202,8 +202,7 @@ module Aws::LexRuntimeV2
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -1254,7 +1253,7 @@ module Aws::LexRuntimeV2
|
|
1254
1253
|
tracer: tracer
|
1255
1254
|
)
|
1256
1255
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1257
|
-
context[:gem_version] = '1.
|
1256
|
+
context[:gem_version] = '1.53.0'
|
1258
1257
|
Seahorse::Client::Request.new(handlers, context)
|
1259
1258
|
end
|
1260
1259
|
|
@@ -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.53.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: []
|