aws-sdk-transcribeservice 1.91.0 → 1.93.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.
@@ -49,6 +49,7 @@ module Aws::TranscribeService
49
49
  DeleteCallAnalyticsJobRequest = Shapes::StructureShape.new(name: 'DeleteCallAnalyticsJobRequest')
50
50
  DeleteCallAnalyticsJobResponse = Shapes::StructureShape.new(name: 'DeleteCallAnalyticsJobResponse')
51
51
  DeleteLanguageModelRequest = Shapes::StructureShape.new(name: 'DeleteLanguageModelRequest')
52
+ DeleteMedicalScribeJobRequest = Shapes::StructureShape.new(name: 'DeleteMedicalScribeJobRequest')
52
53
  DeleteMedicalTranscriptionJobRequest = Shapes::StructureShape.new(name: 'DeleteMedicalTranscriptionJobRequest')
53
54
  DeleteMedicalVocabularyRequest = Shapes::StructureShape.new(name: 'DeleteMedicalVocabularyRequest')
54
55
  DeleteTranscriptionJobRequest = Shapes::StructureShape.new(name: 'DeleteTranscriptionJobRequest')
@@ -62,6 +63,8 @@ module Aws::TranscribeService
62
63
  GetCallAnalyticsCategoryResponse = Shapes::StructureShape.new(name: 'GetCallAnalyticsCategoryResponse')
63
64
  GetCallAnalyticsJobRequest = Shapes::StructureShape.new(name: 'GetCallAnalyticsJobRequest')
64
65
  GetCallAnalyticsJobResponse = Shapes::StructureShape.new(name: 'GetCallAnalyticsJobResponse')
66
+ GetMedicalScribeJobRequest = Shapes::StructureShape.new(name: 'GetMedicalScribeJobRequest')
67
+ GetMedicalScribeJobResponse = Shapes::StructureShape.new(name: 'GetMedicalScribeJobResponse')
65
68
  GetMedicalTranscriptionJobRequest = Shapes::StructureShape.new(name: 'GetMedicalTranscriptionJobRequest')
66
69
  GetMedicalTranscriptionJobResponse = Shapes::StructureShape.new(name: 'GetMedicalTranscriptionJobResponse')
67
70
  GetMedicalVocabularyRequest = Shapes::StructureShape.new(name: 'GetMedicalVocabularyRequest')
@@ -94,6 +97,8 @@ module Aws::TranscribeService
94
97
  ListCallAnalyticsJobsResponse = Shapes::StructureShape.new(name: 'ListCallAnalyticsJobsResponse')
95
98
  ListLanguageModelsRequest = Shapes::StructureShape.new(name: 'ListLanguageModelsRequest')
96
99
  ListLanguageModelsResponse = Shapes::StructureShape.new(name: 'ListLanguageModelsResponse')
100
+ ListMedicalScribeJobsRequest = Shapes::StructureShape.new(name: 'ListMedicalScribeJobsRequest')
101
+ ListMedicalScribeJobsResponse = Shapes::StructureShape.new(name: 'ListMedicalScribeJobsResponse')
97
102
  ListMedicalTranscriptionJobsRequest = Shapes::StructureShape.new(name: 'ListMedicalTranscriptionJobsRequest')
98
103
  ListMedicalTranscriptionJobsResponse = Shapes::StructureShape.new(name: 'ListMedicalTranscriptionJobsResponse')
99
104
  ListMedicalVocabulariesRequest = Shapes::StructureShape.new(name: 'ListMedicalVocabulariesRequest')
@@ -114,6 +119,17 @@ module Aws::TranscribeService
114
119
  MediaSampleRateHertz = Shapes::IntegerShape.new(name: 'MediaSampleRateHertz')
115
120
  MedicalContentIdentificationType = Shapes::StringShape.new(name: 'MedicalContentIdentificationType')
116
121
  MedicalMediaSampleRateHertz = Shapes::IntegerShape.new(name: 'MedicalMediaSampleRateHertz')
