aws-sdk-transcribeservice 1.58.0 → 1.62.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49ea7c85e5ae1dc9977584c1f640dfff5b36759c2bb0ced1cd895e7d0668d9bf
4
- data.tar.gz: 7411c3e4f07e8cc7f7fb57fdda976c6d9ec14bdedc404ae5b61f6263d1680b78
3
+ metadata.gz: a4200e9642a997b0adcd3323fbc70660de72fabb0175adf709a178404bb03a2a
4
+ data.tar.gz: 6927cb368b973628a21f7bd82d9666ff3690063560b84ceda0ac0072ca1ba129
5
5
  SHA512:
6
- metadata.gz: 9457b31bc19ca0718584f69fa97d8441bc61b23d16256ebb4b3b7034ee417b3fb9ed869cdb52a6b99c9a627943f9b3e3deda9d98c49aeac53ee63b4ce8f5f1f0
7
- data.tar.gz: d5a9e22bcb7ccff3dc7c815491abcab3033a2db35cc334b9cd324a999012d6468d00c657c11deb51ef2814bff91519cb8c6517dd8f660e16728ae193fded0f82
6
+ metadata.gz: 05d588a06a55946c205fe3d6abb788dda1eb923b2721a95eddba02140ac71a4ece51504a7f71184e1dbb55b4e8153baafd4f00ca22604cb3fc0165fe7cfac4f3
7
+ data.tar.gz: ba80c14131c903485e4b67095271a9074ac959845f2fb34ef7a7602e5e3373e7ceff7ede121f29dcd9c817507f76132251b7b14f7b33a498abc3e12d854c5418
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2021-09-10)
5
+ ------------------
6
+
7
+ * Feature - This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.
8
+
9
+ 1.61.0 (2021-09-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.60.0 (2021-08-26)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.
18
+
19
+ 1.59.0 (2021-08-24)
20
+ ------------------
21
+
22
+ * Feature - This release adds support for feature tagging with Amazon Transcribe batch jobs.
23
+
4
24
  1.58.0 (2021-08-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.62.0
@@ -511,10 +511,10 @@ module Aws::TranscribeService
511
511
  # create your custom language model.
512
512
  #
513
513
  # If you want to use your custom language model to transcribe audio with
514
- # a sample rate of 16 kHz or greater, choose `Wideband`.
514
+ # a sample rate of 16,000 Hz or greater, choose `Wideband`.
515
515
  #
516
516
  # If you want to use your custom language model to transcribe audio with
517
- # a sample rate that is less than 16 kHz, choose `Narrowband`.
517
+ # a sample rate that is less than 16,000 Hz, choose `Narrowband`.
518
518
  #
519
519
  # @option params [required, String] :model_name
520
520
  # The name you choose for your custom language model when you create it.
@@ -523,6 +523,10 @@ module Aws::TranscribeService
523
523
  # Contains the data access role and the Amazon S3 prefixes to read the
524
524
  # required input files to create a custom language model.
525
525
  #
526
+ # @option params [Array<Types::Tag>] :tags
527
+ # Adds one or more tags, each in the form of a key:value pair, to a new
528
+ # language model at the time you create this new model.
529
+ #
526
530
  # @return [Types::CreateLanguageModelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
527
531
  #
528
532
  # * {Types::CreateLanguageModelResponse#language_code #language_code} => String
@@ -542,6 +546,12 @@ module Aws::TranscribeService
542
546
  # tuning_data_s3_uri: "Uri",
543
547
  # data_access_role_arn: "DataAccessRoleArn", # required
544
548
  # },
549
+ # tags: [
550
+ # {
551
+ # key: "TagKey", # required
552
+ # value: "TagValue", # required
553
+ # },
554
+ # ],
545
555
  # })
546
556
  #
547
557
  # @example Response structure
@@ -563,7 +573,7 @@ module Aws::TranscribeService
563
573
  req.send_request(options)
564
574
  end
565
575
 
566
- # Creates a new custom vocabulary that you can use to change how Amazon
576
+ # Creates a new custom vocabulary that you can use to modify how Amazon
567
577
  # Transcribe Medical transcribes your audio file.
568
578
  #
569
579
  # @option params [required, String] :vocabulary_name
@@ -604,6 +614,10 @@ module Aws::TranscribeService
604
614
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys
605
615
  # [2]: https://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary-med
606
616
  #
617
+ # @option params [Array<Types::Tag>] :tags
618
+ # Adds one or more tags, each in the form of a key:value pair, to a new
619
+ # medical vocabulary at the time you create this new vocabulary.
620
+ #
607
621
  # @return [Types::CreateMedicalVocabularyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
608
622
  #
609
623
  # * {Types::CreateMedicalVocabularyResponse#vocabulary_name #vocabulary_name} => String
@@ -616,14 +630,20 @@ module Aws::TranscribeService
616
630
  #
617
631
  # resp = client.create_medical_vocabulary({
618
632
  # vocabulary_name: "VocabularyName", # required
619
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
633
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
620
634
  # vocabulary_file_uri: "Uri", # required
635
+ # tags: [
636
+ # {
637
+ # key: "TagKey", # required
638
+ # value: "TagValue", # required
639
+ # },
640
+ # ],
621
641
  # })
622
642
  #
623
643
  # @example Response structure
624
644
  #
625
645
  # resp.vocabulary_name #=> String
626
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
646
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
627
647
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
628
648
  # resp.last_modified_time #=> Time
629
649
  # resp.failure_reason #=> String
@@ -648,7 +668,7 @@ module Aws::TranscribeService
648
668
  #
649
669
  # @option params [required, String] :language_code
650
670
  # The language code of the vocabulary entries. For a list of languages
651
- # and their corresponding language codes, see what-is-transcribe.
671
+ # and their corresponding language codes, see transcribe-whatis.
652
672
  #
653
673
  # @option params [Array<String>] :phrases
654
674
  # An array of strings that contains the vocabulary entries.
@@ -656,19 +676,24 @@ module Aws::TranscribeService
656
676
  # @option params [String] :vocabulary_file_uri
657
677
  # The S3 location of the text file that contains the definition of the
658
678
  # custom vocabulary. The URI must be in the same region as the API
659
- # endpoint that you are calling. The general form is
679
+ # endpoint that you are calling. The general form is:
660
680
  #
661
681
  # For more information about S3 object names, see [Object Keys][1] in
662
682
  # the *Amazon S3 Developer Guide*.
663
683
  #
664
684
  # For more information about custom vocabularies, see [Custom
665
- # Vocabularies][2].
685
+ # vocabularies][2].
666
686
  #
667
687
  #
668
688
  #
669
689
  # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys
670
690
  # [2]: https://docs.aws.amazon.com/transcribe/latest/dg/how-vocabulary
671
691
  #
692
+ # @option params [Array<Types::Tag>] :tags
693
+ # Adds one or more tags, each in the form of a key:value pair, to a new
694
+ # Amazon Transcribe vocabulary at the time you create this new
695
+ # vocabulary.
696
+ #
672
697
  # @return [Types::CreateVocabularyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
673
698
  #
674
699
  # * {Types::CreateVocabularyResponse#vocabulary_name #vocabulary_name} => String
@@ -681,15 +706,21 @@ module Aws::TranscribeService
681
706
  #
682
707
  # resp = client.create_vocabulary({
683
708
  # vocabulary_name: "VocabularyName", # required
684
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
709
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
685
710
  # phrases: ["Phrase"],
686
711
  # vocabulary_file_uri: "Uri",
712
+ # tags: [
713
+ # {
714
+ # key: "TagKey", # required
715
+ # value: "TagValue", # required
716
+ # },
717
+ # ],
687
718
  # })
688
719
  #
689
720
  # @example Response structure
690
721
  #
691
722
  # resp.vocabulary_name #=> String
692
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
723
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
693
724
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
694
725
  # resp.last_modified_time #=> Time
695
726
  # resp.failure_reason #=> String
@@ -745,6 +776,11 @@ module Aws::TranscribeService
745
776
  #
746
777
  # [1]: https://docs.aws.amazon.com/transcribe/latest/dg/how-vocabulary.html#charsets
747
778
  #
779
+ # @option params [Array<Types::Tag>] :tags
780
+ # Adds one or more tags, each in the form of a key:value pair, to a new
781
+ # Amazon Transcribe vocabulary filter at the time you create this new
782
+ # vocabulary filter.
783
+ #
748
784
  # @return [Types::CreateVocabularyFilterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
749
785
  #
750
786
  # * {Types::CreateVocabularyFilterResponse#vocabulary_filter_name #vocabulary_filter_name} => String
@@ -755,15 +791,21 @@ module Aws::TranscribeService
755
791
  #
756
792
  # resp = client.create_vocabulary_filter({
757
793
  # vocabulary_filter_name: "VocabularyFilterName", # required
758
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
794
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
759
795
  # words: ["Word"],
760
796
  # vocabulary_filter_file_uri: "Uri",
797
+ # tags: [
798
+ # {
799
+ # key: "TagKey", # required
800
+ # value: "TagValue", # required
801
+ # },
802
+ # ],
761
803
  # })
762
804
  #
763
805
  # @example Response structure
764
806
  #
765
807
  # resp.vocabulary_filter_name #=> String
766
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
808
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
767
809
  # resp.last_modified_time #=> Time
768
810
  #
769
811
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CreateVocabularyFilter AWS API Documentation
@@ -1104,7 +1146,7 @@ module Aws::TranscribeService
1104
1146
  #
1105
1147
  # resp.call_analytics_job.call_analytics_job_name #=> String
1106
1148
  # resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1107
- # resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1149
+ # resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1108
1150
  # resp.call_analytics_job.media_sample_rate_hertz #=> Integer
1109
1151
  # resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1110
1152
  # resp.call_analytics_job.media.media_file_uri #=> String
@@ -1124,7 +1166,7 @@ module Aws::TranscribeService
1124
1166
  # resp.call_analytics_job.settings.content_redaction.redaction_type #=> String, one of "PII"
1125
1167
  # resp.call_analytics_job.settings.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
1126
1168
  # resp.call_analytics_job.settings.language_options #=> Array
1127
- # resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1169
+ # resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1128
1170
  # resp.call_analytics_job.channel_definitions #=> Array
1129
1171
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
1130
1172
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
@@ -1161,7 +1203,7 @@ module Aws::TranscribeService
1161
1203
  #
1162
1204
  # resp.medical_transcription_job.medical_transcription_job_name #=> String
1163
1205
  # resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1164
- # resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1206
+ # resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1165
1207
  # resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
1166
1208
  # resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1167
1209
  # resp.medical_transcription_job.media.media_file_uri #=> String
@@ -1180,6 +1222,9 @@ module Aws::TranscribeService
1180
1222
  # resp.medical_transcription_job.content_identification_type #=> String, one of "PHI"
1181
1223
  # resp.medical_transcription_job.specialty #=> String, one of "PRIMARYCARE"
1182
1224
  # resp.medical_transcription_job.type #=> String, one of "CONVERSATION", "DICTATION"
1225
+ # resp.medical_transcription_job.tags #=> Array
1226
+ # resp.medical_transcription_job.tags[0].key #=> String
1227
+ # resp.medical_transcription_job.tags[0].value #=> String
1183
1228
  #
1184
1229
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetMedicalTranscriptionJob AWS API Documentation
1185
1230
  #
@@ -1214,7 +1259,7 @@ module Aws::TranscribeService
1214
1259
  # @example Response structure
1215
1260
  #
1216
1261
  # resp.vocabulary_name #=> String
1217
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1262
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1218
1263
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1219
1264
  # resp.last_modified_time #=> Time
1220
1265
  # resp.failure_reason #=> String
@@ -1253,7 +1298,7 @@ module Aws::TranscribeService
1253
1298
  #
1254
1299
  # resp.transcription_job.transcription_job_name #=> String
1255
1300
  # resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1256
- # resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1301
+ # resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1257
1302
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
1258
1303
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1259
1304
  # resp.transcription_job.media.media_file_uri #=> String
@@ -1279,8 +1324,11 @@ module Aws::TranscribeService
1279
1324
  # resp.transcription_job.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
1280
1325
  # resp.transcription_job.identify_language #=> Boolean
1281
1326
  # resp.transcription_job.language_options #=> Array
1282
- # resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1327
+ # resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1283
1328
  # resp.transcription_job.identified_language_score #=> Float
1329
+ # resp.transcription_job.tags #=> Array
1330
+ # resp.transcription_job.tags[0].key #=> String
1331
+ # resp.transcription_job.tags[0].value #=> String
1284
1332
  #
1285
1333
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetTranscriptionJob AWS API Documentation
1286
1334
  #
@@ -1315,7 +1363,7 @@ module Aws::TranscribeService
1315
1363
  # @example Response structure
1316
1364
  #
1317
1365
  # resp.vocabulary_name #=> String
1318
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1366
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1319
1367
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1320
1368
  # resp.last_modified_time #=> Time
1321
1369
  # resp.failure_reason #=> String
@@ -1351,7 +1399,7 @@ module Aws::TranscribeService
1351
1399
  # @example Response structure
1352
1400
  #
1353
1401
  # resp.vocabulary_filter_name #=> String
1354
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1402
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1355
1403
  # resp.last_modified_time #=> Time
1356
1404
  # resp.download_uri #=> String
1357
1405
  #
@@ -1374,9 +1422,10 @@ module Aws::TranscribeService
1374
1422
  # result of the previous request was truncated.
1375
1423
  #
1376
1424
  # @option params [Integer] :max_results
1377
- # The maximum number of categories to return in the response. If there
1378
- # are fewer results in the list, the response contains only the actual
1379
- # results.
1425
+ # The maximum number of categories to return in each page of results. If
1426
+ # there are fewer results than the value you specify, only the actual
1427
+ # results are returned. If you do not specify a value, the default of 5
1428
+ # is used.
1380
1429
  #
1381
1430
  # @return [Types::ListCallAnalyticsCategoriesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1382
1431
  #
@@ -1474,9 +1523,10 @@ module Aws::TranscribeService
1474
1523
  # `NextToken` to fetch the next set of jobs.
1475
1524
  #
1476
1525
  # @option params [Integer] :max_results
1477
- # The maximum number of call analytics jobs to return in the response.
1478
- # If there are fewer results in the list, this response contains only
1479
- # the actual results.
1526
+ # The maximum number of call analytics jobs to return in each page of
1527
+ # results. If there are fewer results than the value you specify, only
1528
+ # the actual results are returned. If you do not specify a value, the
1529
+ # default of 5 is used.
1480
1530
  #
1481
1531
  # @return [Types::ListCallAnalyticsJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1482
1532
  #
@@ -1504,7 +1554,7 @@ module Aws::TranscribeService
1504
1554
  # resp.call_analytics_job_summaries[0].creation_time #=> Time
1505
1555
  # resp.call_analytics_job_summaries[0].start_time #=> Time
1506
1556
  # resp.call_analytics_job_summaries[0].completion_time #=> Time
1507
- # resp.call_analytics_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1557
+ # resp.call_analytics_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1508
1558
  # resp.call_analytics_job_summaries[0].call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1509
1559
  # resp.call_analytics_job_summaries[0].failure_reason #=> String
1510
1560
  #
@@ -1537,9 +1587,10 @@ module Aws::TranscribeService
1537
1587
  # previous request was truncated.
1538
1588
  #
1539
1589
  # @option params [Integer] :max_results
1540
- # The maximum number of language models to return in the response. If
1541
- # there are fewer results in the list, the response contains only the
1542
- # actual results.
1590
+ # The maximum number of language models to return in each page of
1591
+ # results. If there are fewer results than the value you specify, only
1592
+ # the actual results are returned. If you do not specify a value, the
1593
+ # default of 5 is used.
1543
1594
  #
1544
1595
  # @return [Types::ListLanguageModelsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1545
1596
  #
@@ -1601,9 +1652,10 @@ module Aws::TranscribeService
1601
1652
  # set of jobs.
1602
1653
  #
1603
1654
  # @option params [Integer] :max_results
1604
- # The maximum number of medical transcription jobs to return in the
1605
- # response. IF there are fewer results in the list, this response
1606
- # contains only the actual results.
1655
+ # The maximum number of medical transcription jobs to return in each
1656
+ # page of results. If there are fewer results than the value you
1657
+ # specify, only the actual results are returned. If you do not specify a
1658
+ # value, the default of 5 is used.
1607
1659
  #
1608
1660
  # @return [Types::ListMedicalTranscriptionJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1609
1661
  #
@@ -1631,7 +1683,7 @@ module Aws::TranscribeService
1631
1683
  # resp.medical_transcription_job_summaries[0].creation_time #=> Time
1632
1684
  # resp.medical_transcription_job_summaries[0].start_time #=> Time
1633
1685
  # resp.medical_transcription_job_summaries[0].completion_time #=> Time
1634
- # resp.medical_transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1686
+ # resp.medical_transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1635
1687
  # resp.medical_transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1636
1688
  # resp.medical_transcription_job_summaries[0].failure_reason #=> String
1637
1689
  # resp.medical_transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -1658,7 +1710,10 @@ module Aws::TranscribeService
1658
1710
  # vocabularies.
1659
1711
  #
1660
1712
  # @option params [Integer] :max_results
1661
- # The maximum number of vocabularies to return in the response.
1713
+ # The maximum number of vocabularies to return in each page of results.
1714
+ # If there are fewer results than the value you specify, only the actual
1715
+ # results are returned. If you do not specify a value, the default of 5
1716
+ # is used.
1662
1717
  #
1663
1718
  # @option params [String] :state_equals
1664
1719
  # When specified, returns only vocabularies with the `VocabularyState`
@@ -1693,7 +1748,7 @@ module Aws::TranscribeService
1693
1748
  # resp.next_token #=> String
1694
1749
  # resp.vocabularies #=> Array
1695
1750
  # resp.vocabularies[0].vocabulary_name #=> String
1696
- # resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1751
+ # resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1697
1752
  # resp.vocabularies[0].last_modified_time #=> Time
1698
1753
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1699
1754
  #
@@ -1706,6 +1761,39 @@ module Aws::TranscribeService
1706
1761
  req.send_request(options)
1707
1762
  end
1708
1763
 
1764
+ # Lists all tags associated with a given transcription job, vocabulary,
1765
+ # or resource.
1766
+ #
1767
+ # @option params [required, String] :resource_arn
1768
+ # Lists all tags associated with a given Amazon Resource Name (ARN).
1769
+ #
1770
+ # @return [Types::ListTagsForResourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1771
+ #
1772
+ # * {Types::ListTagsForResourceResponse#resource_arn #resource_arn} => String
1773
+ # * {Types::ListTagsForResourceResponse#tags #tags} => Array&lt;Types::Tag&gt;
1774
+ #
1775
+ # @example Request syntax with placeholder values
1776
+ #
1777
+ # resp = client.list_tags_for_resource({
1778
+ # resource_arn: "TranscribeArn", # required
1779
+ # })
1780
+ #
1781
+ # @example Response structure
1782
+ #
1783
+ # resp.resource_arn #=> String
1784
+ # resp.tags #=> Array
1785
+ # resp.tags[0].key #=> String
1786
+ # resp.tags[0].value #=> String
1787
+ #
1788
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListTagsForResource AWS API Documentation
1789
+ #
1790
+ # @overload list_tags_for_resource(params = {})
1791
+ # @param [Hash] params ({})
1792
+ def list_tags_for_resource(params = {}, options = {})
1793
+ req = build_request(:list_tags_for_resource, params)
1794
+ req.send_request(options)
1795
+ end
1796
+
1709
1797
  # Lists transcription jobs with the specified status.
1710
1798
  #
1711
1799
  # @option params [String] :status
@@ -1719,13 +1807,13 @@ module Aws::TranscribeService
1719
1807
  # whose name contains the specified string.
1720
1808
  #
1721
1809
  # @option params [String] :next_token
1722
- # If the result of the previous request to `ListTranscriptionJobs` was
1810
+ # If the result of the previous request to `ListTranscriptionJobs` is
1723
1811
  # truncated, include the `NextToken` to fetch the next set of jobs.
1724
1812
  #
1725
1813
  # @option params [Integer] :max_results
1726
- # The maximum number of jobs to return in the response. If there are
1727
- # fewer results in the list, this response contains only the actual
1728
- # results.
1814
+ # The maximum number of jobs to return in each page of results. If there
1815
+ # are fewer results than the value you specify, only the actual results
1816
+ # are returned. If you do not specify a value, the default of 5 is used.
1729
1817
  #
1730
1818
  # @return [Types::ListTranscriptionJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1731
1819
  #
@@ -1753,7 +1841,7 @@ module Aws::TranscribeService
1753
1841
  # resp.transcription_job_summaries[0].creation_time #=> Time
1754
1842
  # resp.transcription_job_summaries[0].start_time #=> Time
1755
1843
  # resp.transcription_job_summaries[0].completion_time #=> Time
1756
- # resp.transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1844
+ # resp.transcription_job_summaries[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1757
1845
  # resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1758
1846
  # resp.transcription_job_summaries[0].failure_reason #=> String
1759
1847
  # resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -1780,9 +1868,10 @@ module Aws::TranscribeService
1780
1868
  # truncated, include the `NextToken` to fetch the next set of jobs.
1781
1869
  #
1782
1870
  # @option params [Integer] :max_results
1783
- # The maximum number of vocabularies to return in the response. If there
1784
- # are fewer results in the list, this response contains only the actual
1785
- # results.
1871
+ # The maximum number of vocabularies to return in each page of results.
1872
+ # If there are fewer results than the value you specify, only the actual
1873
+ # results are returned. If you do not specify a value, the default of 5
1874
+ # is used.
1786
1875
  #
1787
1876
  # @option params [String] :state_equals
1788
1877
  # When specified, only returns vocabularies with the `VocabularyState`
@@ -1817,7 +1906,7 @@ module Aws::TranscribeService
1817
1906
  # resp.next_token #=> String
1818
1907
  # resp.vocabularies #=> Array
1819
1908
  # resp.vocabularies[0].vocabulary_name #=> String
1820
- # resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1909
+ # resp.vocabularies[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1821
1910
  # resp.vocabularies[0].last_modified_time #=> Time
1822
1911
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1823
1912
  #
@@ -1838,9 +1927,10 @@ module Aws::TranscribeService
1838
1927
  # collections.
1839
1928
  #
1840
1929
  # @option params [Integer] :max_results
1841
- # The maximum number of filters to return in the response. If there are
1842
- # fewer results in the list, this response contains only the actual
1843
- # results.
1930
+ # The maximum number of filters to return in each page of results. If
1931
+ # there are fewer results than the value you specify, only the actual
1932
+ # results are returned. If you do not specify a value, the default of 5
1933
+ # is used.
1844
1934
  #
1845
1935
  # @option params [String] :name_contains
1846
1936
  # Filters the response so that it only contains vocabulary filters whose
@@ -1866,7 +1956,7 @@ module Aws::TranscribeService
1866
1956
  # resp.next_token #=> String
1867
1957
  # resp.vocabulary_filters #=> Array
1868
1958
  # resp.vocabulary_filters[0].vocabulary_filter_name #=> String
1869
- # resp.vocabulary_filters[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
1959
+ # resp.vocabulary_filters[0].language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
1870
1960
  # resp.vocabulary_filters[0].last_modified_time #=> Time
1871
1961
  #
1872
1962
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListVocabularyFilters AWS API Documentation
@@ -1890,9 +1980,9 @@ module Aws::TranscribeService
1890
1980
  # @option params [required, String] :call_analytics_job_name
1891
1981
  # The name of the call analytics job. You can't use the string "." or
1892
1982
  # ".." by themselves as the job name. The name must also be unique
1893
- # within an AWS account. If you try to create a call analytics job with
1894
- # the same name as a previous call analytics job, you get a
1895
- # `ConflictException` error.
1983
+ # within an Amazon Web Services account. If you try to create a call
1984
+ # analytics job with the same name as a previous call analytics job, you
1985
+ # get a `ConflictException` error.
1896
1986
  #
1897
1987
  # @option params [required, Types::Media] :media
1898
1988
  # Describes the input media file in a transcription request.
@@ -1921,19 +2011,21 @@ module Aws::TranscribeService
1921
2011
  # Transcribe saves the output of the analytics job as
1922
2012
  # s3://DOC-EXAMPLEBUCKET1/folder/filename.json
1923
2013
  #
1924
- # You can specify an AWS Key Management Service key to encrypt the
1925
- # output of our analytics job using the `OutputEncryptionKMSKeyId`
1926
- # parameter. If you don't specify a KMS key, Amazon Transcribe uses the
1927
- # default Amazon S3 key for server-side encryption of the analytics job
1928
- # output that is placed in your S3 bucket.
2014
+ # You can specify an Amazon Web Services Key Management Service (KMS)
2015
+ # key to encrypt the output of our analytics job using the
2016
+ # `OutputEncryptionKMSKeyId` parameter. If you don't specify a KMS key,
2017
+ # Amazon Transcribe uses the default Amazon S3 key for server-side
2018
+ # encryption of the analytics job output that is placed in your S3
2019
+ # bucket.
1929
2020
  #
1930
2021
  # @option params [String] :output_encryption_kms_key_id
1931
- # The Amazon Resource Name (ARN) of the AWS Key Management Service key
1932
- # used to encrypt the output of the call analytics job. The user calling
1933
- # the operation must have permission to use the specified KMS key.
2022
+ # The Amazon Resource Name (ARN) of the Amazon Web Services Key
2023
+ # Management Service key used to encrypt the output of the call
2024
+ # analytics job. The user calling the operation must have permission to
2025
+ # use the specified KMS key.
1934
2026
  #
1935
- # You use either of the following to identify an AWS KMS key in the
1936
- # current account:
2027
+ # You use either of the following to identify an Amazon Web Services KMS
2028
+ # key in the current account:
1937
2029
  #
1938
2030
  # * KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"
1939
2031
  #
@@ -1997,7 +2089,7 @@ module Aws::TranscribeService
1997
2089
  # redaction_type: "PII", # required, accepts PII
1998
2090
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
1999
2091
  # },
2000
- # language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2092
+ # language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2001
2093
  # },
2002
2094
  # channel_definitions: [
2003
2095
  # {
@@ -2011,7 +2103,7 @@ module Aws::TranscribeService
2011
2103
  #
2012
2104
  # resp.call_analytics_job.call_analytics_job_name #=> String
2013
2105
  # resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
2014
- # resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2106
+ # resp.call_analytics_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2015
2107
  # resp.call_analytics_job.media_sample_rate_hertz #=> Integer
2016
2108
  # resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2017
2109
  # resp.call_analytics_job.media.media_file_uri #=> String
@@ -2031,7 +2123,7 @@ module Aws::TranscribeService
2031
2123
  # resp.call_analytics_job.settings.content_redaction.redaction_type #=> String, one of "PII"
2032
2124
  # resp.call_analytics_job.settings.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
2033
2125
  # resp.call_analytics_job.settings.language_options #=> Array
2034
- # resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2126
+ # resp.call_analytics_job.settings.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2035
2127
  # resp.call_analytics_job.channel_definitions #=> Array
2036
2128
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
2037
2129
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
@@ -2149,6 +2241,10 @@ module Aws::TranscribeService
2149
2241
  # If you specify a KMS key to encrypt your output, you must also specify
2150
2242
  # an output location in the `OutputBucketName` parameter.
2151
2243
  #
2244
+ # @option params [Hash<String,String>] :kms_encryption_context
2245
+ # A map of plain text, non-secret key:value pairs, known as encryption
2246
+ # context pairs, that provide an added layer of security for your data.
2247
+ #
2152
2248
  # @option params [Types::MedicalTranscriptionSetting] :settings
2153
2249
  # Optional settings for the medical transcription job.
2154
2250
  #
@@ -2165,7 +2261,10 @@ module Aws::TranscribeService
2165
2261
  # The type of speech in the input audio. `CONVERSATION` refers to
2166
2262
  # conversations between two or more speakers, e.g., a conversations
2167
2263
  # between doctors and patients. `DICTATION` refers to single-speaker
2168
- # dictated speech, e.g., for clinical notes.
2264
+ # dictated speech, such as clinical notes.
2265
+ #
2266
+ # @option params [Array<Types::Tag>] :tags
2267
+ # Add tags to an Amazon Transcribe medical transcription job.
2169
2268
  #
2170
2269
  # @return [Types::StartMedicalTranscriptionJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2171
2270
  #
@@ -2175,7 +2274,7 @@ module Aws::TranscribeService
2175
2274
  #
2176
2275
  # resp = client.start_medical_transcription_job({
2177
2276
  # medical_transcription_job_name: "TranscriptionJobName", # required
2178
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2277
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2179
2278
  # media_sample_rate_hertz: 1,
2180
2279
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
2181
2280
  # media: { # required
@@ -2185,6 +2284,9 @@ module Aws::TranscribeService
2185
2284
  # output_bucket_name: "OutputBucketName", # required
2186
2285
  # output_key: "OutputKey",
2187
2286
  # output_encryption_kms_key_id: "KMSKeyId",
2287
+ # kms_encryption_context: {
2288
+ # "NonEmptyString" => "NonEmptyString",
2289
+ # },
2188
2290
  # settings: {
2189
2291
  # show_speaker_labels: false,
2190
2292
  # max_speaker_labels: 1,
@@ -2196,13 +2298,19 @@ module Aws::TranscribeService
2196
2298
  # content_identification_type: "PHI", # accepts PHI
2197
2299
  # specialty: "PRIMARYCARE", # required, accepts PRIMARYCARE
2198
2300
  # type: "CONVERSATION", # required, accepts CONVERSATION, DICTATION
2301
+ # tags: [
2302
+ # {
2303
+ # key: "TagKey", # required
2304
+ # value: "TagValue", # required
2305
+ # },
2306
+ # ],
2199
2307
  # })
2200
2308
  #
2201
2309
  # @example Response structure
2202
2310
  #
2203
2311
  # resp.medical_transcription_job.medical_transcription_job_name #=> String
2204
2312
  # resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
2205
- # resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2313
+ # resp.medical_transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2206
2314
  # resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
2207
2315
  # resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2208
2316
  # resp.medical_transcription_job.media.media_file_uri #=> String
@@ -2221,6 +2329,9 @@ module Aws::TranscribeService
2221
2329
  # resp.medical_transcription_job.content_identification_type #=> String, one of "PHI"
2222
2330
  # resp.medical_transcription_job.specialty #=> String, one of "PRIMARYCARE"
2223
2331
  # resp.medical_transcription_job.type #=> String, one of "CONVERSATION", "DICTATION"
2332
+ # resp.medical_transcription_job.tags #=> Array
2333
+ # resp.medical_transcription_job.tags[0].key #=> String
2334
+ # resp.medical_transcription_job.tags[0].value #=> String
2224
2335
  #
2225
2336
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartMedicalTranscriptionJob AWS API Documentation
2226
2337
  #
@@ -2244,7 +2355,7 @@ module Aws::TranscribeService
2244
2355
  # The language code for the language used in the input media file.
2245
2356
  #
2246
2357
  # To transcribe speech in Modern Standard Arabic (ar-SA), your audio or
2247
- # video file must be encoded at a sample rate of 16000 Hz or higher.
2358
+ # video file must be encoded at a sample rate of 16,000 Hz or higher.
2248
2359
  #
2249
2360
  # @option params [Integer] :media_sample_rate_hertz
2250
2361
  # The sample rate, in Hertz, of the audio track in the input media file.
@@ -2342,6 +2453,10 @@ module Aws::TranscribeService
2342
2453
  # If you specify a KMS key to encrypt your output, you must also specify
2343
2454
  # an output location in the `OutputBucketName` parameter.
2344
2455
  #
2456
+ # @option params [Hash<String,String>] :kms_encryption_context
2457
+ # A map of plain text, non-secret key:value pairs, known as encryption
2458
+ # context pairs, that provide an added layer of security for your data.
2459
+ #
2345
2460
  # @option params [Types::Settings] :settings
2346
2461
  # A `Settings` object that provides optional settings for a
2347
2462
  # transcription job.
@@ -2371,7 +2486,10 @@ module Aws::TranscribeService
2371
2486
  # language that best matches the source audio from that list.
2372
2487
  #
2373
2488
  # To transcribe speech in Modern Standard Arabic (ar-SA), your audio or
2374
- # video file must be encoded at a sample rate of 16000 Hz or higher.
2489
+ # video file must be encoded at a sample rate of 16,000 Hz or higher.
2490
+ #
2491
+ # @option params [Array<Types::Tag>] :tags
2492
+ # Add tags to an Amazon Transcribe transcription job.
2375
2493
  #
2376
2494
  # @return [Types::StartTranscriptionJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2377
2495
  #
@@ -2381,7 +2499,7 @@ module Aws::TranscribeService
2381
2499
  #
2382
2500
  # resp = client.start_transcription_job({
2383
2501
  # transcription_job_name: "TranscriptionJobName", # required
2384
- # language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2502
+ # language_code: "af-ZA", # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2385
2503
  # media_sample_rate_hertz: 1,
2386
2504
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
2387
2505
  # media: { # required
@@ -2391,6 +2509,9 @@ module Aws::TranscribeService
2391
2509
  # output_bucket_name: "OutputBucketName",
2392
2510
  # output_key: "OutputKey",
2393
2511
  # output_encryption_kms_key_id: "KMSKeyId",
2512
+ # kms_encryption_context: {
2513
+ # "NonEmptyString" => "NonEmptyString",
2514
+ # },
2394
2515
  # settings: {
2395
2516
  # vocabulary_name: "VocabularyName",
2396
2517
  # show_speaker_labels: false,
@@ -2413,14 +2534,20 @@ module Aws::TranscribeService
2413
2534
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
2414
2535
  # },
2415
2536
  # identify_language: false,
2416
- # language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2537
+ # language_options: ["af-ZA"], # accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2538
+ # tags: [
2539
+ # {
2540
+ # key: "TagKey", # required
2541
+ # value: "TagValue", # required
2542
+ # },
2543
+ # ],
2417
2544
  # })
2418
2545
  #
2419
2546
  # @example Response structure
2420
2547
  #
2421
2548
  # resp.transcription_job.transcription_job_name #=> String
2422
2549
  # resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
2423
- # resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2550
+ # resp.transcription_job.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2424
2551
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
2425
2552
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2426
2553
  # resp.transcription_job.media.media_file_uri #=> String
@@ -2446,8 +2573,11 @@ module Aws::TranscribeService
2446
2573
  # resp.transcription_job.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
2447
2574
  # resp.transcription_job.identify_language #=> Boolean
2448
2575
  # resp.transcription_job.language_options #=> Array
2449
- # resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2576
+ # resp.transcription_job.language_options[0] #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2450
2577
  # resp.transcription_job.identified_language_score #=> Float
2578
+ # resp.transcription_job.tags #=> Array
2579
+ # resp.transcription_job.tags[0].key #=> String
2580
+ # resp.transcription_job.tags[0].value #=> String
2451
2581
  #
2452
2582
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartTranscriptionJob AWS API Documentation
2453
2583
  #
@@ -2458,6 +2588,66 @@ module Aws::TranscribeService
2458
2588
  req.send_request(options)
2459
2589
  end
2460
2590
 
2591
+ # Tags a Amazon Transcribe resource with the given list of tags.
2592
+ #
2593
+ # @option params [required, String] :resource_arn
2594
+ # The Amazon Resource Name (ARN) of the Amazon Transcribe resource you
2595
+ # want to tag.
2596
+ #
2597
+ # @option params [required, Array<Types::Tag>] :tags
2598
+ # The tags you are assigning to a given Amazon Transcribe resource.
2599
+ #
2600
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2601
+ #
2602
+ # @example Request syntax with placeholder values
2603
+ #
2604
+ # resp = client.tag_resource({
2605
+ # resource_arn: "TranscribeArn", # required
2606
+ # tags: [ # required
2607
+ # {
2608
+ # key: "TagKey", # required
2609
+ # value: "TagValue", # required
2610
+ # },
2611
+ # ],
2612
+ # })
2613
+ #
2614
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/TagResource AWS API Documentation
2615
+ #
2616
+ # @overload tag_resource(params = {})
2617
+ # @param [Hash] params ({})
2618
+ def tag_resource(params = {}, options = {})
2619
+ req = build_request(:tag_resource, params)
2620
+ req.send_request(options)
2621
+ end
2622
+
2623
+ # Removes specified tags from a specified Amazon Transcribe resource.
2624
+ #
2625
+ # @option params [required, String] :resource_arn
2626
+ # The Amazon Resource Name (ARN) of the Amazon Transcribe resource you
2627
+ # want to remove tags from.
2628
+ #
2629
+ # @option params [required, Array<String>] :tag_keys
2630
+ # A list of tag keys you want to remove from a specified Amazon
2631
+ # Transcribe resource.
2632
+ #
2633
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2634
+ #
2635
+ # @example Request syntax with placeholder values
2636
+ #
2637
+ # resp = client.untag_resource({
2638
+ # resource_arn: "TranscribeArn", # required
2639
+ # tag_keys: ["TagKey"], # required
2640
+ # })
2641
+ #
2642
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UntagResource AWS API Documentation
2643
+ #
2644
+ # @overload untag_resource(params = {})
2645
+ # @param [Hash] params ({})
2646
+ def untag_resource(params = {}, options = {})
2647
+ req = build_request(:untag_resource, params)
2648
+ req.send_request(options)
2649
+ end
2650
+
2461
2651
  # Updates the call analytics category with new values. The
2462
2652
  # `UpdateCallAnalyticsCategory` operation overwrites all of the existing
2463
2653
  # information with the values that you provide in the request.
@@ -2632,10 +2822,10 @@ module Aws::TranscribeService
2632
2822
  # Amazon Transcribe Medical.
2633
2823
  #
2634
2824
  # @option params [String] :vocabulary_file_uri
2635
- # The location in Amazon S3 of the text file that contains the you use
2636
- # for your custom vocabulary. The URI must be in the same Amazon Web
2637
- # Services Region as the resource that you are calling. The following is
2638
- # the format for a URI:
2825
+ # The location in Amazon S3 of the text file that contains your custom
2826
+ # vocabulary. The URI must be in the same Amazon Web Services Region as
2827
+ # the resource that you are calling. The following is the format for a
2828
+ # URI:
2639
2829
  #
2640
2830
  # `
2641
2831
  # https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
@@ -2667,14 +2857,14 @@ module Aws::TranscribeService
2667
2857
  #
2668
2858
  # resp = client.update_medical_vocabulary({
2669
2859
  # vocabulary_name: "VocabularyName", # required
2670
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2860
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2671
2861
  # vocabulary_file_uri: "Uri",
2672
2862
  # })
2673
2863
  #
2674
2864
  # @example Response structure
2675
2865
  #
2676
2866
  # resp.vocabulary_name #=> String
2677
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2867
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2678
2868
  # resp.last_modified_time #=> Time
2679
2869
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
2680
2870
  #
@@ -2698,7 +2888,7 @@ module Aws::TranscribeService
2698
2888
  #
2699
2889
  # @option params [required, String] :language_code
2700
2890
  # The language code of the vocabulary entries. For a list of languages
2701
- # and their corresponding language codes, see what-is-transcribe.
2891
+ # and their corresponding language codes, see transcribe-whatis.
2702
2892
  #
2703
2893
  # @option params [Array<String>] :phrases
2704
2894
  # An array of strings containing the vocabulary entries.
@@ -2732,7 +2922,7 @@ module Aws::TranscribeService
2732
2922
  #
2733
2923
  # resp = client.update_vocabulary({
2734
2924
  # vocabulary_name: "VocabularyName", # required
2735
- # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
2925
+ # language_code: "af-ZA", # required, accepts af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE, en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR, fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR, ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN, zh-TW, th-TH, en-ZA, en-NZ
2736
2926
  # phrases: ["Phrase"],
2737
2927
  # vocabulary_file_uri: "Uri",
2738
2928
  # })
@@ -2740,7 +2930,7 @@ module Aws::TranscribeService
2740
2930
  # @example Response structure
2741
2931
  #
2742
2932
  # resp.vocabulary_name #=> String
2743
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2933
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2744
2934
  # resp.last_modified_time #=> Time
2745
2935
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
2746
2936
  #
@@ -2805,7 +2995,7 @@ module Aws::TranscribeService
2805
2995
  # @example Response structure
2806
2996
  #
2807
2997
  # resp.vocabulary_filter_name #=> String
2808
- # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN"
2998
+ # resp.language_code #=> String, one of "af-ZA", "ar-AE", "ar-SA", "cy-GB", "da-DK", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fa-IR", "fr-CA", "fr-FR", "ga-IE", "gd-GB", "he-IL", "hi-IN", "id-ID", "it-IT", "ja-JP", "ko-KR", "ms-MY", "nl-NL", "pt-BR", "pt-PT", "ru-RU", "ta-IN", "te-IN", "tr-TR", "zh-CN", "zh-TW", "th-TH", "en-ZA", "en-NZ"
2809
2999
  # resp.last_modified_time #=> Time
2810
3000
  #
2811
3001
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateVocabularyFilter AWS API Documentation
@@ -2830,7 +3020,7 @@ module Aws::TranscribeService
2830
3020
  params: params,
2831
3021
  config: config)
2832
3022
  context[:gem_name] = 'aws-sdk-transcribeservice'
2833
- context[:gem_version] = '1.58.0'
3023
+ context[:gem_version] = '1.62.0'
2834
3024
  Seahorse::Client::Request.new(handlers, context)
2835
3025
  end
2836
3026