aws-sdk-transcribeservice 1.59.0 → 1.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b60338041c7083adfed9dd75310c49e5bb54a7fee56ae618f37454aad82bab14
4
- data.tar.gz: 7bc5fe6d08d2f116a441223f7588e65c9a898bf89c04f316db2fefa1f817176e
3
+ metadata.gz: e6f8e3c37fcef0263f9b812f4df34321cda2b5c1dc1a6e185f349d2e370b0bb5
4
+ data.tar.gz: a94fcbf91b10e810f3e0c4d574f987630f76e26f1ac7946f50977535b0f0a047
5
5
  SHA512:
6
- metadata.gz: c3100b6aebd859adb2a80c241f29cd2376e00c2249421f2f72bd0e08ae77a8628c8adfcc917066f7f940dcab0bfa4e60b5b62a5bed8dd7d06dff826800183568
7
- data.tar.gz: 3532547363f1e2918e12ff89ebbdb7eb1bfeed96594f5d362d29397af494dcb909f1fa48e6fe5bb06f3c351aaf5a20bce08cfc30d23e25570102d3d14efae6a1
6
+ metadata.gz: b0053c106302e4a5fc5d6ed0bcd7914fd27fa800c6d5f0a1d431f0398c63ec60cf064eebf06f867c9c09879f2846e294832b37ec6fcd9e5001d9e0dee98d0c5a
7
+ data.tar.gz: e98bf465e7e96423590afe3b02f433906c9ccde72dafd5d834b4a0ef0a9efd994712d5a6f9552e5935e122adae8f74c6cf4396e926ba682e37a51e6ef4f8e85d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2021-09-16)
5
+ ------------------
6
+
7
+ * Feature - This release adds support for subtitling with Amazon Transcribe batch jobs.
8
+
9
+ 1.62.0 (2021-09-10)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.61.0 (2021-09-01)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.60.0 (2021-08-26)
20
+ ------------------
21
+
22
+ * 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.
23
+
4
24
  1.59.0 (2021-08-24)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.63.0
@@ -630,7 +630,7 @@ module Aws::TranscribeService
630
630
  #
631
631
  # resp = client.create_medical_vocabulary({
632
632
  # vocabulary_name: "VocabularyName", # required
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
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
634
634
  # vocabulary_file_uri: "Uri", # required
635
635
  # tags: [
636
636
  # {
@@ -643,7 +643,7 @@ module Aws::TranscribeService
643
643
  # @example Response structure
644
644
  #
645
645
  # resp.vocabulary_name #=> String
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"
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"
647
647
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
648
648
  # resp.last_modified_time #=> Time
649
649
  # resp.failure_reason #=> String
@@ -706,7 +706,7 @@ module Aws::TranscribeService
706
706
  #
707
707
  # resp = client.create_vocabulary({
708
708
  # vocabulary_name: "VocabularyName", # required
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
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
710
710
  # phrases: ["Phrase"],
711
711
  # vocabulary_file_uri: "Uri",
712
712
  # tags: [
@@ -720,7 +720,7 @@ module Aws::TranscribeService
720
720
  # @example Response structure
721
721
  #
722
722
  # resp.vocabulary_name #=> String
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"
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"
724
724
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
725
725
  # resp.last_modified_time #=> Time
726
726
  # resp.failure_reason #=> String
@@ -791,7 +791,7 @@ module Aws::TranscribeService
791
791
  #
792
792
  # resp = client.create_vocabulary_filter({
793
793
  # vocabulary_filter_name: "VocabularyFilterName", # required
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
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
795
795
  # words: ["Word"],
796
796
  # vocabulary_filter_file_uri: "Uri",
797
797
  # tags: [
@@ -805,7 +805,7 @@ module Aws::TranscribeService
805
805
  # @example Response structure
806
806
  #
807
807
  # resp.vocabulary_filter_name #=> String
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"
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"
809
809
  # resp.last_modified_time #=> Time
810
810
  #
811
811
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/CreateVocabularyFilter AWS API Documentation
@@ -1146,7 +1146,7 @@ module Aws::TranscribeService
1146
1146
  #
1147
1147
  # resp.call_analytics_job.call_analytics_job_name #=> String
1148
1148
  # resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
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"
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"
1150
1150
  # resp.call_analytics_job.media_sample_rate_hertz #=> Integer
1151
1151
  # resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1152
1152
  # resp.call_analytics_job.media.media_file_uri #=> String
@@ -1166,7 +1166,7 @@ module Aws::TranscribeService
1166
1166
  # resp.call_analytics_job.settings.content_redaction.redaction_type #=> String, one of "PII"
1167
1167
  # resp.call_analytics_job.settings.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
1168
1168
  # resp.call_analytics_job.settings.language_options #=> Array
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"
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"
1170
1170
  # resp.call_analytics_job.channel_definitions #=> Array
1171
1171
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
1172
1172
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
@@ -1203,7 +1203,7 @@ module Aws::TranscribeService
1203
1203
  #
1204
1204
  # resp.medical_transcription_job.medical_transcription_job_name #=> String
