aws-sdk-lexruntimev2 1.45.0 → 1.46.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 -3
- data/lib/aws-sdk-lexruntimev2/types.rb +0 -2
- 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: 9d4ab67ba53c30cc0c84895f61c8e6a04b89e370939c5317bdec90cb9b4308f7
|
4
|
+
data.tar.gz: b87cd5bafcbecaad66b60f420a1b079695a4831d6df775786f1d659bf17bd17f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36183684025a9ae285ee6f8a37598f15f99b9c73c009327e2636f0b8c0205d05fd74122d30d813099d5646673bee81210385692d161449c7d5a033cfa8d4b075
|
7
|
+
data.tar.gz: 42ba1f0dbbf8ea89df53b0f34acda10842d77cc7f0b7a793b7974de75ea527d2604c218576c03aeb73b34640aee6fabfed89a37da9204b1e09bbd00a410f9779
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.46.0
|
@@ -1120,13 +1120,11 @@ module Aws::LexRuntimeV2
|
|
1120
1120
|
#
|
1121
1121
|
# * audio/lpcm; sample-rate=8000; sample-size-bits=16;
|
1122
1122
|
# channel-count=1; is-big-endian=false
|
1123
|
-
#
|
1124
1123
|
# * Opus format
|
1125
1124
|
#
|
1126
1125
|
# * audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4
|
1127
1126
|
#
|
1128
1127
|
# ^
|
1129
|
-
#
|
1130
1128
|
# * Text format
|
1131
1129
|
#
|
1132
1130
|
# * text/plain; charset=utf-8
|
@@ -1233,7 +1231,7 @@ module Aws::LexRuntimeV2
|
|
1233
1231
|
tracer: tracer
|
1234
1232
|
)
|
1235
1233
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
1236
|
-
context[:gem_version] = '1.
|
1234
|
+
context[:gem_version] = '1.46.0'
|
1237
1235
|
Seahorse::Client::Request.new(handlers, context)
|
1238
1236
|
end
|
1239
1237
|
|
@@ -1131,13 +1131,11 @@ module Aws::LexRuntimeV2
|
|
1131
1131
|
#
|
1132
1132
|
# * audio/lpcm; sample-rate=8000; sample-size-bits=16;
|
1133
1133
|
# channel-count=1; is-big-endian=false
|
1134
|
-
#
|
1135
1134
|
# * Opus format
|
1136
1135
|
#
|
1137
1136
|
# * audio/x-cbr-opus-with-preamble;preamble-size=0;bit-rate=256000;frame-size-milliseconds=4
|
1138
1137
|
#
|
1139
1138
|
# ^
|
1140
|
-
#
|
1141
1139
|
# * Text format
|
1142
1140
|
#
|
1143
1141
|
# * text/plain; charset=utf-8
|
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.46.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-
|
11
|
+
date: 2024-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|