aws-sdk-transcribestreamingservice 1.27.0 → 1.30.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: 84a2259056a3a83ec8c651abd8af61848fafffa0096ee79edb4e06598a689d5b
4
- data.tar.gz: e8815f850835ac8bac0f2887248d3158a17f716a222a48627522b676416b90da
3
+ metadata.gz: '08ebeb3f6f7eb5dc26f5ef6e007cba2824420ff3485ad173aea562aacfe603b4'
4
+ data.tar.gz: 4604861260d63c1e64848b74f2ed279b29e54c68e520f879fb0ccc88e66c51c6
5
5
  SHA512:
6
- metadata.gz: 90ae4d0908cd98818faa8269e124148f9ea490d2f53b68117df3284b20bde172c18588553dae11bdbdf290008d491de82e4330d7fdeb46a928d9baf00a0d95e5
7
- data.tar.gz: 15c470e0ce0d0cb41ec376fc491eb5faad47e91aecb5184039debcde9993a0a6a8da13acd77c1b62b1e3200486c36d34876e3284ceb9858eb7d917554c66201b
6
+ metadata.gz: 31842a6089eea43685583a1005ce97a995b9104056f65f633952d6ecdd88add4dd7a89f9e23b0711f103e977f998518be1ed140d683e0d699eaf4cd958c8111d
7
+ data.tar.gz: de2c211eee431da3254b90eecbb96a46af9378f5f76dc04886d3353147ead93e3493bf43f6652aee8c25ebb593e1a76aa6574cc775299ee7d4e2554e3df630af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.29.1 (2021-07-14)
10
+ ------------------
11
+
12
+ * Issue - Remove `content-length` header from `AsyncClient`.
13
+
14
+ 1.29.0 (2021-05-11)
15
+ ------------------
16
+
17
+ * Feature - Amazon Transcribe supports partial results stabilization for streaming transcription.
18
+
19
+ 1.28.0 (2021-03-15)
20
+ ------------------
21
+
22
+ * Feature - AWS Transcribe now supports real-time transcription for Chinese (zh-CN) and confidence scores in the transcription output.
23
+
4
24
  1.27.0 (2021-03-10)
5
25
  ------------------
6
26
 
@@ -150,4 +170,4 @@ Unreleased Changes
150
170
  1.0.0 (2019-03-21)
151
171
  ------------------
152
172
 
153
- * Feature - Initial release of `aws-sdk-transcribestreamingservice`.
173
+ * Feature - Initial release of `aws-sdk-transcribestreamingservice`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.30.0
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
50
50
  # @!group service
51
51
  module Aws::TranscribeStreamingService
52
52
 
53
- GEM_VERSION = '1.27.0'
53
+ GEM_VERSION = '1.30.0'
54
54
 
55
55
  end
@@ -12,7 +12,6 @@ if RUBY_VERSION >= '2.1'
12
12
  require 'http/2'
13
13
  rescue LoadError; end
14
14
  end
15
- require 'seahorse/client/plugins/content_length.rb'
16
15
  require 'aws-sdk-core/plugins/credentials_configuration.rb'
17
16
  require 'aws-sdk-core/plugins/logging.rb'
18
17
  require 'aws-sdk-core/plugins/param_converter.rb'
@@ -42,7 +41,6 @@ module Aws::TranscribeStreamingService
42
41
 
43
42
  set_api(ClientApi::API)
44
43
 
45
- add_plugin(Seahorse::Client::Plugins::ContentLength)
46
44
  add_plugin(Aws::Plugins::CredentialsConfiguration)
47
45
  add_plugin(Aws::Plugins::Logging)
48
46
  add_plugin(Aws::Plugins::ParamConverter)
@@ -403,7 +401,7 @@ module Aws::TranscribeStreamingService
403
401
  # @example Request syntax with placeholder values
404
402
  #
405
403
  # async_resp = async_client.start_medical_stream_transcription({
406
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR
404
+ # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
407
405
  # media_sample_rate_hertz: 1, # required
408
406
  # media_encoding: "pcm", # required, accepts pcm, ogg-opus, flac
409
407
  # vocabulary_name: "VocabularyName",
@@ -424,7 +422,7 @@ module Aws::TranscribeStreamingService
424
422
  # @example Response structure
425
423
  #
426
424
  # resp.request_id #=> String
427
- # resp.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR"
425
+ # resp.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
428
426
  # resp.media_sample_rate_hertz #=> Integer