1205
1205
  # resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
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"
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"
1207
1207
  # resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
1208
1208
  # resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1209
1209
  # resp.medical_transcription_job.media.media_file_uri #=> String
@@ -1259,7 +1259,7 @@ module Aws::TranscribeService
1259
1259
  # @example Response structure
1260
1260
  #
1261
1261
  # resp.vocabulary_name #=> String
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"
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"
1263
1263
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1264
1264
  # resp.last_modified_time #=> Time
1265
1265
  # resp.failure_reason #=> String
@@ -1298,7 +1298,7 @@ module Aws::TranscribeService
1298
1298
  #
1299
1299
  # resp.transcription_job.transcription_job_name #=> String
1300
1300
  # resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
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"
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"
1302
1302
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
1303
1303
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
1304
1304
  # resp.transcription_job.media.media_file_uri #=> String
@@ -1324,11 +1324,15 @@ module Aws::TranscribeService
1324
1324
  # resp.transcription_job.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
1325
1325
  # resp.transcription_job.identify_language #=> Boolean
1326
1326
  # resp.transcription_job.language_options #=> Array
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"
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"
1328
1328
  # resp.transcription_job.identified_language_score #=> Float
1329
1329
  # resp.transcription_job.tags #=> Array
1330
1330
  # resp.transcription_job.tags[0].key #=> String
1331
1331
  # resp.transcription_job.tags[0].value #=> String
1332
+ # resp.transcription_job.subtitles.formats #=> Array
1333
+ # resp.transcription_job.subtitles.formats[0] #=> String, one of "vtt", "srt"
1334
+ # resp.transcription_job.subtitles.subtitle_file_uris #=> Array
1335
+ # resp.transcription_job.subtitles.subtitle_file_uris[0] #=> String
1332
1336
  #
1333
1337
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/GetTranscriptionJob AWS API Documentation
1334
1338
  #
@@ -1363,7 +1367,7 @@ module Aws::TranscribeService
1363
1367
  # @example Response structure
1364
1368
  #
1365
1369
  # resp.vocabulary_name #=> String
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"
1370
+ # 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"
1367
1371
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1368
1372
  # resp.last_modified_time #=> Time
1369
1373
  # resp.failure_reason #=> String
@@ -1399,7 +1403,7 @@ module Aws::TranscribeService
1399
1403
  # @example Response structure
1400
1404
  #
1401
1405
  # resp.vocabulary_filter_name #=> String
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"
1406
+ # 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"
1403
1407
  # resp.last_modified_time #=> Time
1404
1408
  # resp.download_uri #=> String
1405
1409
  #
@@ -1554,7 +1558,7 @@ module Aws::TranscribeService
1554
1558
  # resp.call_analytics_job_summaries[0].creation_time #=> Time
1555
1559
  # resp.call_analytics_job_summaries[0].start_time #=> Time
1556
1560
  # resp.call_analytics_job_summaries[0].completion_time #=> Time
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"
1561
+ # 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"
1558
1562
  # resp.call_analytics_job_summaries[0].call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1559
1563
  # resp.call_analytics_job_summaries[0].failure_reason #=> String
1560
1564
  #
@@ -1683,7 +1687,7 @@ module Aws::TranscribeService
1683
1687
  # resp.medical_transcription_job_summaries[0].creation_time #=> Time
1684
1688
  # resp.medical_transcription_job_summaries[0].start_time #=> Time
1685
1689
  # resp.medical_transcription_job_summaries[0].completion_time #=> Time
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"
1690
+ # 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"
1687
1691
  # resp.medical_transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1688
1692
  # resp.medical_transcription_job_summaries[0].failure_reason #=> String
1689
1693
  # resp.medical_transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -1748,7 +1752,7 @@ module Aws::TranscribeService
1748
1752
  # resp.next_token #=> String
1749
1753
  # resp.vocabularies #=> Array
1750
1754
  # resp.vocabularies[0].vocabulary_name #=> String
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"
1755
+ # 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"
1752
1756
  # resp.vocabularies[0].last_modified_time #=> Time
1753
1757
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1754
1758
  #
@@ -1807,7 +1811,7 @@ module Aws::TranscribeService
1807
1811
  # whose name contains the specified string.
1808
1812
  #
1809
1813
  # @option params [String] :next_token
1810
- # If the result of the previous request to `ListTranscriptionJobs` was
1814
+ # If the result of the previous request to `ListTranscriptionJobs` is
1811
1815
  # truncated, include the `NextToken` to fetch the next set of jobs.
1812
1816
  #
1813
1817
  # @option params [Integer] :max_results
@@ -1841,7 +1845,7 @@ module Aws::TranscribeService
1841
1845
  # resp.transcription_job_summaries[0].creation_time #=> Time
1842
1846
  # resp.transcription_job_summaries[0].start_time #=> Time
1843
1847
  # resp.transcription_job_summaries[0].completion_time #=> Time
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"
1848
+ # 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"
1845
1849
  # resp.transcription_job_summaries[0].transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
