aws-sdk-lexruntimev2 1.37.0 → 1.38.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 +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/types.rb +1 -1
- 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: 9e14c8971376f4d408572aee8c3995b4e5c0c47cd96d8ed04a429e30da17b16d
|
4
|
+
data.tar.gz: cb7bac4795a58f29e179dbb448ac15e41e973b828769586f915cae7ad4589f90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d1207a72afd29456354c30673513d2843ea40d01feb12af772feef1a8f0a4f9b1f456d29a480b701948d84a077fca56d6a98c6f11b2c256bf817bfc2668061b
|
7
|
+
data.tar.gz: 23e04e42630a866380ca2853452662f6f742c160aabd17d318123e0583b7435c1fde9131c42d733a38c70b1d6d77017d79e41a24aed277e481bf9f95f0192f91
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.38.0
|
@@ -742,7 +742,7 @@ module Aws::LexRuntimeV2
|
|
742
742
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
743
743
|
config: config)
|
744
744
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
745
|
-
context[:gem_version] = '1.
|
745
|
+
context[:gem_version] = '1.38.0'
|
746
746
|
Seahorse::Client::Request.new(handlers, context)
|
747
747
|
end
|
748
748
|
|
@@ -1206,7 +1206,7 @@ module Aws::LexRuntimeV2
|
|
1206
1206
|
params: params,
|
1207
1207
|
config: config)
|
1208
1208
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1209
|
-
context[:gem_version] = '1.
|
1209
|
+
context[:gem_version] = '1.38.0'
|
1210
1210
|
Seahorse::Client::Request.new(handlers, context)
|
1211
1211
|
end
|
1212
1212
|
|
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.38.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-07-
|
11
|
+
date: 2024-07-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|