122
+ MedicalScribeChannelDefinition = Shapes::StructureShape.new(name: 'MedicalScribeChannelDefinition')
123
+ MedicalScribeChannelDefinitions = Shapes::ListShape.new(name: 'MedicalScribeChannelDefinitions')
124
+ MedicalScribeChannelId = Shapes::IntegerShape.new(name: 'MedicalScribeChannelId')
125
+ MedicalScribeJob = Shapes::StructureShape.new(name: 'MedicalScribeJob')
126
+ MedicalScribeJobStatus = Shapes::StringShape.new(name: 'MedicalScribeJobStatus')
127
+ MedicalScribeJobSummaries = Shapes::ListShape.new(name: 'MedicalScribeJobSummaries')
128
+ MedicalScribeJobSummary = Shapes::StructureShape.new(name: 'MedicalScribeJobSummary')
129
+ MedicalScribeLanguageCode = Shapes::StringShape.new(name: 'MedicalScribeLanguageCode')
130
+ MedicalScribeOutput = Shapes::StructureShape.new(name: 'MedicalScribeOutput')
131
+ MedicalScribeParticipantRole = Shapes::StringShape.new(name: 'MedicalScribeParticipantRole')
132
+ MedicalScribeSettings = Shapes::StructureShape.new(name: 'MedicalScribeSettings')
117
133
  MedicalTranscript = Shapes::StructureShape.new(name: 'MedicalTranscript')
118
134
  MedicalTranscriptionJob = Shapes::StructureShape.new(name: 'MedicalTranscriptionJob')
119
135
  MedicalTranscriptionJobSummaries = Shapes::ListShape.new(name: 'MedicalTranscriptionJobSummaries')
@@ -148,6 +164,8 @@ module Aws::TranscribeService
148
164
  Specialty = Shapes::StringShape.new(name: 'Specialty')
149
165
  StartCallAnalyticsJobRequest = Shapes::StructureShape.new(name: 'StartCallAnalyticsJobRequest')
150
166
  StartCallAnalyticsJobResponse = Shapes::StructureShape.new(name: 'StartCallAnalyticsJobResponse')
167
+ StartMedicalScribeJobRequest = Shapes::StructureShape.new(name: 'StartMedicalScribeJobRequest')
168
+ StartMedicalScribeJobResponse = Shapes::StructureShape.new(name: 'StartMedicalScribeJobResponse')
151
169
  StartMedicalTranscriptionJobRequest = Shapes::StructureShape.new(name: 'StartMedicalTranscriptionJobRequest')
152
170
  StartMedicalTranscriptionJobResponse = Shapes::StructureShape.new(name: 'StartMedicalTranscriptionJobResponse')
153
171
  StartTranscriptionJobRequest = Shapes::StructureShape.new(name: 'StartTranscriptionJobRequest')
@@ -160,6 +178,7 @@ module Aws::TranscribeService
160
178
  SubtitleOutputStartIndex = Shapes::IntegerShape.new(name: 'SubtitleOutputStartIndex')
161
179
  Subtitles = Shapes::StructureShape.new(name: 'Subtitles')
162
180
  SubtitlesOutput = Shapes::StructureShape.new(name: 'SubtitlesOutput')
181
+ Summarization = Shapes::StructureShape.new(name: 'Summarization')
163
182
  Tag = Shapes::StructureShape.new(name: 'Tag')
164
183
  TagKey = Shapes::StringShape.new(name: 'TagKey')
165
184
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
@@ -237,6 +256,7 @@ module Aws::TranscribeService
237
256
  CallAnalyticsJobSettings.add_member(:content_redaction, Shapes::ShapeRef.new(shape: ContentRedaction, location_name: "ContentRedaction"))
238
257
  CallAnalyticsJobSettings.add_member(:language_options, Shapes::ShapeRef.new(shape: LanguageOptions, location_name: "LanguageOptions"))
239
258
  CallAnalyticsJobSettings.add_member(:language_id_settings, Shapes::ShapeRef.new(shape: LanguageIdSettingsMap, location_name: "LanguageIdSettings"))
259
+ CallAnalyticsJobSettings.add_member(:summarization, Shapes::ShapeRef.new(shape: Summarization, location_name: "Summarization"))
240
260
  CallAnalyticsJobSettings.struct_class = Types::CallAnalyticsJobSettings
241
261
 
242
262
  CallAnalyticsJobSummaries.member = Shapes::ShapeRef.new(shape: CallAnalyticsJobSummary)
@@ -349,6 +369,9 @@ module Aws::TranscribeService
349
369
  DeleteLanguageModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
350
370
  DeleteLanguageModelRequest.struct_class = Types::DeleteLanguageModelRequest