1846
1850
  # resp.transcription_job_summaries[0].failure_reason #=> String
1847
1851
  # resp.transcription_job_summaries[0].output_location_type #=> String, one of "CUSTOMER_BUCKET", "SERVICE_BUCKET"
@@ -1906,7 +1910,7 @@ module Aws::TranscribeService
1906
1910
  # resp.next_token #=> String
1907
1911
  # resp.vocabularies #=> Array
1908
1912
  # resp.vocabularies[0].vocabulary_name #=> String
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"
1913
+ # 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"
1910
1914
  # resp.vocabularies[0].last_modified_time #=> Time
1911
1915
  # resp.vocabularies[0].vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
1912
1916
  #
@@ -1956,7 +1960,7 @@ module Aws::TranscribeService
1956
1960
  # resp.next_token #=> String
1957
1961
  # resp.vocabulary_filters #=> Array
1958
1962
  # resp.vocabulary_filters[0].vocabulary_filter_name #=> String
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"
1963
+ # 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"
1960
1964
  # resp.vocabulary_filters[0].last_modified_time #=> Time
1961
1965
  #
1962
1966
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListVocabularyFilters AWS API Documentation
@@ -2089,7 +2093,7 @@ module Aws::TranscribeService
2089
2093
  # redaction_type: "PII", # required, accepts PII
2090
2094
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
2091
2095
  # },
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
2096
+ # 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
2093
2097
  # },
2094
2098
  # channel_definitions: [
2095
2099
  # {
@@ -2103,7 +2107,7 @@ module Aws::TranscribeService
2103
2107
  #
2104
2108
  # resp.call_analytics_job.call_analytics_job_name #=> String
2105
2109
  # resp.call_analytics_job.call_analytics_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
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"
2110
+ # 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"
2107
2111
  # resp.call_analytics_job.media_sample_rate_hertz #=> Integer
2108
2112
  # resp.call_analytics_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2109
2113
  # resp.call_analytics_job.media.media_file_uri #=> String
@@ -2123,7 +2127,7 @@ module Aws::TranscribeService
2123
2127
  # resp.call_analytics_job.settings.content_redaction.redaction_type #=> String, one of "PII"
2124
2128
  # resp.call_analytics_job.settings.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
2125
2129
  # resp.call_analytics_job.settings.language_options #=> Array
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"
2130
+ # 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"
2127
2131
  # resp.call_analytics_job.channel_definitions #=> Array
2128
2132
  # resp.call_analytics_job.channel_definitions[0].channel_id #=> Integer
2129
2133
  # resp.call_analytics_job.channel_definitions[0].participant_role #=> String, one of "AGENT", "CUSTOMER"
@@ -2241,6 +2245,10 @@ module Aws::TranscribeService
2241
2245
  # If you specify a KMS key to encrypt your output, you must also specify
2242
2246
  # an output location in the `OutputBucketName` parameter.
2243
2247
  #
2248
+ # @option params [Hash<String,String>] :kms_encryption_context
2249
+ # A map of plain text, non-secret key:value pairs, known as encryption
2250
+ # context pairs, that provide an added layer of security for your data.
2251
+ #
2244
2252
  # @option params [Types::MedicalTranscriptionSetting] :settings
2245
2253
  # Optional settings for the medical transcription job.
2246
2254
  #
@@ -2270,7 +2278,7 @@ module Aws::TranscribeService
2270
2278
  #
2271
2279
  # resp = client.start_medical_transcription_job({
2272
2280
  # medical_transcription_job_name: "TranscriptionJobName", # required
2273
- # 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
2281
+ # 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
2274
2282
  # media_sample_rate_hertz: 1,
2275
2283
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
2276
2284
  # media: { # required
@@ -2280,6 +2288,9 @@ module Aws::TranscribeService
2280
2288
  # output_bucket_name: "OutputBucketName", # required
2281
2289
  # output_key: "OutputKey",
2282
2290
  # output_encryption_kms_key_id: "KMSKeyId",
2291
+ # kms_encryption_context: {
2292
+ # "NonEmptyString" => "NonEmptyString",
2293
+ # },
2283
2294
  # settings: {
2284
2295
  # show_speaker_labels: false,
2285
2296
  # max_speaker_labels: 1,
@@ -2303,7 +2314,7 @@ module Aws::TranscribeService
2303
2314
  #
2304
2315
  # resp.medical_transcription_job.medical_transcription_job_name #=> String
2305
2316
  # resp.medical_transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
2306
- # 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"
2317
+ # 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"
2307
2318
  # resp.medical_transcription_job.media_sample_rate_hertz #=> Integer
2308
2319
  # resp.medical_transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2309
2320
  # resp.medical_transcription_job.media.media_file_uri #=> String
@@ -2446,6 +2457,10 @@ module Aws::TranscribeService
2446
2457
  # If you specify a KMS key to encrypt your output, you must also specify
2447
2458
  # an output location in the `OutputBucketName` parameter.
2448
2459
  #
