aws-sdk-transcribeservice 1.92.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')
@@ -351,6 +369,9 @@ module Aws::TranscribeService
351
369
  DeleteLanguageModelRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
352
370
  DeleteLanguageModelRequest.struct_class = Types::DeleteLanguageModelRequest
353
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
+
354
375
  DeleteMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
355
376
  DeleteMedicalTranscriptionJobRequest.struct_class = Types::DeleteMedicalTranscriptionJobRequest
356
377
 
@@ -384,6 +405,12 @@ module Aws::TranscribeService
384
405
  GetCallAnalyticsJobResponse.add_member(:call_analytics_job, Shapes::ShapeRef.new(shape: CallAnalyticsJob, location_name: "CallAnalyticsJob"))
385
406
  GetCallAnalyticsJobResponse.struct_class = Types::GetCallAnalyticsJobResponse
386
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
+
387
414
  GetMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
388
415
  GetMedicalTranscriptionJobRequest.struct_class = Types::GetMedicalTranscriptionJobRequest
389
416
 
@@ -508,6 +535,17 @@ module Aws::TranscribeService
508
535
  ListLanguageModelsResponse.add_member(:models, Shapes::ShapeRef.new(shape: Models, location_name: "Models"))
509
536
  ListLanguageModelsResponse.struct_class = Types::ListLanguageModelsResponse
510
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
+
511
549
  ListMedicalTranscriptionJobsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TranscriptionJobStatus, location_name: "Status"))
512
550
  ListMedicalTranscriptionJobsRequest.add_member(:job_name_contains, Shapes::ShapeRef.new(shape: TranscriptionJobName, location_name: "JobNameContains"))
513
551
  ListMedicalTranscriptionJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
@@ -572,6 +610,50 @@ module Aws::TranscribeService
572
610
  Media.add_member(:redacted_media_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "RedactedMediaFileUri"))
573
611
  Media.struct_class = Types::Media
574
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
+
575
657
  MedicalTranscript.add_member(:transcript_file_uri, Shapes::ShapeRef.new(shape: Uri, location_name: "TranscriptFileUri"))
576
658
  MedicalTranscript.struct_class = Types::MedicalTranscript
577
659
 
@@ -685,6 +767,20 @@ module Aws::TranscribeService
685
767
  StartCallAnalyticsJobResponse.add_member(:call_analytics_job, Shapes::ShapeRef.new(shape: CallAnalyticsJob, location_name: "CallAnalyticsJob"))
686
768
  StartCallAnalyticsJobResponse.struct_class = Types::StartCallAnalyticsJobResponse
687
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
+
688
784
  StartMedicalTranscriptionJobRequest.add_member(:medical_transcription_job_name, Shapes::ShapeRef.new(shape: TranscriptionJobName, required: true, location_name: "MedicalTranscriptionJobName"))
689
785
  StartMedicalTranscriptionJobRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, required: true, location_name: "LanguageCode"))
690
786
  StartMedicalTranscriptionJobRequest.add_member(:media_sample_rate_hertz, Shapes::ShapeRef.new(shape: MedicalMediaSampleRateHertz, location_name: "MediaSampleRateHertz"))
@@ -1004,6 +1100,17 @@ module Aws::TranscribeService
1004
1100
  o.errors << Shapes::ShapeRef.new(shape: InternalFailureException)
1005
1101
  end)
1006
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
+
1007
1114
  api.add_operation(:delete_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1008
1115
  o.name = "DeleteMedicalTranscriptionJob"
1009
1116
  o.http_method = "POST"
@@ -1098,6 +1205,18 @@ module Aws::TranscribeService
1098
1205
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1099
1206
  end)
1100
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
+
1101
1220
  api.add_operation(:get_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1102
1221
  o.name = "GetMedicalTranscriptionJob"
1103
1222
  o.http_method = "POST"
@@ -1209,6 +1328,23 @@ module Aws::TranscribeService
1209
1328
  )
1210
1329
  end)
1211
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
+
1212
1348
  api.add_operation(:list_medical_transcription_jobs, Seahorse::Model::Operation.new.tap do |o|
1213
1349
  o.name = "ListMedicalTranscriptionJobs"
1214
1350
  o.http_method = "POST"
@@ -1318,6 +1454,18 @@ module Aws::TranscribeService
1318
1454
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1319
1455
  end)
1320
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
+
1321
1469
  api.add_operation(:start_medical_transcription_job, Seahorse::Model::Operation.new.tap do |o|
1322
1470
  o.name = "StartMedicalTranscriptionJob"
1323
1471
  o.http_method = "POST"
@@ -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