351
371
 
372
+ DeleteMedicalScribeJobRequest.add_member(:medical_scribe_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalScribeJobName"))
373
+ DeleteMedicalScribeJobRequest.struct_class = Types::DeleteMedicalScribeJobRequest
374
+
352
375
  DeleteMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
353
376
  DeleteMedicalTranscriptionJobRequest.struct_class = Types::DeleteMedicalTranscriptionJobRequest
354
377
 
@@ -382,6 +405,12 @@ module Aws::TranscribeService
382
405
  GetCallAnalyticsJobResponse.add_member(:call_analytics_job, Shapes::ShapeRef.new(shape: CallAnalyticsJob, location_name: "CallAnalyticsJob"))
383
406
  GetCallAnalyticsJobResponse.struct_class = Types::GetCallAnalyticsJobResponse
384
407
 
408
+ GetMedicalScribeJobRequest.add_member(:medical_scribe_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalScribeJobName"))
409
+ GetMedicalScribeJobRequest.struct_class = Types::GetMedicalScribeJobRequest
410
+
411
+ GetMedicalScribeJobResponse.add_member(:medical_scribe_job, Shapes::ShapeRef.new(shape: MedicalScribeJob, location_name: "MedicalScribeJob"))
412
+ GetMedicalScribeJobResponse.struct_class = Types::GetMedicalScribeJobResponse
413
+
385
414
  GetMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
386
415
  GetMedicalTranscriptionJobRequest.struct_class = Types::GetMedicalTranscriptionJobRequest
387
416
 
@@ -506,6 +535,17 @@ module Aws::TranscribeService
506
535
  ListLanguageModelsResponse.add_member(:models, Shapes::ShapeRef.new(shape: Models, location_name: "Models"))
507
536
  ListLanguageModelsResponse.struct_class = Types::ListLanguageModelsResponse
508
537
 
538
+ ListMedicalScribeJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: MedicalScribeJobStatus, location_name: "Status"))
539
+ ListMedicalScribeJobsRequest.add_member(:job_name_contains, Shapes::ShapeRef.new(shape: TranscriptionJobName, location_name: "JobNameContains"))
540
+ ListMedicalScribeJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
541
+ ListMedicalScribeJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
542
+ ListMedicalScribeJobsRequest.struct_class = Types::ListMedicalScribeJobsRequest
543
+
544
+ ListMedicalScribeJobsResponse.add_member(:status, Shapes::ShapeRef.new(shape: MedicalScribeJobStatus, location_name: "Status"))
545
+ ListMedicalScribeJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
546
+ ListMedicalScribeJobsResponse.add_member(:medical_scribe_job_summaries, Shapes::ShapeRef.new(shape: MedicalScribeJobSummaries, location_name: "MedicalScribeJobSummaries"))
547
+ ListMedicalScribeJobsResponse.struct_class = Types::ListMedicalScribeJobsResponse
548
+
509
549
  ListMedicalTranscriptionJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TranscriptionJobStatus, location_name: "Status"))
510
550
  ListMedicalTranscriptionJobsRequest.add_member(:job_name_contains, Shapes::ShapeRef.new(shape: TranscriptionJobName, location_name: "JobNameContains"))
511
551
  ListMedicalTranscriptionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -570,6 +610,50 @@ module Aws::TranscribeService
570
610
  Media.add_member(:redacted_media_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "RedactedMediaFileUri"))
571
611
  Media.struct_class = Types::Media
572
612
 