429
427
  # resp.media_encoding #=> String, one of "pcm", "ogg-opus", "flac"
430
428
  # resp.vocabulary_name #=> String
@@ -572,6 +570,19 @@ module Aws::TranscribeStreamingService
572
570
  # @option params [Integer] :number_of_channels
573
571
  # The number of channels that are in your audio stream.
574
572
  #
573
+ # @option params [Boolean] :enable_partial_results_stabilization
574
+ # When `true`, instructs Amazon Transcribe to present transcription
575
+ # results that have the partial results stabilized. Normally, any word
576
+ # or phrase from one partial result can change in a subsequent partial
577
+ # result. With partial results stabilization enabled, only the last few
578
+ # words of one partial result can change in another partial result.
579
+ #
580
+ # @option params [String] :partial_results_stability
581
+ # You can use this field to set the stability level of the transcription
582
+ # results. A higher stability level means that the transcription results
583
+ # are less likely to change. Higher stability levels can come with lower
584
+ # overall transcription accuracy.
585
+ #
575
586
  # @return [Types::StartStreamTranscriptionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
576
587
  #
577
588
  # * {Types::StartStreamTranscriptionResponse#request_id #request_id} => String
@@ -586,6 +597,8 @@ module Aws::TranscribeStreamingService
586
597
  # * {Types::StartStreamTranscriptionResponse#show_speaker_label #show_speaker_label} => Boolean
587
598
  # * {Types::StartStreamTranscriptionResponse#enable_channel_identification #enable_channel_identification} => Boolean
588
599
  # * {Types::StartStreamTranscriptionResponse#number_of_channels #number_of_channels} => Integer
600
+ # * {Types::StartStreamTranscriptionResponse#enable_partial_results_stabilization #enable_partial_results_stabilization} => Boolean
601
+ # * {Types::StartStreamTranscriptionResponse#partial_results_stability #partial_results_stability} => String
589
602
  #
590
603
  # @example Bi-directional EventStream Operation Example
591
604
  #
@@ -682,7 +695,7 @@ module Aws::TranscribeStreamingService
682
695
  # @example Request syntax with placeholder values
683
696
  #
684
697
  # async_resp = async_client.start_stream_transcription({
685
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR
698
+ # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
686
699
  # media_sample_rate_hertz: 1, # required
687
700
  # media_encoding: "pcm", # required, accepts pcm, ogg-opus, flac
688
701
  # vocabulary_name: "VocabularyName",
@@ -693,6 +706,8 @@ module Aws::TranscribeStreamingService
693
706
  # show_speaker_label: false,
694
707
  # enable_channel_identification: false,
695
708
  # number_of_channels: 1,
709
+ # enable_partial_results_stabilization: false,
710
+ # partial_results_stability: "high", # accepts high, medium, low
696
711
  # })
697
712
  # # => Seahorse::Client::AsyncResponse
698
713
  # async_resp.wait
@@ -702,7 +717,7 @@ module Aws::TranscribeStreamingService
702
717
  # @example Response structure
703
718
  #
704
719
  # resp.request_id #=> String
705
- # resp.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR"
720
+ # resp.language_code #=> String, one of "en-US", "en-GB", "es-US", "fr-CA", "fr-FR", "en-AU", "it-IT", "de-DE", "pt-BR", "ja-JP", "ko-KR", "zh-CN"
706
721
  # resp.media_sample_rate_hertz #=> Integer
707
722
  # resp.media_encoding #=> String, one of "pcm", "ogg-opus", "flac"
708
723
  # resp.vocabulary_name #=> String
@@ -726,6 +741,8 @@ module Aws::TranscribeStreamingService
726
741
  # event.transcript.results[0].alternatives[0].items[0].content #=> String
727
742
  # event.transcript.results[0].alternatives[0].items[0].vocabulary_filter_match #=> Boolean
728
743
  # event.transcript.results[0].alternatives[0].items[0].speaker #=> String
744
+ # event.transcript.results[0].alternatives[0].items[0].confidence #=> Float
745
+ # event.transcript.results[0].alternatives[0].items[0].stable #=> Boolean
729
746
  # event.transcript.results[0].channel_id #=> String
730
747
  #
731
748
  # For :bad_request_exception event available at #on_bad_request_exception_event callback and response eventstream enumerator:
@@ -748,6 +765,8 @@ module Aws::TranscribeStreamingService
748
765
  # resp.show_speaker_label #=> Boolean