2460
+ # @option params [Hash<String,String>] :kms_encryption_context
2461
+ # A map of plain text, non-secret key:value pairs, known as encryption
2462
+ # context pairs, that provide an added layer of security for your data.
2463
+ #
2449
2464
  # @option params [Types::Settings] :settings
2450
2465
  # A `Settings` object that provides optional settings for a
2451
2466
  # transcription job.
@@ -2477,6 +2492,9 @@ module Aws::TranscribeService
2477
2492
  # To transcribe speech in Modern Standard Arabic (ar-SA), your audio or
2478
2493
  # video file must be encoded at a sample rate of 16,000 Hz or higher.
2479
2494
  #
2495
+ # @option params [Types::Subtitles] :subtitles
2496
+ # Add subtitles to your batch transcription job.
2497
+ #
2480
2498
  # @option params [Array<Types::Tag>] :tags
2481
2499
  # Add tags to an Amazon Transcribe transcription job.
2482
2500
  #
@@ -2488,7 +2506,7 @@ module Aws::TranscribeService
2488
2506
  #
2489
2507
  # resp = client.start_transcription_job({
2490
2508
  # transcription_job_name: "TranscriptionJobName", # required
2491
- # 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
2509
+ # 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
2492
2510
  # media_sample_rate_hertz: 1,
2493
2511
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
2494
2512
  # media: { # required
@@ -2498,6 +2516,9 @@ module Aws::TranscribeService
2498
2516
  # output_bucket_name: "OutputBucketName",
2499
2517
  # output_key: "OutputKey",
2500
2518
  # output_encryption_kms_key_id: "KMSKeyId",
2519
+ # kms_encryption_context: {
2520
+ # "NonEmptyString" => "NonEmptyString",
2521
+ # },
2501
2522
  # settings: {
2502
2523
  # vocabulary_name: "VocabularyName",
2503
2524
  # show_speaker_labels: false,
@@ -2520,7 +2541,10 @@ module Aws::TranscribeService
2520
2541
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
2521
2542
  # },
2522
2543
  # identify_language: false,
2523
- # 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
2544
+ # 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
2545
+ # subtitles: {
2546
+ # formats: ["vtt"], # accepts vtt, srt
2547
+ # },
2524
2548
  # tags: [
2525
2549
  # {
2526
2550
  # key: "TagKey", # required
@@ -2533,7 +2557,7 @@ module Aws::TranscribeService
2533
2557
  #
2534
2558
  # resp.transcription_job.transcription_job_name #=> String
2535
2559
  # resp.transcription_job.transcription_job_status #=> String, one of "QUEUED", "IN_PROGRESS", "FAILED", "COMPLETED"
2536
- # 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"
2560
+ # 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"
2537
2561
  # resp.transcription_job.media_sample_rate_hertz #=> Integer
2538
2562
  # resp.transcription_job.media_format #=> String, one of "mp3", "mp4", "wav", "flac", "ogg", "amr", "webm"
2539
2563
  # resp.transcription_job.media.media_file_uri #=> String
@@ -2559,11 +2583,15 @@ module Aws::TranscribeService
2559
2583
  # resp.transcription_job.content_redaction.redaction_output #=> String, one of "redacted", "redacted_and_unredacted"
2560
2584
  # resp.transcription_job.identify_language #=> Boolean
2561
2585
  # resp.transcription_job.language_options #=> Array
2562
- # 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"
2586
+ # 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"
2563
2587
  # resp.transcription_job.identified_language_score #=> Float
2564
2588
  # resp.transcription_job.tags #=> Array
2565
2589
  # resp.transcription_job.tags[0].key #=> String
2566
2590
  # resp.transcription_job.tags[0].value #=> String
2591
+ # resp.transcription_job.subtitles.formats #=> Array
2592
+ # resp.transcription_job.subtitles.formats[0] #=> String, one of "vtt", "srt"
2593
+ # resp.transcription_job.subtitles.subtitle_file_uris #=> Array
2594
+ # resp.transcription_job.subtitles.subtitle_file_uris[0] #=> String
2567
2595
  #
2568
2596
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/StartTranscriptionJob AWS API Documentation
2569
2597
  #
@@ -2843,14 +2871,14 @@ module Aws::TranscribeService
2843
2871
  #
2844
2872
  # resp = client.update_medical_vocabulary({
2845
2873
  # vocabulary_name: "VocabularyName", # required
2846
- # 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
2874
+ # 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
2847
2875
  # vocabulary_file_uri: "Uri",
2848
2876
  # })
2849
2877
  #
2850
2878
  # @example Response structure
2851
2879
  #
2852
2880
  # resp.vocabulary_name #=> String
2853
- # 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"
2881
+ # 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"
2854
2882
  # resp.last_modified_time #=> Time
2855
2883
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
2856
2884
  #
@@ -2908,7 +2936,7 @@ module Aws::TranscribeService
2908
2936
  #
2909
2937
  # resp = client.update_vocabulary({
2910
2938
  # vocabulary_name: "VocabularyName", # required
2911
- # 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
2939
+ # 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
2912
2940
  # phrases: ["Phrase"],
