aws-sdk-transcribeservice 1.73.0 → 1.76.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.
@@ -56,6 +56,7 @@ module Aws::TranscribeService
56
56
  DeleteVocabularyRequest = Shapes::StructureShape.new(name: 'DeleteVocabularyRequest')
57
57
  DescribeLanguageModelRequest = Shapes::StructureShape.new(name: 'DescribeLanguageModelRequest')
58
58
  DescribeLanguageModelResponse = Shapes::StructureShape.new(name: 'DescribeLanguageModelResponse')
59
+ DurationInSeconds = Shapes::FloatShape.new(name: 'DurationInSeconds')
59
60
  FailureReason = Shapes::StringShape.new(name: 'FailureReason')
60
61
  GetCallAnalyticsCategoryRequest = Shapes::StructureShape.new(name: 'GetCallAnalyticsCategoryRequest')
61
62
  GetCallAnalyticsCategoryResponse = Shapes::StructureShape.new(name: 'GetCallAnalyticsCategoryResponse')
@@ -79,6 +80,8 @@ module Aws::TranscribeService
79
80
  KMSEncryptionContextMap = Shapes::MapShape.new(name: 'KMSEncryptionContextMap')
80
81
  KMSKeyId = Shapes::StringShape.new(name: 'KMSKeyId')
81
82
  LanguageCode = Shapes::StringShape.new(name: 'LanguageCode')
83
+ LanguageCodeItem = Shapes::StructureShape.new(name: 'LanguageCodeItem')
84
+ LanguageCodeList = Shapes::ListShape.new(name: 'LanguageCodeList')
82
85
  LanguageIdSettings = Shapes::StructureShape.new(name: 'LanguageIdSettings')
83
86
  LanguageIdSettingsMap = Shapes::MapShape.new(name: 'LanguageIdSettingsMap')
84
87
  LanguageModel = Shapes::StructureShape.new(name: 'LanguageModel')
@@ -153,6 +156,7 @@ module Aws::TranscribeService
153
156
  SubtitleFileUris = Shapes::ListShape.new(name: 'SubtitleFileUris')
154
157
  SubtitleFormat = Shapes::StringShape.new(name: 'SubtitleFormat')
155
158
  SubtitleFormats = Shapes::ListShape.new(name: 'SubtitleFormats')
159
+ SubtitleOutputStartIndex = Shapes::IntegerShape.new(name: 'SubtitleOutputStartIndex')
156
160
  Subtitles = Shapes::StructureShape.new(name: 'Subtitles')
157
161
  SubtitlesOutput = Shapes::StructureShape.new(name: 'SubtitlesOutput')
158
162
  Tag = Shapes::StructureShape.new(name: 'Tag')
@@ -434,6 +438,12 @@ module Aws::TranscribeService
434
438
  KMSEncryptionContextMap.key = Shapes::ShapeRef.new(shape: NonEmptyString)
435
439
  KMSEncryptionContextMap.value = Shapes::ShapeRef.new(shape: NonEmptyString)
436
440
 
441
+ LanguageCodeItem.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, location_name: "LanguageCode"))
442
+ LanguageCodeItem.add_member(:duration_in_seconds, Shapes::ShapeRef.new(shape: DurationInSeconds, location_name: "DurationInSeconds"))
443
+ LanguageCodeItem.struct_class = Types::LanguageCodeItem
444
+
445
+ LanguageCodeList.member = Shapes::ShapeRef.new(shape: LanguageCodeItem)
446
+
437
447
  LanguageIdSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, location_name: "VocabularyName"))
438
448
  LanguageIdSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: VocabularyFilterName, location_name: "VocabularyFilterName"))
439
449
  LanguageIdSettings.add_member(:language_model_name, Shapes::ShapeRef.new(shape: ModelName, location_name: "LanguageModelName"))
@@ -656,7 +666,7 @@ module Aws::TranscribeService
656
666
  StartCallAnalyticsJobRequest.add_member(:media, Shapes::ShapeRef.new(shape: Media, required: true, location_name: "Media"))
657
667
  StartCallAnalyticsJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: Uri, location_name: "OutputLocation"))
658
668
  StartCallAnalyticsJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
659
- StartCallAnalyticsJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, required: true, location_name: "DataAccessRoleArn"))
669
+ StartCallAnalyticsJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
660
670
  StartCallAnalyticsJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: CallAnalyticsJobSettings, location_name: "Settings"))
661
671
  StartCallAnalyticsJobRequest.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: ChannelDefinitions, location_name: "ChannelDefinitions"))
662
672
  StartCallAnalyticsJobRequest.struct_class = Types::StartCallAnalyticsJobRequest
@@ -697,6 +707,7 @@ module Aws::TranscribeService
697
707
  StartTranscriptionJobRequest.add_member(:job_execution_settings, Shapes::ShapeRef.new(shape: JobExecutionSettings, location_name: "JobExecutionSettings"))
698
708
  StartTranscriptionJobRequest.add_member(:content_redaction, Shapes::ShapeRef.new(shape: ContentRedaction, location_name: "ContentRedaction"))
