aws-sdk-transcribestreamingservice 1.80.0 → 1.81.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdeb273a0bdb10315516022f2d81cbfbdd28737c42d63881b973a3af08dd39cc
4
- data.tar.gz: 1d7389573681c3133a906b6ba4cbb443fd1f542e10c50518991e3d03e8c8fb5a
3
+ metadata.gz: b5a06ebb0f7c9d0ea4609c4c03a882dda1830e1f2a01a768c58a51ece1028aa7
4
+ data.tar.gz: a66e18a0d31ae4502522b66b8f09071e9a92cfdd89498143d0ccda24f53d3517
5
5
  SHA512:
6
- metadata.gz: d715f988a96070bf5d78ee490b116b5ec79a6e65862714bf3cffba3e04d0719c70fea15995b6412ccbf4b0659b229195e65c6c61be3d2736034d5bbf60b7e76a
7
- data.tar.gz: c99150ba668d59157792a07c6c84ae6cf32542be8d7e2a38ba66a9481106ef7bc3d68c1bce282a6968a113b2113970f74306badbe3aa1225b7556c965d279da0
6
+ metadata.gz: a618d4e04a849a7d3402c22dd33d389bdbc5b2cca8bc8b656d276e5936d85a7bc2be2a7bd376b00b4e51583c51465892b59a14bfc05a6b9c455f6c394508e87a
7
+ data.tar.gz: 685ef179a25913e5a75f1905f724048d40d4c2e9cc7ed36687bd18cf8689e724a5dc22f3bfcb736d81025c46ae20b65b6166edf7b81d2a201ccf666220d113a5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.81.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.80.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.80.0
1
+ 1.81.0
@@ -2083,7 +2083,7 @@ module Aws::TranscribeStreamingService
2083
2083
  tracer: tracer
2084
2084
  )
2085
2085
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
2086
- context[:gem_version] = '1.80.0'
2086
+ context[:gem_version] = '1.81.0'
2087
2087
  Seahorse::Client::Request.new(handlers, context)
2088
2088
  end
2089
2089
 
@@ -202,8 +202,7 @@ module Aws::TranscribeStreamingService
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
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
@@ -554,7 +553,7 @@ module Aws::TranscribeStreamingService
554
553
  tracer: tracer
555
554
  )
556
555
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
557
- context[:gem_version] = '1.80.0'
556
+ context[:gem_version] = '1.81.0'
558
557
  Seahorse::Client::Request.new(handlers, context)
559
558
  end
560
559
 
@@ -56,7 +56,7 @@ module Aws::TranscribeStreamingService
56
56
  autoload :AsyncClient, 'aws-sdk-transcribestreamingservice/async_client'
57
57
  autoload :EventStreams, 'aws-sdk-transcribestreamingservice/event_streams'
58
58
 
59
- GEM_VERSION = '1.80.0'
59
+ GEM_VERSION = '1.81.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.80.0
4
+ version: 1.81.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services