613
+ MedicalScribeChannelDefinition.add_member(:channel_id, Shapes::ShapeRef.new(shape: MedicalScribeChannelId, required: true, location_name: "ChannelId"))
614
+ MedicalScribeChannelDefinition.add_member(:participant_role, Shapes::ShapeRef.new(shape: MedicalScribeParticipantRole, required: true, location_name: "ParticipantRole"))
615
+ MedicalScribeChannelDefinition.struct_class = Types::MedicalScribeChannelDefinition
616
+
617
+ MedicalScribeChannelDefinitions.member = Shapes::ShapeRef.new(shape: MedicalScribeChannelDefinition)
618
+
619
+ MedicalScribeJob.add_member(:medical_scribe_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, location_name: "MedicalScribeJobName"))
620
+ MedicalScribeJob.add_member(:medical_scribe_job_status, Shapes::ShapeRef.new(shape: MedicalScribeJobStatus, location_name: "MedicalScribeJobStatus"))
621
+ MedicalScribeJob.add_member(:language_code, Shapes::ShapeRef.new(shape: MedicalScribeLanguageCode, location_name: "LanguageCode"))
622
+ MedicalScribeJob.add_member(:media, Shapes::ShapeRef.new(shape: Media, location_name: "Media"))
623
+ MedicalScribeJob.add_member(:medical_scribe_output, Shapes::ShapeRef.new(shape: MedicalScribeOutput, location_name: "MedicalScribeOutput"))
624
+ MedicalScribeJob.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
625
+ MedicalScribeJob.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreationTime"))
626
+ MedicalScribeJob.add_member(:completion_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CompletionTime"))
627
+ MedicalScribeJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
628
+ MedicalScribeJob.add_member(:settings, Shapes::ShapeRef.new(shape: MedicalScribeSettings, location_name: "Settings"))
629
+ MedicalScribeJob.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, location_name: "DataAccessRoleArn"))
630
+ MedicalScribeJob.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: MedicalScribeChannelDefinitions, location_name: "ChannelDefinitions"))
631
+ MedicalScribeJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
632
+ MedicalScribeJob.struct_class = Types::MedicalScribeJob
633
+
634
+ MedicalScribeJobSummaries.member = Shapes::ShapeRef.new(shape: MedicalScribeJobSummary)
635
+
636
+ MedicalScribeJobSummary.add_member(:medical_scribe_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, location_name: "MedicalScribeJobName"))
637
+ MedicalScribeJobSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreationTime"))
638
+ MedicalScribeJobSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
639
+ MedicalScribeJobSummary.add_member(:completion_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "CompletionTime"))
640
+ MedicalScribeJobSummary.add_member(:language_code, Shapes::ShapeRef.new(shape: MedicalScribeLanguageCode, location_name: "LanguageCode"))
641
+ MedicalScribeJobSummary.add_member(:medical_scribe_job_status, Shapes::ShapeRef.new(shape: MedicalScribeJobStatus, location_name: "MedicalScribeJobStatus"))
642
+ MedicalScribeJobSummary.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
643
+ MedicalScribeJobSummary.struct_class = Types::MedicalScribeJobSummary
644
+
645
+ MedicalScribeOutput.add_member(:transcript_file_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "TranscriptFileUri"))
646
+ MedicalScribeOutput.add_member(:clinical_document_uri, Shapes::ShapeRef.new(shape: Uri, required: true, location_name: "ClinicalDocumentUri"))
647
+ MedicalScribeOutput.struct_class = Types::MedicalScribeOutput
648
+
649
+ MedicalScribeSettings.add_member(:show_speaker_labels, Shapes::ShapeRef.new(shape: Boolean, location_name: "ShowSpeakerLabels"))
650
+ MedicalScribeSettings.add_member(:max_speaker_labels, Shapes::ShapeRef.new(shape: MaxSpeakers, location_name: "MaxSpeakerLabels"))
651
+ MedicalScribeSettings.add_member(:channel_identification, Shapes::ShapeRef.new(shape: Boolean, location_name: "ChannelIdentification"))
652
+ MedicalScribeSettings.add_member(:vocabulary_name, Shapes::ShapeRef.new(shape: VocabularyName, location_name: "VocabularyName"))
653
+ MedicalScribeSettings.add_member(:vocabulary_filter_name, Shapes::ShapeRef.new(shape: VocabularyFilterName, location_name: "VocabularyFilterName"))
654
+ MedicalScribeSettings.add_member(:vocabulary_filter_method, Shapes::ShapeRef.new(shape: VocabularyFilterMethod, location_name: "VocabularyFilterMethod"))
655
+ MedicalScribeSettings.struct_class = Types::MedicalScribeSettings
656
+
573
657
  MedicalTranscript.add_member(:transcript_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "TranscriptFileUri"))
574
658
  MedicalTranscript.struct_class = Types::MedicalTranscript
575
659
 
@@ -683,6 +767,20 @@ module Aws::TranscribeService
683
767
  StartCallAnalyticsJobResponse.add_member(:call_analytics_job, Shapes::ShapeRef.new(shape: CallAnalyticsJob, location_name: "CallAnalyticsJob"))