2913
2941
  # vocabulary_file_uri: "Uri",
2914
2942
  # })
@@ -2916,7 +2944,7 @@ module Aws::TranscribeService
2916
2944
  # @example Response structure
2917
2945
  #
2918
2946
  # resp.vocabulary_name #=> String
2919
- # 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"
2947
+ # 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"
2920
2948
  # resp.last_modified_time #=> Time
2921
2949
  # resp.vocabulary_state #=> String, one of "PENDING", "READY", "FAILED"
2922
2950
  #
@@ -2981,7 +3009,7 @@ module Aws::TranscribeService
2981
3009
  # @example Response structure
2982
3010
  #
2983
3011
  # resp.vocabulary_filter_name #=> String
2984
- # 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"
3012
+ # 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"
2985
3013
  # resp.last_modified_time #=> Time
2986
3014
  #
2987
3015
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/UpdateVocabularyFilter AWS API Documentation
@@ -3006,7 +3034,7 @@ module Aws::TranscribeService
3006
3034
  params: params,
3007
3035
  config: config)
3008
3036
  context[:gem_name] = 'aws-sdk-transcribeservice'
3009
- context[:gem_version] = '1.59.0'
3037
+ context[:gem_version] = '1.63.0'
3010
3038
  Seahorse::Client::Request.new(handlers, context)
3011
3039
  end
3012
3040
 
@@ -76,6 +76,7 @@ module Aws::TranscribeService
76
76
  InternalFailureException = Shapes::StructureShape.new(name: 'InternalFailureException')
77
77
  InterruptionFilter = Shapes::StructureShape.new(name: 'InterruptionFilter')
78
78
  JobExecutionSettings = Shapes::StructureShape.new(name: 'JobExecutionSettings')
79
+ KMSEncryptionContextMap = Shapes::MapShape.new(name: 'KMSEncryptionContextMap')
79
80
  KMSKeyId = Shapes::StringShape.new(name: 'KMSKeyId')
80
81
  LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
81
82
  LanguageModel = Shapes::StructureShape.new(name: 'LanguageModel')
@@ -144,6 +145,11 @@ module Aws::TranscribeService
144
145
  StartTranscriptionJobResponse = Shapes::StructureShape.new(name: 'StartTranscriptionJobResponse')
145
146
  String = Shapes::StringShape.new(name: 'String')
146
147
  StringTargetList = Shapes::ListShape.new(name: 'StringTargetList')
148
+ SubtitleFileUris = Shapes::ListShape.new(name: 'SubtitleFileUris')
149
+ SubtitleFormat = Shapes::StringShape.new(name: 'SubtitleFormat')
150
+ SubtitleFormats = Shapes::ListShape.new(name: 'SubtitleFormats')
151
+ Subtitles = Shapes::StructureShape.new(name: 'Subtitles')
152
+ SubtitlesOutput = Shapes::StructureShape.new(name: 'SubtitlesOutput')
147
153
  Tag = Shapes::StructureShape.new(name: 'Tag')
148
154
  TagKey = Shapes::StringShape.new(name: 'TagKey')
149
155
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -418,6 +424,9 @@ module Aws::TranscribeService
418
424
  JobExecutionSettings.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
419
425
  JobExecutionSettings.struct_class = Types::JobExecutionSettings
420
426
 
427
+ KMSEncryptionContextMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
428
+ KMSEncryptionContextMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
429
+
421
430
  LanguageModel.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "ModelName"))
422
431
  LanguageModel.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreateTime"))
423
432
  LanguageModel.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedTime"))
@@ -646,6 +655,7 @@ module Aws::TranscribeService
646
655
  StartMedicalTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, required: true, location_name: "OutputBucketName"))
647
656
  StartMedicalTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
648
657
  StartMedicalTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
658
+ StartMedicalTranscriptionJobRequest.add_member(:kms_encryption_context, Shapes::ShapeRef.new(shape: KMSEncryptionContextMap, location_name: "KMSEncryptionContext"))
649
659
  StartMedicalTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: MedicalTranscriptionSetting, location_name: "Settings"))
650
660
  StartMedicalTranscriptionJobRequest.add_member(:content_identification_type, Shapes::ShapeRef.new(shape: MedicalContentIdentificationType, location_name: "ContentIdentificationType"))
651
661
  StartMedicalTranscriptionJobRequest.add_member(:specialty, Shapes::ShapeRef.new(shape: Specialty, required: true, location_name: "Specialty"))
@@ -664,12 +674,14 @@ module Aws::TranscribeService
664
674
  StartTranscriptionJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, location_name: "OutputBucketName"))
665
675
  StartTranscriptionJobRequest.add_member(:output_key, Shapes::ShapeRef.new(shape: OutputKey, location_name: "OutputKey"))
666
676
  StartTranscriptionJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
677
+ StartTranscriptionJobRequest.add_member(:kms_encryption_context, Shapes::ShapeRef.new(shape: KMSEncryptionContextMap, location_name: "KMSEncryptionContext"))
667
678
  StartTranscriptionJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: Settings, location_name: "Settings"))
668
679
  StartTranscriptionJobRequest.add_member(:model_settings, Shapes::ShapeRef.new(shape: ModelSettings, location_name: "ModelSettings"))
669
680
  StartTranscriptionJobRequest.add_member(:job_execution_settings, Shapes::ShapeRef.new(shape: JobExecutionSettings, location_name: "JobExecutionSettings"))
670
681
  StartTranscriptionJobRequest.add_member(:content_redaction, Shapes::ShapeRef.new(shape: ContentRedaction, location_name: "ContentRedaction"))
671
682
  StartTranscriptionJobRequest.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
672
683
  StartTranscriptionJobRequest.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
684
+ StartTranscriptionJobRequest.add_member(:subtitles, Shapes::ShapeRef.new(shape: Subtitles, location_name: "Subtitles"))
673
685
  StartTranscriptionJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
674
686
  StartTranscriptionJobRequest.struct_class = Types::StartTranscriptionJobRequest
675
687
 
@@ -678,6 +690,17 @@ module Aws::TranscribeService
678
690
 
679
691
  StringTargetList.member = Shapes::ShapeRef.new(shape: NonEmptyString)
680
692
 
693
+ SubtitleFileUris.member = Shapes::ShapeRef.new(shape: Uri)
694
+
695
+ SubtitleFormats.member = Shapes::ShapeRef.new(shape: SubtitleFormat)
696
+
697
+ Subtitles.add_member(:formats, Shapes::ShapeRef.new(shape: SubtitleFormats, location_name: "Formats"))
698
+ Subtitles.struct_class = Types::Subtitles
699
+
700
+ SubtitlesOutput.add_member(:formats, Shapes::ShapeRef.new(shape: SubtitleFormats, location_name: "Formats"))
701
+ SubtitlesOutput.add_member(:subtitle_file_uris, Shapes::ShapeRef.new(shape: SubtitleFileUris, location_name: "SubtitleFileUris"))
702
+ SubtitlesOutput.struct_class = Types::SubtitlesOutput
703
+
681
704
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
682
705
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
683
706
  Tag.struct_class = Types::Tag
@@ -723,6 +746,7 @@ module Aws::TranscribeService
723
746
  TranscriptionJob.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
724
747
  TranscriptionJob.add_member(:identified_language_score, Shapes::ShapeRef.new(shape: IdentifiedLanguageScore, location_name: "IdentifiedLanguageScore"))
725
748
  TranscriptionJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
749
+ TranscriptionJob.add_member(:subtitles, Shapes::ShapeRef.new(shape: SubtitlesOutput, location_name: "Subtitles"))
726
750
  TranscriptionJob.struct_class = Types::TranscriptionJob
727
751
 
728
752
  TranscriptionJobSummaries.member = Shapes::ShapeRef.new(shape: TranscriptionJobSummary)
@@ -246,7 +246,7 @@ module Aws::TranscribeService
246
246
  # redaction_type: "PII", # required, accepts PII
247
247
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
248
248
  # },
249
- # 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
249
+ # 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
250
250
  # }
251
251
  #
252
252
  # @!attribute [rw] vocabulary_name
@@ -678,7 +678,7 @@ module Aws::TranscribeService
678
678
  #
679
679
  # {
680
680
  # vocabulary_name: "VocabularyName", # required
681
- # 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
681
+ # 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
682
682
  # vocabulary_file_uri: "Uri", # required
683
683
  # tags: [
684
684
  # {
@@ -789,7 +789,7 @@ module Aws::TranscribeService
789
789
  #
790
790
  # {
791
791
  # vocabulary_filter_name: "VocabularyFilterName", # required
792
- # 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
792
+ # 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
793
793
  # words: ["Word"],
794
794
  # vocabulary_filter_file_uri: "Uri",
795
795
  # tags: [
@@ -888,7 +888,7 @@ module Aws::TranscribeService
888
888
  #
889
889
  # {
890
890
  # vocabulary_name: "VocabularyName", # required
891
- # 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
891
+ # 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
892
892
  # phrases: ["Phrase"],
893
893
  # vocabulary_file_uri: "Uri",
894
894
  # tags: [
@@ -1616,6 +1616,8 @@ module Aws::TranscribeService
1616
1616
  # execution limit. If the field is false, Amazon Transcribe returns a
1617
1617
  # `LimitExceededException` exception.
1618
1618
  #
1619
+ # Note that job queuing is enabled by default for call analytics jobs.
1620
+ #
1619
1621
  # If you specify the `AllowDeferredExecution` field, you must specify
1620
1622
  # the `DataAccessRoleArn` field.
1621
1623
  # @return [Boolean]
@@ -2116,7 +2118,7 @@ module Aws::TranscribeService
2116
2118
  # @return [String]
2117
2119
  #
2118
2120
  # @!attribute [rw] next_token
2119
- # If the result of the previous request to `ListTranscriptionJobs` was
2121
+ # If the result of the previous request to `ListTranscriptionJobs` is
2120
2122
  # truncated, include the `NextToken` to fetch the next set of jobs.
2121
2123
  # @return [String]
2122
2124
  #
@@ -3073,7 +3075,7 @@ module Aws::TranscribeService
3073
3075
  # redaction_type: "PII", # required, accepts PII
3074
3076
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
3075
3077
  # },
3076
- # 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
3078
+ # 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
3077
3079
  # },
3078
3080
  # channel_definitions: [
3079
3081
  # {
@@ -3210,7 +3212,7 @@ module Aws::TranscribeService
3210
3212
  #
3211
3213
  # {
3212
3214
  # medical_transcription_job_name: "TranscriptionJobName", # required
3213
- # 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
3215
+ # 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
3214
3216
  # media_sample_rate_hertz: 1,
3215
3217
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
3216
3218
  # media: { # required
@@ -3220,6 +3222,9 @@ module Aws::TranscribeService
3220
3222
  # output_bucket_name: "OutputBucketName", # required
3221
3223
  # output_key: "OutputKey",
3222
3224
  # output_encryption_kms_key_id: "KMSKeyId",
3225
+ # kms_encryption_context: {
3226
+ # "NonEmptyString" => "NonEmptyString",
3227
+ # },
3223
3228
  # settings: {
3224
3229
  # show_speaker_labels: false,
3225
3230
  # max_speaker_labels: 1,
@@ -3351,6 +3356,12 @@ module Aws::TranscribeService
3351
3356
  # specify an output location in the `OutputBucketName` parameter.
3352
3357
  # @return [String]
3353
3358
  #
3359
+ # @!attribute [rw] kms_encryption_context
3360
+ # A map of plain text, non-secret key:value pairs, known as encryption
3361
+ # context pairs, that provide an added layer of security for your
3362
+ # data.
3363
+ # @return [Hash<String,String>]
3364
+ #
3354
3365
  # @!attribute [rw] settings
3355
3366
  # Optional settings for the medical transcription job.
3356
3367
  # @return [Types::MedicalTranscriptionSetting]
@@ -3388,6 +3399,7 @@ module Aws::TranscribeService
3388
3399
  :output_bucket_name,
3389
3400
  :output_key,
3390
3401
  :output_encryption_kms_key_id,
3402
+ :kms_encryption_context,
3391
3403
  :settings,
3392
3404
  :content_identification_type,
3393
3405
  :specialty,
@@ -3414,7 +3426,7 @@ module Aws::TranscribeService
3414
3426
  #
3415
3427
  # {
3416
3428
  # transcription_job_name: "TranscriptionJobName", # required
3417
- # 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
3429
+ # 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
3418
3430
  # media_sample_rate_hertz: 1,
3419
3431
  # media_format: "mp3", # accepts mp3, mp4, wav, flac, ogg, amr, webm
3420
3432
  # media: { # required
@@ -3424,6 +3436,9 @@ module Aws::TranscribeService
3424
3436
  # output_bucket_name: "OutputBucketName",
3425
3437
  # output_key: "OutputKey",
3426
3438
  # output_encryption_kms_key_id: "KMSKeyId",
3439
+ # kms_encryption_context: {
3440
+ # "NonEmptyString" => "NonEmptyString",
3441
+ # },
3427
3442
  # settings: {
3428
3443
  # vocabulary_name: "VocabularyName",
3429
3444
  # show_speaker_labels: false,
@@ -3446,7 +3461,10 @@ module Aws::TranscribeService
3446
3461
  # redaction_output: "redacted", # required, accepts redacted, redacted_and_unredacted
3447
3462
  # },
3448
3463
  # identify_language: false,
3449
- # 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
3464
+ # 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
3465
+ # subtitles: {
3466
+ # formats: ["vtt"], # accepts vtt, srt
3467
+ # },
3450
3468
  # tags: [
3451
3469
  # {
3452
3470
  # key: "TagKey", # required
@@ -3576,6 +3594,12 @@ module Aws::TranscribeService
3576
3594
  # specify an output location in the `OutputBucketName` parameter.
3577
3595
  # @return [String]
3578
3596
  #
3597
+ # @!attribute [rw] kms_encryption_context
3598
+ # A map of plain text, non-secret key:value pairs, known as encryption
3599
+ # context pairs, that provide an added layer of security for your
3600
+ # data.
3601
+ # @return [Hash<String,String>]
3602
+ #
3579
3603
  # @!attribute [rw] settings
3580
3604
  # A `Settings` object that provides optional settings for a
3581
3605
  # transcription job.
@@ -3616,6 +3640,10 @@ module Aws::TranscribeService
3616
3640
  # higher.
3617
3641
  # @return [Array<String>]
3618
3642
  #
3643
+ # @!attribute [rw] subtitles
3644
+ # Add subtitles to your batch transcription job.
3645
+ # @return [Types::Subtitles]
3646
+ #
3619
3647
  # @!attribute [rw] tags
3620
3648
  # Add tags to an Amazon Transcribe transcription job.
3621
3649
  # @return [Array<Types::Tag>]
