aws-sdk-transcribestreamingservice 1.79.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-transcribestreamingservice/async_client.rb +1 -1
- data/lib/aws-sdk-transcribestreamingservice/client.rb +2 -3
- data/lib/aws-sdk-transcribestreamingservice/client_api.rb +3 -3
- data/lib/aws-sdk-transcribestreamingservice.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5a06ebb0f7c9d0ea4609c4c03a882dda1830e1f2a01a768c58a51ece1028aa7
|
4
|
+
data.tar.gz: a66e18a0d31ae4502522b66b8f09071e9a92cfdd89498143d0ccda24f53d3517
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a618d4e04a849a7d3402c22dd33d389bdbc5b2cca8bc8b656d276e5936d85a7bc2be2a7bd376b00b4e51583c51465892b59a14bfc05a6b9c455f6c394508e87a
|
7
|
+
data.tar.gz: 685ef179a25913e5a75f1905f724048d40d4c2e9cc7ed36687bd18cf8689e724a5dc22f3bfcb736d81025c46ae20b65b6166edf7b81d2a201ccf666220d113a5
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.80.0 (2025-05-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.79.0 (2025-04-28)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
-
#
|
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.
|
556
|
+
context[:gem_version] = '1.81.0'
|
558
557
|
Seahorse::Client::Request.new(handlers, context)
|
559
558
|
end
|
560
559
|
|
@@ -153,7 +153,7 @@ module Aws::TranscribeStreamingService
|
|
153
153
|
|
154
154
|
AlternativeList.member = Shapes::ShapeRef.new(shape: Alternative)
|
155
155
|
|
156
|
-
AudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, eventpayload: true, eventpayload_type: 'blob', location_name: "AudioChunk", metadata: {"eventpayload"=>true}))
|
156
|
+
AudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, eventpayload: true, eventpayload_type: 'blob', location_name: "AudioChunk", metadata: {"eventpayload" => true}))
|
157
157
|
AudioEvent.struct_class = Types::AudioEvent
|
158
158
|
|
159
159
|
AudioStream.add_member(:audio_event, Shapes::ShapeRef.new(shape: AudioEvent, event: true, location_name: "AudioEvent"))
|
@@ -311,7 +311,7 @@ module Aws::TranscribeStreamingService
|
|
311
311
|
|
312
312
|
MedicalResultList.member = Shapes::ShapeRef.new(shape: MedicalResult)
|
313
313
|
|
314
|
-
MedicalScribeAudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, required: true, eventpayload: true, eventpayload_type: 'blob', location_name: "AudioChunk", metadata: {"eventpayload"=>true}))
|
314
|
+
MedicalScribeAudioEvent.add_member(:audio_chunk, Shapes::ShapeRef.new(shape: AudioChunk, required: true, eventpayload: true, eventpayload_type: 'blob', location_name: "AudioChunk", metadata: {"eventpayload" => true}))
|
315
315
|
MedicalScribeAudioEvent.struct_class = Types::MedicalScribeAudioEvent
|
316
316
|
|
317
317
|
MedicalScribeChannelDefinition.add_member(:channel_id, Shapes::ShapeRef.new(shape: MedicalScribeChannelId, required: true, location_name: "ChannelId"))
|
@@ -624,7 +624,7 @@ module Aws::TranscribeStreamingService
|
|
624
624
|
"auth" => ["aws.auth#sigv4"],
|
625
625
|
"endpointPrefix" => "transcribestreaming",
|
626
626
|
"protocol" => "rest-json",
|
627
|
-
"protocolSettings" => {"h2"=>"eventstream"},
|
627
|
+
"protocolSettings" => {"h2" => "eventstream"},
|
628
628
|
"protocols" => ["rest-json"],
|
629
629
|
"serviceFullName" => "Amazon Transcribe Streaming Service",
|
630
630
|
"serviceId" => "Transcribe Streaming",
|
@@ -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.
|
59
|
+
GEM_VERSION = '1.81.0'
|
60
60
|
|
61
61
|
end
|
62
62
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transcribestreamingservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.81.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: aws-sdk-core
|
@@ -80,7 +79,6 @@ licenses:
|
|
80
79
|
metadata:
|
81
80
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice
|
82
81
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md
|
83
|
-
post_install_message:
|
84
82
|
rdoc_options: []
|
85
83
|
require_paths:
|
86
84
|
- lib
|
@@ -95,8 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
93
|
- !ruby/object:Gem::Version
|
96
94
|
version: '0'
|
97
95
|
requirements: []
|
98
|
-
rubygems_version: 3.
|
99
|
-
signing_key:
|
96
|
+
rubygems_version: 3.6.7
|
100
97
|
specification_version: 4
|
101
98
|
summary: AWS SDK for Ruby - Amazon Transcribe Streaming Service
|
102
99
|
test_files: []
|