749
766
  # resp.enable_channel_identification #=> Boolean
750
767
  # resp.number_of_channels #=> Integer
768
+ # resp.enable_partial_results_stabilization #=> Boolean
769
+ # resp.partial_results_stability #=> String, one of "high", "medium", "low"
751
770
  #
752
771
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/StartStreamTranscription AWS API Documentation
753
772
  #
@@ -792,7 +811,7 @@ module Aws::TranscribeStreamingService
792
811
  http_response: Seahorse::Client::Http::AsyncResponse.new,
793
812
  config: config)
794
813
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
795
- context[:gem_version] = '1.27.0'
814
+ context[:gem_version] = '1.30.0'
796
815
  Seahorse::Client::Request.new(handlers, context)
797
816
  end
798
817
 
@@ -351,7 +351,7 @@ module Aws::TranscribeStreamingService
351
351
  params: params,
352
352
  config: config)
353
353
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
354
- context[:gem_version] = '1.27.0'
354
+ context[:gem_version] = '1.30.0'
355
355
  Seahorse::Client::Request.new(handlers, context)
356
356
  end
357
357
 
@@ -44,12 +44,14 @@ module Aws::TranscribeStreamingService
44
44
  MedicalTranscriptEvent = Shapes::StructureShape.new(name: 'MedicalTranscriptEvent')
45
45
  MedicalTranscriptResultStream = Shapes::StructureShape.new(name: 'MedicalTranscriptResultStream')
46
46
  NumberOfChannels = Shapes::IntegerShape.new(name: 'NumberOfChannels')
47
+ PartialResultsStability = Shapes::StringShape.new(name: 'PartialResultsStability')
47
48
  RequestId = Shapes::StringShape.new(name: 'RequestId')
48
49
  Result = Shapes::StructureShape.new(name: 'Result')
49
50
  ResultList = Shapes::ListShape.new(name: 'ResultList')
50
51
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
51
52
  SessionId = Shapes::StringShape.new(name: 'SessionId')
52
53
  Specialty = Shapes::StringShape.new(name: 'Specialty')
54
+ Stable = Shapes::BooleanShape.new(name: 'Stable')
53
55
  StartMedicalStreamTranscriptionRequest = Shapes::StructureShape.new(name: 'StartMedicalStreamTranscriptionRequest')
54
56
  StartMedicalStreamTranscriptionResponse = Shapes::StructureShape.new(name: 'StartMedicalStreamTranscriptionResponse')
55
57
  StartStreamTranscriptionRequest = Shapes::StructureShape.new(name: 'StartStreamTranscriptionRequest')
@@ -90,6 +92,8 @@ module Aws::TranscribeStreamingService
90
92
  Item.add_member(:content, Shapes::ShapeRef.new(shape: String, location_name: "Content"))
91
93
  Item.add_member(:vocabulary_filter_match, Shapes::ShapeRef.new(shape: Boolean, location_name: "VocabularyFilterMatch"))
92
94
  Item.add_member(:speaker, Shapes::ShapeRef.new(shape: String, location_name: "Speaker"))
95
+ Item.add_member(:confidence, Shapes::ShapeRef.new(shape: Confidence, location_name: "Confidence"))
96
+ Item.add_member(:stable, Shapes::ShapeRef.new(shape: Stable, location_name: "Stable"))
93
97
  Item.struct_class = Types::Item
94
98
 
95
99
  ItemList.member = Shapes::ShapeRef.new(shape: Item)
