aws-sdk-transcribestreamingservice 1.16.1 → 1.17.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: 690e695e6e40aa2926019b174e6b51629f8ebedc164b08bd1edb52c4b8e83689
4
- data.tar.gz: 72f97beabab790f6ef164c72eb2e7b4d9765101b1ec31ceef8355029e6598700
3
+ metadata.gz: d45c27af3966cad5f1aa4af3291cb14c1d236d60f178bdf5022f609f3379d6ba
4
+ data.tar.gz: '09169d66c278cfd10b98059b2374dc9df5ce5d9e402f7e9f87c32e04d8fd32e2'
5
5
  SHA512:
6
- metadata.gz: 6d0f8503bf59b611da76270a64c2685b4da32c727e832158f30cb4f775753c30e0b67e6c9970bab57cf3c53850b73cc2406c0107bf0e6dffbb26574c43890d88
7
- data.tar.gz: b680068a3822e89d722a6987a030a26ba8efb5ab0434fa9312df9346324a8adb6977fec8fa47b80fdbc00e6ef532e8f722ca870272177ac1e51141ae4c281fa5
6
+ metadata.gz: 2a8ae2e44789be8c85b43bee6856647f8803fe160aad3305b7a1d06f65bfcc204a8136111926c76a0984a41119fa4a69b33e61e4b2dcd4a8e52759a0b861ad3c
7
+ data.tar.gz: 8202739354a7c96fdedc6527409a1e43fcd11f0c01c8e1b1c2d8a5b7fb7a860bc3c5d1068cd2fe843d00e241f2425d7e55c6c07aea174b43536e13be1477ed12
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -47,6 +49,6 @@ require_relative 'aws-sdk-transcribestreamingservice/event_streams'
47
49
  # @service
48
50
  module Aws::TranscribeStreamingService
49
51
 
50
- GEM_VERSION = '1.16.1'
52
+ GEM_VERSION = '1.17.0'
51
53
 
52
54
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -476,7 +478,7 @@ module Aws::TranscribeStreamingService
476
478
  http_response: Seahorse::Client::Http::AsyncResponse.new,
477
479
  config: config)
478
480
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
479
- context[:gem_version] = '1.16.1'
481
+ context[:gem_version] = '1.17.0'
480
482
  Seahorse::Client::Request.new(handlers, context)
481
483
  end
482
484
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -334,7 +336,7 @@ module Aws::TranscribeStreamingService
334
336
  params: params,
335
337
  config: config)
336
338
  context[:gem_name] = 'aws-sdk-transcribestreamingservice'
337
- context[:gem_version] = '1.16.1'
339
+ context[:gem_version] = '1.17.0'
338
340
  Seahorse::Client::Request.new(handlers, context)
339
341
  end
340
342
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -23,6 +25,7 @@ module Aws::TranscribeStreamingService
23
25
  class Alternative < Struct.new(
24
26
  :transcript,
25
27
  :items)
28
+ SENSITIVE = []
26
29
  include Aws::Structure
27
30
  end
28
31
 
@@ -45,6 +48,7 @@ module Aws::TranscribeStreamingService
45
48
  class AudioEvent < Struct.new(
46
49
  :audio_chunk,
47
50
  :event_type)
51
+ SENSITIVE = []
48
52
  include Aws::Structure
49
53
  end
50
54
 
@@ -61,6 +65,7 @@ module Aws::TranscribeStreamingService
61
65
  class BadRequestException < Struct.new(
62
66
  :message,
63
67
  :event_type)
68
+ SENSITIVE = []
64
69
  include Aws::Structure
65
70
  end
66
71
 
@@ -75,6 +80,7 @@ module Aws::TranscribeStreamingService
75
80
  class ConflictException < Struct.new(
76
81
  :message,
77
82
  :event_type)
83
+ SENSITIVE = []
78
84
  include Aws::Structure
79
85
  end
80
86
 
@@ -89,6 +95,7 @@ module Aws::TranscribeStreamingService
89
95
  class InternalFailureException < Struct.new(
90
96
  :message,
91
97
  :event_type)
98
+ SENSITIVE = []
92
99
  include Aws::Structure
93
100
  end
94
101
 
@@ -128,6 +135,7 @@ module Aws::TranscribeStreamingService
128
135
  :type,
129
136
  :content,
130
137
  :vocabulary_filter_match)
138
+ SENSITIVE = []
131
139
  include Aws::Structure
132
140
  end
133
141
 
@@ -145,6 +153,7 @@ module Aws::TranscribeStreamingService
145
153
  class LimitExceededException < Struct.new(
146
154
  :message,
147
155
  :event_type)
156
+ SENSITIVE = []
148
157
  include Aws::Structure
149
158
  end
150
159
 
@@ -188,6 +197,7 @@ module Aws::TranscribeStreamingService
188
197
  :end_time,
189
198
  :is_partial,
190
199
  :alternatives)
200
+ SENSITIVE = []
191
201
  include Aws::Structure
192
202
  end
193
203
 
@@ -201,6 +211,7 @@ module Aws::TranscribeStreamingService
201
211
  class ServiceUnavailableException < Struct.new(
202
212
  :message,
203
213
  :event_type)
214
+ SENSITIVE = []
204
215
  include Aws::Structure
205
216
  end
206
217
 
@@ -275,6 +286,7 @@ module Aws::TranscribeStreamingService
275
286
  :audio_stream,
276
287
  :vocabulary_filter_name,
277
288
  :vocabulary_filter_method)
289
+ SENSITIVE = []
278
290
  include Aws::Structure
279
291
  end
280
292
 
@@ -328,6 +340,7 @@ module Aws::TranscribeStreamingService
328
340
  :transcript_result_stream,
329
341
  :vocabulary_filter_name,
330
342
  :vocabulary_filter_method)
343
+ SENSITIVE = []
331
344
  include Aws::Structure
332
345
  end
333
346
 
@@ -342,6 +355,7 @@ module Aws::TranscribeStreamingService
342
355
  #
343
356
  class Transcript < Struct.new(
344
357
  :results)
358
+ SENSITIVE = []
345
359
  include Aws::Structure
346
360
  end
347
361
 
@@ -358,6 +372,7 @@ module Aws::TranscribeStreamingService
358
372
  class TranscriptEvent < Struct.new(
359
373
  :transcript,
360
374
  :event_type)
375
+ SENSITIVE = []
361
376
  include Aws::Structure
362
377
  end
363
378
 
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.16.1
4
+ version: 1.17.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core