aws-sdk-transcribestreamingservice 1.93.0 → 1.94.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: 87110855c32f0e4476b66bcd977821e136553bdfdb6af67c8f0779f167b4e522
4
- data.tar.gz: 85a8b36bc1af5a6b66943f508a5dc4842b064a933ddf2ad81b7de971047a3c4e
3
+ metadata.gz: 67ac784162420a4b2620c81e2aa2b255525ca19e7708c4f78d7a851184adac64
4
+ data.tar.gz: aa6defdeddd4b5e52b7435641f7c583df4e112c88723871d66ecd2c1b01a582f
5
5
  SHA512:
6
- metadata.gz: be99675e19d307fa51bbe59ff16159b86d1d4b52d0df3e8344766830c2ff4dcb37f95b631299730a5274bf62c38a8f2ffc87cceffa130f1081ca83c823e5d67a
7
- data.tar.gz: 456a5cc7c0b528ccd79437066f014357657a01d37c7cd28b85c72d9f1c565e8cecfa40f7eb433f424452714ec1ec54b3b39b9fc68dff76efb759a5f8ee0f90f9
6
+ metadata.gz: bae772f55b26448826afb525f1da5332fdb3cc13d8ad18341f97cd13092eb5f58168cb3ee4091e74bd1fd3335e82abfce3c32afb4623761135c14afb81e2718c
7
+ data.tar.gz: c8f034040e67b0de58b3e182a244c3035d755c399549336b9c449d5d0906abaa8a865ca9c0bf052f7b02e75815bb72b588ac3d3e82b6aae7878ea392de865927
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2025-11-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.93.0 (2025-11-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -2191,7 +2191,7 @@ module Aws::TranscribeStreamingService
2191
2191
  tracer: tracer
2192
2192
  )
2193
2193
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
2194
- context[:gem_version] = '1.93.0'
2194
+ context[:gem_version] = '1.94.0'
2195
2195
  Seahorse::Client::Request.new(handlers, context)
2196
2196
  end
2197
2197
 
@@ -561,7 +561,7 @@ module Aws::TranscribeStreamingService
561
561
  tracer: tracer
562
562
  )
563
563
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
564
- context[:gem_version] = '1.93.0'
564
+ context[:gem_version] = '1.94.0'
565
565
  Seahorse::Client::Request.new(handlers, context)
566
566
  end
567
567
 
@@ -27,6 +27,22 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:transcribestreamingservice)
27
27
  #
28
28
  # See {Client} for more information.
29
29
  #
30
+ # # Async Client
31
+ #
32
+ # The {AsyncClient} class provides one asynchronous method for each API operation.
33
+ # Operation methods each accept a hash of request parameters and return an async
34
+ # response. For streaming operations, you can signal input events and register
35
+ # output event callbacks before waiting on the response.
36
+ #
37
+ # transcribe_streaming_service = Aws::TranscribeStreamingService::AsyncClient.new
38
+ # resp = transcribe_streaming_service.get_medical_scribe_stream(
39
+ # # params and input stream
40
+ # ) do |output_stream|
41
+ # # register callbacks for events
42
+ # end
43
+ #
44
+ # See {AsyncClient} for more information.
45
+ #
30
46
  # # Errors
31
47
  #
32
48
  # Errors returned from Amazon Transcribe Streaming Service are defined in the
@@ -56,7 +72,7 @@ module Aws::TranscribeStreamingService
56
72
  autoload :AsyncClient, 'aws-sdk-transcribestreamingservice/async_client'
57
73
  autoload :EventStreams, 'aws-sdk-transcribestreamingservice/event_streams'
58
74
 
59
- GEM_VERSION = '1.93.0'
75
+ GEM_VERSION = '1.94.0'
60
76
 
61
77
  end
62
78
 
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.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.234.0
21
+ version: 3.239.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.234.0
31
+ version: 3.239.1
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement