aws-sdk-transcribeservice 1.30.0 → 1.31.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: 24b9682b7dee964b0d859dd1d7b64688e29d98c1
4
- data.tar.gz: 927f4fc3f1cbfd8e5f15e2d5872a711e67e593c3
3
+ metadata.gz: f6befc84c8cbc06365801a843c9d358a5ce693b5
4
+ data.tar.gz: c99adf2247f69597c7b69b026792100e6c48ff05
5
5
  SHA512:
6
- metadata.gz: a46c011b67941600e478b20e9de3236d227a0679438c3847cd1b2247d28c42a97338f6ba89948fb0d740300dd11d12a6368d0f4ce39785cb0b71607a0e1d3e79
7
- data.tar.gz: 9934d3913d097b81bb4e8d28b2ebd5e26478438b8739cff7b6ff17447817e2658072e4994e421dae7f6c0a6aac18e02ff8fa9872f5fa7508b1a8468127515a7c
6
+ metadata.gz: fcb7b0ef3e532d5ea6f8efb8232f54f259bf28bd83484743b330b9d9e07b093d4c5cc8624ef7b3290764b8d07e05a6ef62b5b828aacee7a127324bbc06ffb110
7
+ data.tar.gz: f6c229b224add1c656fee81f2144e275413a82dbfc99be5d9789a9b5c6a8929cf4785a7a824a592e98416ec135886e2dcbaa4e5f811772bbdedbaae812adaf4b
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
42
42
  # @service
43
43
  module Aws::TranscribeService
44
44
 
45
- GEM_VERSION = '1.30.0'
45
+ GEM_VERSION = '1.31.0'
46
46
 
47
47
  end
@@ -283,12 +283,12 @@ module Aws::TranscribeService
283
283
  # endpoint that you are calling. The general form is
284
284
  #
285
285
  # `
286
- # https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
286
+ # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
287
287
  # `
288
288
  #
289
289
  # For example:
290
290
  #
291
- # `https://s3-us-east-1.amazonaws.com/examplebucket/vocab.txt`
291
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
292
292
  #
293
293
  # For more information about S3 object names, see [Object Keys][1] in
294
294
  # the *Amazon S3 Developer Guide*.
@@ -313,7 +313,7 @@ module Aws::TranscribeService
313
313
  #
314
314
  # resp = client.create_vocabulary({
315
315
  # vocabulary_name: "VocabularyName", # required
316
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
316
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
317
317
  # phrases: ["Phrase"],
318
318
  # vocabulary_file_uri: "Uri",
319
319
  # })
@@ -321,7 +321,7 @@ module Aws::TranscribeService
321
321
  # @example Response structure
322
322
  #
323
323
  # resp.vocabulary_name #=> String
324
- # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
324
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
325
325
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
326
326
  # resp.last_modified_time #=> Time
327
327
  # resp.failure_reason #=> String
@@ -402,7 +402,7 @@ module Aws::TranscribeService
402
402
  #
403
403
  # resp.transcription_job.transcription_job_name #=> String
404
404
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
405
- # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
405
+ # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
406
406
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
407
407
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
408
408
  # resp.transcription_job.media.media_file_uri #=> String
@@ -448,7 +448,7 @@ module Aws::TranscribeService
448
448
  # @example Response structure
449
449
  #
450
450
  # resp.vocabulary_name #=> String
451
- # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
451
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
452
452
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
453
453
  # resp.last_modified_time #=> Time
454
454
  # resp.failure_reason #=> String
@@ -507,7 +507,7 @@ module Aws::TranscribeService
507
507
  # resp.transcription_job_summaries[0].transcription_job_name #=> String
508
508
  # resp.transcription_job_summaries[0].creation_time #=> Time
509
509
  # resp.transcription_job_summaries[0].completion_time #=> Time
510
- # resp.transcription_job_summaries[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
510
+ # resp.transcription_job_summaries[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
511
511
  # resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
512
512
  # resp.transcription_job_summaries[0].failure_reason #=> String
513
513
  # resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -564,7 +564,7 @@ module Aws::TranscribeService
564
564
  # resp.next_token #=> String
565
565
  # resp.vocabularies #=> Array
566
566
  # resp.vocabularies[0].vocabulary_name #=> String
567
- # resp.vocabularies[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
567
+ # resp.vocabularies[0].language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
568
568
  # resp.vocabularies[0].last_modified_time #=> Time
569
569
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
570
570
  #
@@ -612,9 +612,11 @@ module Aws::TranscribeService
612
612
  # that allow Amazon Transcribe to put files in the bucket. For more
613
613
  # information, see [Permissions Required for IAM User Roles][1].
614
614
  #
615
- # Amazon Transcribe uses the default Amazon S3 key for server-side
616
- # encryption of transcripts that are placed in your S3 bucket. You
617
- # can't specify your own encryption key.
615
+ # You can specify an AWS Key Management Service (KMS) key to encrypt the
616
+ # output of your transcription using the `OutputEncryptionKMSKeyId`
617
+ # parameter. If you don't specify a KMS key, Amazon Transcribe uses the
618
+ # default Amazon S3 key for server-side encryption of transcripts that
619
+ # are placed in your S3 bucket.
618
620
  #
619
621
  # If you don't set the `OutputBucketName`, Amazon Transcribe generates
620
622
  # a pre-signed URL, a shareable URL that provides secure access to your
@@ -626,6 +628,34 @@ module Aws::TranscribeService
626
628
  # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/security_iam_id-based-policy-examples.html#auth-role-iam-user
627
629
  #
628
630
  # @option params [String] :output_encryption_kms_key_id
631
+ # The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS)
632
+ # key used to encrypt the output of the transcription job. The user
633
+ # calling the `StartTranscriptionJob` operation must have permission to
634
+ # use the specified KMS key.
635
+ #
636
+ # You can use either of the following to identify a KMS key in the
637
+ # current account:
638
+ #
639
+ # * KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
640
+ #
641
+ # * KMS Key Alias: "alias/ExampleAlias"
642
+ #
643
+ # You can use either of the following to identify a KMS key in the
644
+ # current account or another account:
645
+ #
646
+ # * Amazon Resource Name (ARN) of a KMS Key:
647
+ # "arn:aws:kms:region:account
648
+ # ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
649
+ #
650
+ # * ARN of a KMS Key Alias: "arn:aws:kms:region:account
651
+ # ID:alias/ExampleAlias"
652
+ #
653
+ # If you don't specify an encryption key, the output of the
654
+ # transcription job is encrypted with the default Amazon S3 key
655
+ # (SSE-S3).
656
+ #
657
+ # If you specify a KMS key to encrypt your output, you must also specify
658
+ # an output location in the `OutputBucketName` parameter.
629
659
  #
630
660
  # @option params [Types::Settings] :settings
631
661
  # A `Settings` object that provides optional settings for a
@@ -639,7 +669,7 @@ module Aws::TranscribeService
639
669
  #
640
670
  # resp = client.start_transcription_job({
641
671
  # transcription_job_name: "TranscriptionJobName", # required
642
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
672
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
643
673
  # media_sample_rate_hertz: 1,
644
674
  # media_format: "mp3", # accepts mp3, mp4, wav, flac
645
675
  # media: { # required
@@ -659,7 +689,7 @@ module Aws::TranscribeService
659
689
  #
660
690
  # resp.transcription_job.transcription_job_name #=> String
661
691
  # resp.transcription_job.transcription_job_status #=> String, one of "IN_PROGRESS", "FAILED", "COMPLETED"
662
- # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
692
+ # resp.transcription_job.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
663
693
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
664
694
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac"
665
695
  # resp.transcription_job.media.media_file_uri #=> String
@@ -700,12 +730,12 @@ module Aws::TranscribeService
700
730
  # endpoint that you are calling. The general form is
701
731
  #
702
732
  # `
703
- # https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
733
+ # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
704
734
  # `
705
735
  #
706
736
  # For example:
707
737
  #
708
- # `https://s3-us-east-1.amazonaws.com/examplebucket/vocab.txt`
738
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
709
739
  #
710
740
  # For more information about S3 object names, see [Object Keys][1] in
711
741
  # the *Amazon S3 Developer Guide*.
@@ -729,7 +759,7 @@ module Aws::TranscribeService
729
759
  #
730
760
  # resp = client.update_vocabulary({
731
761
  # vocabulary_name: "VocabularyName", # required
732
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
762
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
733
763
  # phrases: ["Phrase"],
734
764
  # vocabulary_file_uri: "Uri",
735
765
  # })
@@ -737,7 +767,7 @@ module Aws::TranscribeService
737
767
  # @example Response structure
738
768
  #
739
769
  # resp.vocabulary_name #=> String
740
- # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN"
770
+ # resp.language_code #=> String, one of "en-US", "es-US", "en-AU", "fr-CA", "en-GB", "de-DE", "pt-BR", "fr-FR", "it-IT", "ko-KR", "es-ES", "en-IN", "hi-IN", "ar-SA", "ru-RU", "zh-CN", "nl-NL", "id-ID", "ta-IN", "fa-IR", "en-IE", "en-AB", "en-WL", "pt-PT"
741
771
  # resp.last_modified_time #=> Time
742
772
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
743
773
  #
@@ -763,7 +793,7 @@ module Aws::TranscribeService
763
793
  params: params,
764
794
  config: config)
765
795
  context[:gem_name] = 'aws-sdk-transcribeservice'
766
- context[:gem_version] = '1.30.0'
796
+ context[:gem_version] = '1.31.0'
767
797
  Seahorse::Client::Request.new(handlers, context)
768
798
  end
769
799
 
@@ -23,9 +23,9 @@ module Aws::TranscribeService
23
23
  include Aws::Structure
24
24
  end
25
25
 
26
- # When you are using the `StartTranscriptionJob` operation, the
27
- # `JobName` field is a duplicate of a previously entered job name.
28
- # Resend your request with a different name.
26
+ # When you are using the `CreateVocabulary` operation, the `JobName`
27
+ # field is a duplicate of a previously entered job name. Resend your
28
+ # request with a different name.
29
29
  #
30
30
  # When you are using the `UpdateVocabulary` operation, there are two
31
31
  # jobs running at the same time. Resend the second request later.
@@ -45,7 +45,7 @@ module Aws::TranscribeService
45
45
  #
46
46
  # {
47
47
  # vocabulary_name: "VocabularyName", # required
48
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
48
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
49
49
  # phrases: ["Phrase"],
50
50
  # vocabulary_file_uri: "Uri",
51
51
  # }
@@ -69,12 +69,12 @@ module Aws::TranscribeService
69
69
  # endpoint that you are calling. The general form is
70
70
  #
71
71
  # `
72
- # https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
72
+ # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
73
73
  # `
74
74
  #
75
75
  # For example:
76
76
  #
77
- # `https://s3-us-east-1.amazonaws.com/examplebucket/vocab.txt`
77
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
78
78
  #
79
79
  # For more information about S3 object names, see [Object Keys][1] in
80
80
  # the *Amazon S3 Developer Guide*.
@@ -437,14 +437,14 @@ module Aws::TranscribeService
437
437
  # is:
438
438
  #
439
439
  # `
440
- # https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
440
+ # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
441
441
  # `
442
442
  #
443
443
  # For example:
444
444
  #
