aws-sdk-transcribeservice 1.7.0 → 1.8.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
  SHA1:
3
- metadata.gz: 8af289e805a3f24632abf382a1f78473eff406c8
4
- data.tar.gz: 484123fc30feffbf6bc73ab505267b0138772bb0
3
+ metadata.gz: 45223f5cc8f9b5e364e94c72a394b914256ae477
4
+ data.tar.gz: 4a63fecae1c0a2993dcfeb84284dc90744f35419
5
5
  SHA512:
6
- metadata.gz: a1c02796a70fe0d741d7d10737162cb700fb33d1a625ae497cd25f86db66c400d12a0e3575cf347a9e899c91c30aa3b1706830ccb4a2ec499e63f4ccf17d3b94
7
- data.tar.gz: 2667f218ae736ad6381e09cb3f7e37e60234b18aee185ca0a2555b874edecb9bb854367e7a9827131decb368a76d6864552be01f5d94a588731eee66780fb77b
6
+ metadata.gz: 43d95b2a73e701ff474fabb777d261600a08d5a9cb276d49f722593fba05a7294d939e2566b129e6e8867193b9445cb7697dc3607427d08c8002a65566af1199
7
+ data.tar.gz: defbd3a9a75e3cb731f369c56a4c21948bf9aef687e7010bb8f4fdac5af1cef541ed3040d4b024532fe96999da48d8541fb034c4353badeb2b22dbfbb3785a02
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -187,7 +187,10 @@ module Aws::TranscribeService
187
187
  # @!group API Operations
188
188
 
189
189
  # Creates a new custom vocabulary that you can use to change the way
190
- # Amazon Transcribe handles transcription of an audio file.
190
+ # Amazon Transcribe handles transcription of an audio file. Note that
191
+ # vocabularies for en-AU, en-UK, and fr-CA languages that are in preview
192
+ # are not available. In the console, the vocabulary section will be
193
+ # greyed-out and SDK will return error message.
191
194
  #
192
195
  # @option params [required, String] :vocabulary_name
193
196
  # The name of the vocabulary. The name must be unique within an AWS
@@ -211,14 +214,14 @@ module Aws::TranscribeService
211
214
  #
212
215
  # resp = client.create_vocabulary({
213
216
  # vocabulary_name: "VocabularyName", # required
214
- # language_code: "en-US", # required, accepts en-US, es-US
217
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
215
218
  # phrases: ["Phrase"], # required
216
219
  # })
217
220
  #
218
221
  # @example Response structure
219
222
  #
220
223
  # resp.vocabulary_name #=> String
221
- # resp.language_code #=> String, one of "en-US", "es-US"
224
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
222
225
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
223
226
  # resp.last_modified_time #=> Time
224
227
  # resp.failure_reason #=> String
@@ -232,7 +235,7 @@ module Aws::TranscribeService
232
235
  req.send_request(options)
233
236
  end
234
237
 
235
- # Deletes a previously submitted transcription job as wella s any other
238
+ # Deletes a previously submitted transcription job as well as any other
236
239
  # generated results such as the transcription, models, and so on.
237
240
  #
238
241
  # @option params [required, String] :transcription_job_name
@@ -299,7 +302,7 @@ module Aws::TranscribeService
299
302
  #
300
303
  # resp.transcription_job.transcription_job_name #=> String
301
304
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
302
- # resp.transcription_job.language_code #=> String, one of "en-US", "es-US"
305
+ # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
303
306
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
304
307
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
305
308
  # resp.transcription_job.media.media_file_uri #=> String
@@ -321,7 +324,10 @@ module Aws::TranscribeService
321
324
  req.send_request(options)
322
325
  end
323
326
 
324
- # Gets information about a vocabulary.
327
+ # Gets information about a vocabulary. Note that vocabularies for en-AU,
328
+ # en-UK, and fr-CA languages that are in preview are not available. In
329
+ # the console, the vocabulary section will be greyed-out and SDK will
330
+ # return error message.
325
331
  #
326
332
  # @option params [required, String] :vocabulary_name
327
333
  # The name of the vocabulary to return information about. The name is
@@ -345,7 +351,7 @@ module Aws::TranscribeService
345
351
  # @example Response structure
346
352
  #
347
353
  # resp.vocabulary_name #=> String
348
- # resp.language_code #=> String, one of "en-US", "es-US"
354
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
349
355
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
350
356
  # resp.last_modified_time #=> Time
351
357
  # resp.failure_reason #=> String
@@ -402,7 +408,7 @@ module Aws::TranscribeService
402
408
  # resp.transcription_job_summaries[0].transcription_job_name #=> String
403
409
  # resp.transcription_job_summaries[0].creation_time #=> Time
404
410
  # resp.transcription_job_summaries[0].completion_time #=> Time
405
- # resp.transcription_job_summaries[0].language_code #=> String, one of "en-US", "es-US"
411
+ # resp.transcription_job_summaries[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
406
412
  # resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
407
413
  # resp.transcription_job_summaries[0].failure_reason #=> String
408
414
  # resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -459,7 +465,7 @@ module Aws::TranscribeService
459
465
  # resp.next_token #=> String
460
466
  # resp.vocabularies #=> Array
461
467
  # resp.vocabularies[0].vocabulary_name #=> String
462
- # resp.vocabularies[0].language_code #=> String, one of "en-US", "es-US"
468
+ # resp.vocabularies[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
463
469
  # resp.vocabularies[0].last_modified_time #=> Time
464
470
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
465
471
  #
@@ -472,7 +478,9 @@ module Aws::TranscribeService
472
478
  req.send_request(options)
473
479
  end