699
709
  StartTranscriptionJobRequest.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
710
+ StartTranscriptionJobRequest.add_member(:identify_multiple_languages, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyMultipleLanguages"))
700
711
  StartTranscriptionJobRequest.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
701
712
  StartTranscriptionJobRequest.add_member(:subtitles, Shapes::ShapeRef.new(shape: Subtitles, location_name: "Subtitles"))
702
713
  StartTranscriptionJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
@@ -713,10 +724,12 @@ module Aws::TranscribeService
713
724
  SubtitleFormats.member = Shapes::ShapeRef.new(shape: SubtitleFormat)
714
725
 
715
726
  Subtitles.add_member(:formats, Shapes::ShapeRef.new(shape: SubtitleFormats, location_name: "Formats"))
727
+ Subtitles.add_member(:output_start_index, Shapes::ShapeRef.new(shape: SubtitleOutputStartIndex, location_name: "OutputStartIndex"))
716
728
  Subtitles.struct_class = Types::Subtitles
717
729
 
718
730
  SubtitlesOutput.add_member(:formats, Shapes::ShapeRef.new(shape: SubtitleFormats, location_name: "Formats"))
719
731
  SubtitlesOutput.add_member(:subtitle_file_uris, Shapes::ShapeRef.new(shape: SubtitleFileUris, location_name: "SubtitleFileUris"))
732
+ SubtitlesOutput.add_member(:output_start_index, Shapes::ShapeRef.new(shape: SubtitleOutputStartIndex, location_name: "OutputStartIndex"))
720
733
  SubtitlesOutput.struct_class = Types::SubtitlesOutput
721
734
 
722
735
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
@@ -761,8 +774,10 @@ module Aws::TranscribeService
761
774
  TranscriptionJob.add_member(:job_execution_settings, Shapes::ShapeRef.new(shape: JobExecutionSettings, location_name: "JobExecutionSettings"))
762
775
  TranscriptionJob.add_member(:content_redaction, Shapes::ShapeRef.new(shape: ContentRedaction, location_name: "ContentRedaction"))
763
776
  TranscriptionJob.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
777
+ TranscriptionJob.add_member(:identify_multiple_languages, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyMultipleLanguages"))
764
778
  TranscriptionJob.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
765
779
  TranscriptionJob.add_member(:identified_language_score, Shapes::ShapeRef.new(shape: IdentifiedLanguageScore, location_name: "IdentifiedLanguageScore"))
780
+ TranscriptionJob.add_member(:language_codes, Shapes::ShapeRef.new(shape: LanguageCodeList, location_name: "LanguageCodes"))
766
781
  TranscriptionJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
767
782
  TranscriptionJob.add_member(:subtitles, Shapes::ShapeRef.new(shape: SubtitlesOutput, location_name: "Subtitles"))
768
783
  TranscriptionJob.add_member(:language_id_settings, Shapes::ShapeRef.new(shape: LanguageIdSettingsMap, location_name: "LanguageIdSettings"))
@@ -781,7 +796,9 @@ module Aws::TranscribeService
781
796
  TranscriptionJobSummary.add_member(:content_redaction, Shapes::ShapeRef.new(shape: ContentRedaction, location_name: "ContentRedaction"))
782
797
  TranscriptionJobSummary.add_member(:model_settings, Shapes::ShapeRef.new(shape: ModelSettings, location_name: "ModelSettings"))
783
798
  TranscriptionJobSummary.add_member(:identify_language, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyLanguage"))
799
+ TranscriptionJobSummary.add_member(:identify_multiple_languages, Shapes::ShapeRef.new(shape: Boolean, location_name: "IdentifyMultipleLanguages"))
784
800
  TranscriptionJobSummary.add_member(:identified_language_score, Shapes::ShapeRef.new(shape: IdentifiedLanguageScore, location_name: "IdentifiedLanguageScore"))
801
+ TranscriptionJobSummary.add_member(:language_codes, Shapes::ShapeRef.new(shape: LanguageCodeList, location_name: "LanguageCodes"))
785
802
  TranscriptionJobSummary.struct_class = Types::TranscriptionJobSummary
786
803
 
787
804
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TranscribeArn, required: true, location_name: "ResourceArn"))
@@ -799,7 +816,7 @@ module Aws::TranscribeService
799
816
 
800
817
  UpdateMedicalVocabularyRequest.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, required: true, location_name: "VocabularyName"))
801
818
  UpdateMedicalVocabularyRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, required: true, location_name: "LanguageCode"))
802
- UpdateMedicalVocabularyRequest.add_member(:vocabulary_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "VocabularyFileUri"))
819
+ UpdateMedicalVocabularyRequest.add_member(:vocabulary_file_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "VocabularyFileUri"))
803
820
  UpdateMedicalVocabularyRequest.struct_class = Types::UpdateMedicalVocabularyRequest
804
821
 
805
822
  UpdateMedicalVocabularyResponse.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, location_name: "VocabularyName"))