@@ -204,6 +208,8 @@ module Aws::TranscribeStreamingService
204
208
  StartStreamTranscriptionRequest.add_member(:show_speaker_label, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-show-speaker-label"))
205
209
  StartStreamTranscriptionRequest.add_member(:enable_channel_identification, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-enable-channel-identification"))
206
210
  StartStreamTranscriptionRequest.add_member(:number_of_channels, Shapes::ShapeRef.new(shape: NumberOfChannels, location: "header", location_name: "x-amzn-transcribe-number-of-channels"))
211
+ StartStreamTranscriptionRequest.add_member(:enable_partial_results_stabilization, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-enable-partial-results-stabilization"))
212
+ StartStreamTranscriptionRequest.add_member(:partial_results_stability, Shapes::ShapeRef.new(shape: PartialResultsStability, location: "header", location_name: "x-amzn-transcribe-partial-results-stability"))
207
213
  StartStreamTranscriptionRequest.struct_class = Types::StartStreamTranscriptionRequest
208
214
  StartStreamTranscriptionRequest[:payload] = :audio_stream
209
215
  StartStreamTranscriptionRequest[:payload_member] = StartStreamTranscriptionRequest.member(:audio_stream)
@@ -220,6 +226,8 @@ module Aws::TranscribeStreamingService
220
226
  StartStreamTranscriptionResponse.add_member(:show_speaker_label, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-show-speaker-label"))
221
227
  StartStreamTranscriptionResponse.add_member(:enable_channel_identification, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-enable-channel-identification"))
222
228
  StartStreamTranscriptionResponse.add_member(:number_of_channels, Shapes::ShapeRef.new(shape: NumberOfChannels, location: "header", location_name: "x-amzn-transcribe-number-of-channels"))
229
+ StartStreamTranscriptionResponse.add_member(:enable_partial_results_stabilization, Shapes::ShapeRef.new(shape: Boolean, location: "header", location_name: "x-amzn-transcribe-enable-partial-results-stabilization"))
230
+ StartStreamTranscriptionResponse.add_member(:partial_results_stability, Shapes::ShapeRef.new(shape: PartialResultsStability, location: "header", location_name: "x-amzn-transcribe-partial-results-stability"))
223
231
  StartStreamTranscriptionResponse.struct_class = Types::StartStreamTranscriptionResponse
224
232
  StartStreamTranscriptionResponse[:payload] = :transcript_result_stream
225
233
  StartStreamTranscriptionResponse[:payload_member] = StartStreamTranscriptionResponse.member(:transcript_result_stream)
@@ -31,6 +31,10 @@ module Aws::TranscribeStreamingService
31
31
 
32
32
  # Provides a wrapper for the audio chunks that you are sending.
33
33
  #
34
+ # For information on audio encoding in Amazon Transcribe, see input. For
35
+ # information on audio encoding formats in Amazon Transcribe Medical,
36
+ # see input-med.
37
+ #
34
38
  # @note When making an API call, you may pass AudioEvent
35
39
  # data as a hash:
36
40
  #
@@ -101,7 +105,8 @@ module Aws::TranscribeStreamingService
101
105
  include Aws::Structure
102
106
  end
103
107
 
104
- # A word or phrase transcribed from the input audio.
108
+ # A word, phrase, or punctuation mark that is transcribed from the input
109
+ # audio.
105
110
  #
106
111
  # @!attribute [rw] start_time
107
112
  # The offset from the beginning of the audio stream to the beginning
@@ -134,6 +139,18 @@ module Aws::TranscribeStreamingService
134
139
  # in the real-time stream.
135
140
  # @return [String]
136
141
  #
142
+ # @!attribute [rw] confidence
143
+ # A value between 0 and 1 for an item that is a confidence score that
144
+ # Amazon Transcribe assigns to each word or phrase that it
145
+ # transcribes.
146
+ # @return [Float]
147
+ #
148
+ # @!attribute [rw] stable
149
+ # If partial result stabilization has been enabled, indicates whether
150
+ # the word or phrase in the item is stable. If `Stable` is `true`, the
151
+ # result is stable.
152
+ # @return [Boolean]
153
+ #
137
154
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/Item AWS API Documentation
138
155
  #
139
156
  class Item < Struct.new(
@@ -142,7 +159,9 @@ module Aws::TranscribeStreamingService
142
159
  :type,
143
160
  :content,
144
161
  :vocabulary_filter_match,
145
- :speaker)
162
+ :speaker,
163
+ :confidence,
164
+ :stable)
146
165
  SENSITIVE = []
147
166
  include Aws::Structure
148
167
  end
@@ -231,7 +250,8 @@ module Aws::TranscribeStreamingService
231
250
  include Aws::Structure
232
251
  end
233
252
 
234
- # A word or punctuation that is transcribed from the input audio.
253
+ # A word, phrase, or punctuation mark that is transcribed from the input
254
+ # audio.
235
255
  #
236
256
  # @!attribute [rw] start_time
237
257
  # The number of seconds into an audio stream that indicates the
@@ -438,7 +458,7 @@ module Aws::TranscribeStreamingService
438
458
  # data as a hash:
439
459
  #
440
460
  # {
441
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR
461
+ # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
442
462
  # media_sample_rate_hertz: 1, # required
443
463
  # media_encoding: "pcm", # required, accepts pcm, ogg-opus, flac
444
464
  # vocabulary_name: "VocabularyName",
@@ -620,7 +640,7 @@ module Aws::TranscribeStreamingService
620
640
  # data as a hash:
621
641
  #
622
642
  # {
623
- # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR
643
+ # language_code: "en-US", # required, accepts en-US, en-GB, es-US, fr-CA, fr-FR, en-AU, it-IT, de-DE, pt-BR, ja-JP, ko-KR, zh-CN
624
644
  # media_sample_rate_hertz: 1, # required
625
645
  # media_encoding: "pcm", # required, accepts pcm, ogg-opus, flac
626
646
  # vocabulary_name: "VocabularyName",
@@ -631,6 +651,8 @@ module Aws::TranscribeStreamingService
631
651
  # show_speaker_label: false,
632
652
  # enable_channel_identification: false,
633
653
  # number_of_channels: 1,
654
+ # enable_partial_results_stabilization: false,
655
+ # partial_results_stability: "high", # accepts high, medium, low
634
656
  # }
635
657
  #
636
658
  # @!attribute [rw] language_code
@@ -702,6 +724,22 @@ module Aws::TranscribeStreamingService
702
724
  # The number of channels that are in your audio stream.
703
725
  # @return [Integer]
704
726
  #
727
+ # @!attribute [rw] enable_partial_results_stabilization
728
+ # When `true`, instructs Amazon Transcribe to present transcription
729
+ # results that have the partial results stabilized. Normally, any word
730
+ # or phrase from one partial result can change in a subsequent partial
731
+ # result. With partial results stabilization enabled, only the last
732
+ # few words of one partial result can change in another partial
733
+ # result.
734
+ # @return [Boolean]
735
+ #
736
+ # @!attribute [rw] partial_results_stability
737
+ # You can use this field to set the stability level of the
738
+ # transcription results. A higher stability level means that the
739
+ # transcription results are less likely to change. Higher stability
740
+ # levels can come with lower overall transcription accuracy.
741
+ # @return [String]
742
+ #
705
743
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/StartStreamTranscriptionRequest AWS API Documentation
706
744
  #
707
745
  class StartStreamTranscriptionRequest < Struct.new(
@@ -715,7 +753,9 @@ module Aws::TranscribeStreamingService
715
753
  :vocabulary_filter_method,
716
754
  :show_speaker_label,
717
755
  :enable_channel_identification,
718
- :number_of_channels)
756
+ :number_of_channels,
757
+ :enable_partial_results_stabilization,
758
+ :partial_results_stability)
719
759
  SENSITIVE = []
720
760
  include Aws::Structure
721
761
  end
@@ -770,6 +810,16 @@ module Aws::TranscribeStreamingService
770
810
  # The number of channels identified in the stream.
771
811
  # @return [Integer]
772
812
  #
813
+ # @!attribute [rw] enable_partial_results_stabilization
814
+ # Shows whether partial results stabilization has been enabled in the
815
+ # stream.
816
+ # @return [Boolean]
817
+ #
818
+ # @!attribute [rw] partial_results_stability
819
+ # If partial results stabilization has been enabled in the stream,
820
+ # shows the stability level.
821
+ # @return [String]
822
+ #
773
823
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-streaming-2017-10-26/StartStreamTranscriptionResponse AWS API Documentation
774
824
  #
775
825
  class StartStreamTranscriptionResponse < Struct.new(
@@ -784,7 +834,9 @@ module Aws::TranscribeStreamingService
784
834
  :vocabulary_filter_method,
785
835
  :show_speaker_label,
786
836
  :enable_channel_identification,
787
- :number_of_channels)
837
+ :number_of_channels,
838
+ :enable_partial_results_stabilization,
839
+ :partial_results_stability)
788
840
  SENSITIVE = []
789
841
  include Aws::Structure
790
842
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribestreamingservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.27.0
4
+ version: 1.30.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -68,8 +68,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
68
68
  licenses:
69
69
  - Apache-2.0
70
70
  metadata:
71
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribestreamingservice
72
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md
71
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice
72
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribestreamingservice/CHANGELOG.md
73
73
  post_install_message:
74
74
  rdoc_options: []
75
75
  require_paths:
@@ -85,8 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubyforge_project:
89
- rubygems_version: 2.7.6.2
88
+ rubygems_version: 3.1.6
90
89
  signing_key:
91
90
  specification_version: 4
92
91
  summary: AWS SDK for Ruby - Amazon Transcribe Streaming Service