474
480
 
475
- # Starts an asynchronous job to transcribe speech to text.
481
+ # Starts an asynchronous job to transcribe speech to text. Note that
482
+ # en-AU, en-UK, and fr-CA languages are in preview and are only
483
+ # available to whitelisted customers.
476
484
  #
477
485
  # @option params [required, String] :transcription_job_name
478
486
  # The name of the job. You can't use the strings "." or ".." in the
@@ -521,7 +529,7 @@ module Aws::TranscribeService
521
529
  #
522
530
  # resp = client.start_transcription_job({
523
531
  # transcription_job_name: "TranscriptionJobName", # required
524
- # language_code: "en-US", # required, accepts en-US, es-US
532
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
525
533
  # media_sample_rate_hertz: 1,
526
534
  # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
527
535
  # media: { # required
@@ -540,7 +548,7 @@ module Aws::TranscribeService
540
548
  #
541
549
  # resp.transcription_job.transcription_job_name #=> String
542
550
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
543
- # resp.transcription_job.language_code #=> String, one of "en-US", "es-US"
551
+ # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
544
552
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
545
553
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
546
554
  # resp.transcription_job.media.media_file_uri #=> String
@@ -564,7 +572,10 @@ module Aws::TranscribeService
564
572
 
565
573
  # Updates an existing vocabulary with new values. The `UpdateVocabulary`
566
574
  # operation overwrites all of the existing information with the values
567
- # that you provide in the request.
575
+ # that you provide in the request. Note that vocabularies for en-AU,
576
+ # en-UK, and fr-CA languages that are in preview are not available. In
577
+ # the console, the vocabulary section will be greyed-out and SDK will
578
+ # return error message.
568
579
  #
569
580
  # @option params [required, String] :vocabulary_name
570
581
  # The name of the vocabulary to update. The name is case-sensitive.
@@ -586,14 +597,14 @@ module Aws::TranscribeService
586
597
  #
587
598
  # resp = client.update_vocabulary({
588
599
  # vocabulary_name: "VocabularyName", # required
589
- # language_code: "en-US", # required, accepts en-US, es-US
600
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
590
601
  # phrases: ["Phrase"], # required
591
602
  # })
592
603
  #
593
604
  # @example Response structure
594
605
  #
595
606
  # resp.vocabulary_name #=> String
596
- # resp.language_code #=> String, one of "en-US", "es-US"
607
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-UK"
597
608
  # resp.last_modified_time #=> Time
598
609
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
599
610
  #
@@ -619,7 +630,7 @@ module Aws::TranscribeService
619
630
  params: params,
620
631
  config: config)
621
632
  context[:gem_name] = 'aws-sdk-transcribeservice'
622
- context[:gem_version] = '1.7.0'
633
+ context[:gem_version] = '1.8.0'
623
634
  Seahorse::Client::Request.new(handlers, context)
624
635
  end
625
636
 
@@ -13,7 +13,7 @@ module Aws::TranscribeService
13
13
  #
14
14
  # {
15
15
  # vocabulary_name: "VocabularyName", # required
16
- # language_code: "en-US", # required, accepts en-US, es-US
16
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
17
17
  # phrases: ["Phrase"], # required
18
18
  # }
19
19
  #
@@ -440,7 +440,7 @@ module Aws::TranscribeService
440
440
  #
441
441
  # {
442
442
  # transcription_job_name: "TranscriptionJobName", # required
443
- # language_code: "en-US", # required, accepts en-US, es-US
443
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
444
444
  # media_sample_rate_hertz: 1,
445
445
  # media_format: "mp3", # required, accepts mp3, mp4, wav, flac
446
446
  # media: { # required
@@ -548,7 +548,9 @@ module Aws::TranscribeService
548
548
  end
549
549
 
550
550
  # Describes an asynchronous transcription job that was created with the
551
- # `StartTranscriptionJob` operation.
551
+ # `StartTranscriptionJob` operation. Note that en-AU, en-UK, and fr-CA
552
+ # languages are in preview and are only available to whitelisted
553
+ # customers.
552
554
  #
553
555
  # @!attribute [rw] transcription_job_name
554
556
  # The name of the transcription job.
@@ -616,7 +618,9 @@ module Aws::TranscribeService
616
618
  include Aws::Structure
617
619
  end
618
620
 
619
- # Provides a summary of information about a transcription job.
621
+ # Provides a summary of information about a transcription job. Note that
622
+ # en-AU, en-UK, and fr-CA languages are in preview and are only
623
+ # available to whitelisted customers.
620
624
  #
621
625
  # @!attribute [rw] transcription_job_name
622
626
  # The name of the transcription job.
@@ -675,7 +679,7 @@ module Aws::TranscribeService
675
679
  #
676
680
  # {
677
681
  # vocabulary_name: "VocabularyName", # required
678
- # language_code: "en-US", # required, accepts en-US, es-US
682
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-UK
679
683
  # phrases: ["Phrase"], # required
680
684
  # }
681
685
  #
@@ -728,7 +732,10 @@ module Aws::TranscribeService
728
732
  include Aws::Structure
729
733
  end
730
734
 
731
- # Provides information about a custom vocabulary.
735
+ # Provides information about a custom vocabulary. Note that vocabularies
736
+ # for en-AU, en-UK, and fr-CA languages that are in preview are not
737
+ # available. In the console, the vocabulary section will be greyed-out
738
+ # and SDK will return error message.
732
739
  #
733
740
  # @!attribute [rw] vocabulary_name
734
741
  # The name of the vocabulary.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-transcribeservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2018-10-10 00:00:00.000000000 Z
11
+ date: 2018-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core