@@ -3631,12 +3659,14 @@ module Aws::TranscribeService
3631
3659
  :output_bucket_name,
3632
3660
  :output_key,
3633
3661
  :output_encryption_kms_key_id,
3662
+ :kms_encryption_context,
3634
3663
  :settings,
3635
3664
  :model_settings,
3636
3665
  :job_execution_settings,
3637
3666
  :content_redaction,
3638
3667
  :identify_language,
3639
3668
  :language_options,
3669
+ :subtitles,
3640
3670
  :tags)
3641
3671
  SENSITIVE = []
3642
3672
  include Aws::Structure
@@ -3654,6 +3684,48 @@ module Aws::TranscribeService
3654
3684
  include Aws::Structure
3655
3685
  end
3656
3686
 
3687
+ # Generate subtitles for your batch transcription job.
3688
+ #
3689
+ # @note When making an API call, you may pass Subtitles
3690
+ # data as a hash:
3691
+ #
3692
+ # {
3693
+ # formats: ["vtt"], # accepts vtt, srt
3694
+ # }
3695
+ #
3696
+ # @!attribute [rw] formats
3697
+ # Specify the output format for your subtitle file.
3698
+ # @return [Array<String>]
3699
+ #
3700
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/Subtitles AWS API Documentation
3701
+ #
3702
+ class Subtitles < Struct.new(
3703
+ :formats)
3704
+ SENSITIVE = []
3705
+ include Aws::Structure
3706
+ end
3707
+
3708
+ # Specify the output format for your subtitle file.
3709
+ #
3710
+ # @!attribute [rw] formats
3711
+ # Specify the output format for your subtitle file; if you select both
3712
+ # SRT and VTT formats, two output files are genereated.
3713
+ # @return [Array<String>]
3714
+ #
3715
+ # @!attribute [rw] subtitle_file_uris
3716
+ # Choose the output location for your subtitle file. This location
3717
+ # must be an S3 bucket.
3718
+ # @return [Array<String>]
3719
+ #
3720
+ # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/SubtitlesOutput AWS API Documentation
3721
+ #
3722
+ class SubtitlesOutput < Struct.new(
3723
+ :formats,
3724
+ :subtitle_file_uris)
3725
+ SENSITIVE = []
3726
+ include Aws::Structure
3727
+ end
3728
+
3657
3729
  # A key:value pair that adds metadata to a resource used by Amazon
3658
3730
  # Transcribe. For example, a tag with the key:value pair
3659
3731
  # ‘Department’:’Sales’ might be added to a resource to indicate its use
@@ -3868,7 +3940,7 @@ module Aws::TranscribeService
3868
3940
  # @return [Time]
3869
3941
  #
3870
3942
  # @!attribute [rw] completion_time
3871
- # A timestamp that shows when the job was completed.
3943
+ # A timestamp that shows when the job completed.
3872
3944
  # @return [Time]
3873
3945
  #
3874
3946
  # @!attribute [rw] failure_reason
@@ -3954,6 +4026,10 @@ module Aws::TranscribeService
3954
4026
  # A key:value pair assigned to a given transcription job.
3955
4027
  # @return [Array<Types::Tag>]
3956
4028
  #
4029
+ # @!attribute [rw] subtitles
4030
+ # Generate subtitles for your batch transcription job.
4031
+ # @return [Types::SubtitlesOutput]
4032
+ #
3957
4033
  # @see http://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/TranscriptionJob AWS API Documentation
3958
4034
  #
3959
4035
  class TranscriptionJob < Struct.new(
@@ -3975,7 +4051,8 @@ module Aws::TranscribeService
3975
4051
  :identify_language,
3976
4052
  :language_options,
3977
4053
  :identified_language_score,
3978
- :tags)
4054
+ :tags,
4055
+ :subtitles)
3979
4056
  SENSITIVE = []
3980
4057
  include Aws::Structure
3981
4058
  end
@@ -4216,7 +4293,7 @@ module Aws::TranscribeService
4216
4293
  #
4217
4294
  # {
4218
4295
  # vocabulary_name: "VocabularyName", # required
4219
- # 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
4296
+ # 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
4220
4297
  # vocabulary_file_uri: "Uri",
4221
4298
  # }
4222
4299
  #
@@ -4381,7 +4458,7 @@ module Aws::TranscribeService
4381
4458
  #
4382
4459
  # {
4383
4460
  # vocabulary_name: "VocabularyName", # required
4384
- # 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
4461
+ # 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
4385
4462
  # phrases: ["Phrase"],
4386
4463
  # vocabulary_file_uri: "Uri",
4387
4464
  # }
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-transcribeservice/customizations'
48
48
  # @!group service
49
49
  module Aws::TranscribeService
50
50
 
51
- GEM_VERSION = '1.59.0'
51
+ GEM_VERSION = '1.63.0'
52
52
 
53
53
  end
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.59.0
4
+ version: 1.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-24 00:00:00.000000000 Z
11
+ date: 2021-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.119.0
22
+ version: 3.120.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.119.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="