445
- # `https://s3-us-east-1.amazonaws.com/examplebucket/example.mp4`
445
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/example.mp4`
446
446
  #
447
- # `https://s3-us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4`
447
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/mediadocs/example.mp4`
448
448
  #
449
449
  # For more information about S3 object names, see [Object Keys][1] in
450
450
  # the *Amazon S3 Developer Guide*.
@@ -541,7 +541,7 @@ module Aws::TranscribeService
541
541
  #
542
542
  # {
543
543
  # transcription_job_name: "TranscriptionJobName", # required
544
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
544
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
545
545
  # media_sample_rate_hertz: 1,
546
546
  # media_format: "mp3", # accepts mp3, mp4, wav, flac
547
547
  # media: { # required
@@ -597,9 +597,12 @@ module Aws::TranscribeService
597
597
  # For more information, see [Permissions Required for IAM User
598
598
  # Roles][1].
599
599
  #
600
- # Amazon Transcribe uses the default Amazon S3 key for server-side
601
- # encryption of transcripts that are placed in your S3 bucket. You
602
- # can't specify your own encryption key.
600
+ # You can specify an AWS Key Management Service (KMS) key to encrypt
601
+ # the output of your transcription using the
602
+ # `OutputEncryptionKMSKeyId` parameter. If you don't specify a KMS
603
+ # key, Amazon Transcribe uses the default Amazon S3 key for
604
+ # server-side encryption of transcripts that are placed in your S3
605
+ # bucket.
603
606
  #
604
607
  # If you don't set the `OutputBucketName`, Amazon Transcribe
605
608
  # generates a pre-signed URL, a shareable URL that provides secure
@@ -613,6 +616,34 @@ module Aws::TranscribeService
613
616
  # @return [String]
614
617
  #
615
618
  # @!attribute [rw] output_encryption_kms_key_id
619
+ # The Amazon Resource Name (ARN) of the AWS Key Management Service
620
+ # (KMS) key used to encrypt the output of the transcription job. The
621
+ # user calling the `StartTranscriptionJob` operation must have
622
+ # permission to use the specified KMS key.
623
+ #
624
+ # You can use either of the following to identify a KMS key in the
625
+ # current account:
626
+ #
627
+ # * KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
628
+ #
629
+ # * KMS Key Alias: "alias/ExampleAlias"
630
+ #
631
+ # You can use either of the following to identify a KMS key in the
632
+ # current account or another account:
633
+ #
634
+ # * Amazon Resource Name (ARN) of a KMS Key:
635
+ # "arn:aws:kms:region:account
636
+ # ID:key/1234abcd-12ab-34cd-56ef-1234567890ab"
637
+ #
638
+ # * ARN of a KMS Key Alias: "arn:aws:kms:region:account
639
+ # ID:alias/ExampleAlias"
640
+ #
641
+ # If you don't specify an encryption key, the output of the
642
+ # transcription job is encrypted with the default Amazon S3 key
643
+ # (SSE-S3).
644
+ #
645
+ # If you specify a KMS key to encrypt your output, you must also
646
+ # specify an output location in the `OutputBucketName` parameter.
616
647
  # @return [String]
617
648
  #
618
649
  # @!attribute [rw] settings
@@ -829,7 +860,7 @@ module Aws::TranscribeService
829
860
  #
830
861
  # {
831
862
  # vocabulary_name: "VocabularyName", # required
832
- # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN
863
+ # language_code: "en-US", # required, accepts en-US, es-US, en-AU, fr-CA, en-GB, de-DE, pt-BR, fr-FR, it-IT, ko-KR, es-ES, en-IN, hi-IN, ar-SA, ru-RU, zh-CN, nl-NL, id-ID, ta-IN, fa-IR, en-IE, en-AB, en-WL, pt-PT
833
864
  # phrases: ["Phrase"],
834
865
  # vocabulary_file_uri: "Uri",
835
866
  # }
@@ -852,12 +883,12 @@ module Aws::TranscribeService
852
883
  # endpoint that you are calling. The general form is
853
884
  #
854
885
  # `
855
- # https://s3-<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
886
+ # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
856
887
  # `
857
888
  #
858
889
  # For example:
859
890
  #
860
- # `https://s3-us-east-1.amazonaws.com/examplebucket/vocab.txt`
891
+ # `https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt`
861
892
  #
862
893
  # For more information about S3 object names, see [Object Keys][1] in
863
894
  # the *Amazon S3 Developer Guide*.
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.30.0
4
+ version: 1.31.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core