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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9803292626da21e09e1ae2f0447ced1ee3f3a13d143bc770db03d49d33ec1c32
4
- data.tar.gz: a975542bddcae5befe81a645e25050766777b2daf086a272a111c10133f13e65
3
+ metadata.gz: 9d4ab67ba53c30cc0c84895f61c8e6a04b89e370939c5317bdec90cb9b4308f7
4
+ data.tar.gz: b87cd5bafcbecaad66b60f420a1b079695a4831d6df775786f1d659bf17bd17f
5
5
  SHA512:
6
- metadata.gz: d08557ea503c0639e96a8c8293f7fd36170c91c084762d7a5f65b84e04c0defa8d13fe70a005eceba4a9907e6d237fd807acfc2486f8612038740e2eb042b7cd
7
- data.tar.gz: 7ad45f2395a3f8dd0ee6bf0889488710db4ec60373446c6d4991424ef6e0a45dd83c6e11bcbcf63ab9db6af43be4416390b2a4dcc9d8fed83d94e70176078771
6
+ metadata.gz: 36183684025a9ae285ee6f8a37598f15f99b9c73c009327e2636f0b8c0205d05fd74122d30d813099d5646673bee81210385692d161449c7d5a033cfa8d4b075
7
+ data.tar.gz: 42ba1f0dbbf8ea89df53b0f34acda10842d77cc7f0b7a793b7974de75ea527d2604c218576c03aeb73b34640aee6fabfed89a37da9204b1e09bbd00a410f9779
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.46.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.45.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.45.0
1
+ 1.46.0
@@ -765,7 +765,7 @@ module Aws::LexRuntimeV2
765
765
  tracer: tracer
766
766
  )
767
767
  context[:gem_name] = 'aws-sdk-lexruntimev2'
768
- context[:gem_version] = '1.45.0'
768
+ context[:gem_version] = '1.46.0'
769
769
  Seahorse::Client::Request.new(handlers, context)
770
770
  end
771
771
 
@@ -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.45.0'
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
@@ -56,7 +56,7 @@ module Aws::LexRuntimeV2
56
56
  autoload :AsyncClient, 'aws-sdk-lexruntimev2/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-lexruntimev2/event_streams'
58
58
 
59
- GEM_VERSION = '1.45.0'
59
+ GEM_VERSION = '1.46.0'
60
60
 
61
61
  end
62
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.45.0
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-10-18 00:00:00.000000000 Z
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