684
768
  StartCallAnalyticsJobResponse.struct_class = Types::StartCallAnalyticsJobResponse
685
769
 
770
+ StartMedicalScribeJobRequest.add_member(:medical_scribe_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalScribeJobName"))
771
+ StartMedicalScribeJobRequest.add_member(:media, Shapes::ShapeRef.new(shape: Media, required: true, location_name: "Media"))
772
+ StartMedicalScribeJobRequest.add_member(:output_bucket_name, Shapes::ShapeRef.new(shape: OutputBucketName, required: true, location_name: "OutputBucketName"))
773
+ StartMedicalScribeJobRequest.add_member(:output_encryption_kms_key_id, Shapes::ShapeRef.new(shape: KMSKeyId, location_name: "OutputEncryptionKMSKeyId"))
774
+ StartMedicalScribeJobRequest.add_member(:kms_encryption_context, Shapes::ShapeRef.new(shape: KMSEncryptionContextMap, location_name: "KMSEncryptionContext"))
775
+ StartMedicalScribeJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: DataAccessRoleArn, required: true, location_name: "DataAccessRoleArn"))
776
+ StartMedicalScribeJobRequest.add_member(:settings, Shapes::ShapeRef.new(shape: MedicalScribeSettings, required: true, location_name: "Settings"))
777
+ StartMedicalScribeJobRequest.add_member(:channel_definitions, Shapes::ShapeRef.new(shape: MedicalScribeChannelDefinitions, location_name: "ChannelDefinitions"))
778
+ StartMedicalScribeJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
779
+ StartMedicalScribeJobRequest.struct_class = Types::StartMedicalScribeJobRequest
780
+
781
+ StartMedicalScribeJobResponse.add_member(:medical_scribe_job, Shapes::ShapeRef.new(shape: MedicalScribeJob, location_name: "MedicalScribeJob"))
782
+ StartMedicalScribeJobResponse.struct_class = Types::StartMedicalScribeJobResponse
783
+
686
784
  StartMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
687
785
  StartMedicalTranscriptionJobRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, required: true, location_name: "LanguageCode"))
688
786
  StartMedicalTranscriptionJobRequest.add_member(:media_sample_rate_hertz, Shapes::ShapeRef.new(shape: MedicalMediaSampleRateHertz, location_name: "MediaSampleRateHertz"))
@@ -742,6 +840,9 @@ module Aws::TranscribeService
742
840
  SubtitlesOutput.add_member(:output_start_index, Shapes::ShapeRef.new(shape: SubtitleOutputStartIndex, location_name: "OutputStartIndex"))
743
841
  SubtitlesOutput.struct_class = Types::SubtitlesOutput
744
842
 
843
+ Summarization.add_member(:generate_abstractive_summary, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "GenerateAbstractiveSummary"))
844
+ Summarization.struct_class = Types::Summarization
845
+
745
846
  Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
746
847
  Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
747
848
  Tag.struct_class = Types::Tag
@@ -999,6 +1100,17 @@ module Aws::TranscribeService
999
1100
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1000
1101
  end)
1001
1102
 
1103
+ api.add_operation(:delete_medical_scribe_job, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "DeleteMedicalScribeJob"
1105
+ o.http_method = "POST"
1106
+ o.http_request_uri = "/"
1107
+ o.input = Shapes::ShapeRef.new(shape: DeleteMedicalScribeJobRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1109
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1112
+ end)
1113
+
1002
1114
  api.add_operation(:delete_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1003
1115
  o.name = "DeleteMedicalTranscriptionJob"
1004
1116
  o.http_method = "POST"
@@ -1093,6 +1205,18 @@ module Aws::TranscribeService
1093
1205
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1094
1206
  end)
1095
1207
 
1208
+ api.add_operation(:get_medical_scribe_job, Seahorse::Model::Operation.new.tap do |o|
1209
+ o.name = "GetMedicalScribeJob"
1210
+ o.http_method = "POST"
1211
+ o.http_request_uri = "/"
1212
+ o.input = Shapes::ShapeRef.new(shape: GetMedicalScribeJobRequest)
1213
+ o.output = Shapes::ShapeRef.new(shape: GetMedicalScribeJobResponse)
1214
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1215
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1216
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1217
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1218
+ end)
1219
+
1096
1220
  api.add_operation(:get_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1097
1221
  o.name = "GetMedicalTranscriptionJob"
1098
1222
  o.http_method = "POST"
@@ -1204,6 +1328,23 @@ module Aws::TranscribeService
1204
1328
  )
1205
1329
  end)
