aws-sdk-lexruntimev2 1.43.0 → 1.44.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 -3
- data/lib/aws-sdk-lexruntimev2.rb +3 -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: fa8a839d042f1c8230946c70f45b59074660d5e7aa8b481a71faf501b44ccc48
|
|
4
|
+
data.tar.gz: ff9ba06895c3fce921bc852aee0c4c88a8c212b26669de8e27c3339cb82aea9e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d5b0af22f49c4e7e9e9f18f354d2e9cfd5211f0618c18b796907c92dd65073de9b7d7cabdce6667584debcdd7a6928e48cd6d5189853e1e76ce354df766f889
|
|
7
|
+
data.tar.gz: e1cc4208978298dfd0976196c2b94b081e58e2024154155f752873e63b3614aaf87f0649792834b3ce4075d3a9c6c4723c67df15c15212b036dd4d7ff747f5f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
38
38
|
require 'aws-sdk-core/plugins/event_stream_configuration.rb'
|
|
39
39
|
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:lexruntimev2)
|
|
41
|
-
|
|
42
40
|
module Aws::LexRuntimeV2
|
|
43
41
|
# An API client for LexRuntimeV2. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
44
42
|
#
|
|
@@ -1235,7 +1233,7 @@ module Aws::LexRuntimeV2
|
|
|
1235
1233
|
tracer: tracer
|
|
1236
1234
|
)
|
|
1237
1235
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1238
|
-
context[:gem_version] = '1.
|
|
1236
|
+
context[:gem_version] = '1.44.0'
|
|
1239
1237
|
Seahorse::Client::Request.new(handlers, context)
|
|
1240
1238
|
end
|
|
1241
1239
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:lexruntimev2)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon Lex Runtime V2. This module is available in the
|
|
15
17
|
# `aws-sdk-lexruntimev2` gem.
|
|
16
18
|
#
|
|
@@ -54,7 +56,7 @@ module Aws::LexRuntimeV2
|
|
|
54
56
|
autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
|
|
55
57
|
autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
|
|
56
58
|
|
|
57
|
-
GEM_VERSION = '1.
|
|
59
|
+
GEM_VERSION = '1.44.0'
|
|
58
60
|
|
|
59
61
|
end
|
|
60
62
|
|
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.44.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-09-
|
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|