1206
1330
 
1331
+ api.add_operation(:list_medical_scribe_jobs, Seahorse::Model::Operation.new.tap do |o|
1332
+ o.name = "ListMedicalScribeJobs"
1333
+ o.http_method = "POST"
1334
+ o.http_request_uri = "/"
1335
+ o.input = Shapes::ShapeRef.new(shape: ListMedicalScribeJobsRequest)
1336
+ o.output = Shapes::ShapeRef.new(shape: ListMedicalScribeJobsResponse)
1337
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1339
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1340
+ o[:pager] = Aws::Pager.new(
1341
+ limit_key: "max_results",
1342
+ tokens: {
1343
+ "next_token" => "next_token"
1344
+ }
1345
+ )
1346
+ end)
1347
+
1207
1348
  api.add_operation(:list_medical_transcription_jobs, Seahorse::Model::Operation.new.tap do |o|
1208
1349
  o.name = "ListMedicalTranscriptionJobs"
1209
1350
  o.http_method = "POST"
@@ -1313,6 +1454,18 @@ module Aws::TranscribeService
1313
1454
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1314
1455
  end)
1315
1456
 
1457
+ api.add_operation(:start_medical_scribe_job, Seahorse::Model::Operation.new.tap do |o|
1458
+ o.name = "StartMedicalScribeJob"
1459
+ o.http_method = "POST"
1460
+ o.http_request_uri = "/"
1461
+ o.input = Shapes::ShapeRef.new(shape: StartMedicalScribeJobRequest)
1462
+ o.output = Shapes::ShapeRef.new(shape: StartMedicalScribeJobResponse)
1463
+ o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1464
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1465
+ o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1466
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1467
+ end)
1468
+
1316
1469
  api.add_operation(:start_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1317
1470
  o.name = "StartMedicalTranscriptionJob"
1318
1471
  o.http_method = "POST"
@@ -32,11 +32,11 @@ module Aws::TranscribeService
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- if Aws::Endpoints::Matchers.string_equals?("aws", Aws::Endpoints::Matchers.attr(partition_result, "name"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws")
37
37
  return Aws::Endpoints::Endpoint.new(url: "https://fips.transcribe.#{region}.amazonaws.com", headers: {}, properties: {})
38
38
  end
39
- if Aws::Endpoints::Matchers.string_equals?("aws-us-gov", Aws::Endpoints::Matchers.attr(partition_result, "name"))
39
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-us-gov")
40
40
  return Aws::Endpoints::Endpoint.new(url: "https://fips.transcribe.#{region}.amazonaws.com", headers: {}, properties: {})
41
41
  end
42
42
  return Aws::Endpoints::Endpoint.new(url: "https://transcribe-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
@@ -124,6 +124,20 @@ module Aws::TranscribeService
124
124
  end
125
125
  end
126
126
 
127
+ class DeleteMedicalScribeJob
128
+ def self.build(context)
129
+ unless context.config.regional_endpoint
130
+ endpoint = context.config.endpoint.to_s
131
+ end
132
+ Aws::TranscribeService::EndpointParameters.new(
133
+ region: context.config.region,
134
+ use_dual_stack: context.config.use_dualstack_endpoint,
135
+ use_fips: context.config.use_fips_endpoint,
136
+ endpoint: endpoint,
137
+ )
138
+ end
139
+ end
140
+
127
141
  class DeleteMedicalTranscriptionJob
128
142
  def self.build(context)
129
143
  unless context.config.regional_endpoint
@@ -236,6 +250,20 @@ module Aws::TranscribeService
236
250
  end
237
251
  end
238
252
 
253
+ class GetMedicalScribeJob
254
+ def self.build(context)
255
+ unless context.config.regional_endpoint
256
+ endpoint = context.config.endpoint.to_s
257
+ end
258
+ Aws::TranscribeService::EndpointParameters.new(
259
+ region: context.config.region,
260
+ use_dual_stack: context.config.use_dualstack_endpoint,
261
+ use_fips: context.config.use_fips_endpoint,
262
+ endpoint: endpoint,
263
+ )
264
+ end
265
+ end
266
+
239
267
  class GetMedicalTranscriptionJob
240
268
  def self.build(context)
241
269
  unless context.config.regional_endpoint
@@ -348,6 +376,20 @@ module Aws::TranscribeService
348
376
  end
349
377
  end
350
378
 
379
+ class ListMedicalScribeJobs
380
+ def self.build(context)
381
+ unless context.config.regional_endpoint
382
+ endpoint = context.config.endpoint.to_s
383
+ end
384
+ Aws::TranscribeService::EndpointParameters.new(
385
+ region: context.config.region,
386
+ use_dual_stack: context.config.use_dualstack_endpoint,
387
+ use_fips: context.config.use_fips_endpoint,
388
+ endpoint: endpoint,
389
+ )
390
+ end
391
+ end
392
+
351
393
  class ListMedicalTranscriptionJobs
352
394
  def self.build(context)
353
395
  unless context.config.regional_endpoint
@@ -446,6 +488,20 @@ module Aws::TranscribeService
446
488
  end
447
489
  end
448
490
 
491
+ class StartMedicalScribeJob
492
+ def self.build(context)
493
+ unless context.config.regional_endpoint
494
+ endpoint = context.config.endpoint.to_s
495
+ end
496
+ Aws::TranscribeService::EndpointParameters.new(
497
+ region: context.config.region,
498
+ use_dual_stack: context.config.use_dualstack_endpoint,
499
+ use_fips: context.config.use_fips_endpoint,
500
+ endpoint: endpoint,
501
+ )
502
+ end
503
+ end
504
+
449
505
  class StartMedicalTranscriptionJob
450
506
  def self.build(context)
451
507
  unless context.config.regional_endpoint
@@ -72,6 +72,8 @@ module Aws::TranscribeService
72
72
  Aws::TranscribeService::Endpoints::DeleteCallAnalyticsJob.build(context)
73
73
  when :delete_language_model
74
74
  Aws::TranscribeService::Endpoints::DeleteLanguageModel.build(context)
75
+ when :delete_medical_scribe_job
76
+ Aws::TranscribeService::Endpoints::DeleteMedicalScribeJob.build(context)
75
77
  when :delete_medical_transcription_job
76
78
  Aws::TranscribeService::Endpoints::DeleteMedicalTranscriptionJob.build(context)
77
79
  when :delete_medical_vocabulary
@@ -88,6 +90,8 @@ module Aws::TranscribeService
88
90
  Aws::TranscribeService::Endpoints::GetCallAnalyticsCategory.build(context)
89
91
  when :get_call_analytics_job
90
92
  Aws::TranscribeService::Endpoints::GetCallAnalyticsJob.build(context)
93
+ when :get_medical_scribe_job
94
+ Aws::TranscribeService::Endpoints::GetMedicalScribeJob.build(context)
91
95
  when :get_medical_transcription_job
92
96
  Aws::TranscribeService::Endpoints::GetMedicalTranscriptionJob.build(context)
93
97
  when :get_medical_vocabulary
@@ -104,6 +108,8 @@ module Aws::TranscribeService
104
108
  Aws::TranscribeService::Endpoints::ListCallAnalyticsJobs.build(context)
105
109
  when :list_language_models
106
110
  Aws::TranscribeService::Endpoints::ListLanguageModels.build(context)
111
+ when :list_medical_scribe_jobs
112
+ Aws::TranscribeService::Endpoints::ListMedicalScribeJobs.build(context)
107
113
  when :list_medical_transcription_jobs
108
114
  Aws::TranscribeService::Endpoints::ListMedicalTranscriptionJobs.build(context)
109
115
  when :list_medical_vocabularies
@@ -118,6 +124,8 @@ module Aws::TranscribeService
118
124
  Aws::TranscribeService::Endpoints::ListVocabularyFilters.build(context)
119
125
  when :start_call_analytics_job
120
126
  Aws::TranscribeService::Endpoints::StartCallAnalyticsJob.build(context)
127
+ when :start_medical_scribe_job
128
+ Aws::TranscribeService::Endpoints::StartMedicalScribeJob.build(context)
121
129
  when :start_medical_transcription_job
122
130
  Aws::TranscribeService::Endpoints::StartMedicalTranscriptionJob.build(context)
123
131
  when :start_transcription_job