aws-sdk-comprehendmedical 1.32.0 → 1.33.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ module Aws::ComprehendMedical
18
18
  AttributeList = Shapes::ListShape.new(name: 'AttributeList')
19
19
  AttributeName = Shapes::StringShape.new(name: 'AttributeName')
20
20
  BoundedLengthString = Shapes::StringShape.new(name: 'BoundedLengthString')
21
+ Characters = Shapes::StructureShape.new(name: 'Characters')
21
22
  ClientRequestTokenString = Shapes::StringShape.new(name: 'ClientRequestTokenString')
22
23
  ComprehendMedicalAsyncJobFilter = Shapes::StructureShape.new(name: 'ComprehendMedicalAsyncJobFilter')
23
24
  ComprehendMedicalAsyncJobProperties = Shapes::StructureShape.new(name: 'ComprehendMedicalAsyncJobProperties')
@@ -30,6 +31,8 @@ module Aws::ComprehendMedical
30
31
  DescribePHIDetectionJobResponse = Shapes::StructureShape.new(name: 'DescribePHIDetectionJobResponse')
31
32
  DescribeRxNormInferenceJobRequest = Shapes::StructureShape.new(name: 'DescribeRxNormInferenceJobRequest')
32
33
  DescribeRxNormInferenceJobResponse = Shapes::StructureShape.new(name: 'DescribeRxNormInferenceJobResponse')
34
+ DescribeSNOMEDCTInferenceJobRequest = Shapes::StructureShape.new(name: 'DescribeSNOMEDCTInferenceJobRequest')
35
+ DescribeSNOMEDCTInferenceJobResponse = Shapes::StructureShape.new(name: 'DescribeSNOMEDCTInferenceJobResponse')
33
36
  DetectEntitiesRequest = Shapes::StructureShape.new(name: 'DetectEntitiesRequest')
34
37
  DetectEntitiesResponse = Shapes::StructureShape.new(name: 'DetectEntitiesResponse')
35
38
  DetectEntitiesV2Request = Shapes::StructureShape.new(name: 'DetectEntitiesV2Request')
@@ -59,6 +62,8 @@ module Aws::ComprehendMedical
59
62
  InferICD10CMResponse = Shapes::StructureShape.new(name: 'InferICD10CMResponse')
60
63
  InferRxNormRequest = Shapes::StructureShape.new(name: 'InferRxNormRequest')
61
64
  InferRxNormResponse = Shapes::StructureShape.new(name: 'InferRxNormResponse')
65
+ InferSNOMEDCTRequest = Shapes::StructureShape.new(name: 'InferSNOMEDCTRequest')
66
+ InferSNOMEDCTResponse = Shapes::StructureShape.new(name: 'InferSNOMEDCTResponse')
62
67
  InputDataConfig = Shapes::StructureShape.new(name: 'InputDataConfig')
63
68
  Integer = Shapes::IntegerShape.new(name: 'Integer')
64
69
  InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
@@ -77,6 +82,8 @@ module Aws::ComprehendMedical
77
82
  ListPHIDetectionJobsResponse = Shapes::StructureShape.new(name: 'ListPHIDetectionJobsResponse')
78
83
  ListRxNormInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListRxNormInferenceJobsRequest')
79
84
  ListRxNormInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListRxNormInferenceJobsResponse')
85
+ ListSNOMEDCTInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListSNOMEDCTInferenceJobsRequest')
86
+ ListSNOMEDCTInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListSNOMEDCTInferenceJobsResponse')
80
87
  ManifestFilePath = Shapes::StringShape.new(name: 'ManifestFilePath')
81
88
  MaxResultsInteger = Shapes::IntegerShape.new(name: 'MaxResultsInteger')
82
89
  ModelVersion = Shapes::StringShape.new(name: 'ModelVersion')
@@ -98,6 +105,20 @@ module Aws::ComprehendMedical
98
105
  RxNormTraitName = Shapes::StringShape.new(name: 'RxNormTraitName')
99
106
  S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
100
107
  S3Key = Shapes::StringShape.new(name: 'S3Key')
108
+ SNOMEDCTAttribute = Shapes::StructureShape.new(name: 'SNOMEDCTAttribute')
109
+ SNOMEDCTAttributeList = Shapes::ListShape.new(name: 'SNOMEDCTAttributeList')
110
+ SNOMEDCTAttributeType = Shapes::StringShape.new(name: 'SNOMEDCTAttributeType')
111
+ SNOMEDCTConcept = Shapes::StructureShape.new(name: 'SNOMEDCTConcept')
112
+ SNOMEDCTConceptList = Shapes::ListShape.new(name: 'SNOMEDCTConceptList')
113
+ SNOMEDCTDetails = Shapes::StructureShape.new(name: 'SNOMEDCTDetails')
114
+ SNOMEDCTEntity = Shapes::StructureShape.new(name: 'SNOMEDCTEntity')
115
+ SNOMEDCTEntityCategory = Shapes::StringShape.new(name: 'SNOMEDCTEntityCategory')
116
+ SNOMEDCTEntityList = Shapes::ListShape.new(name: 'SNOMEDCTEntityList')
117
+ SNOMEDCTEntityType = Shapes::StringShape.new(name: 'SNOMEDCTEntityType')
118
+ SNOMEDCTRelationshipType = Shapes::StringShape.new(name: 'SNOMEDCTRelationshipType')
119
+ SNOMEDCTTrait = Shapes::StructureShape.new(name: 'SNOMEDCTTrait')
120
+ SNOMEDCTTraitList = Shapes::ListShape.new(name: 'SNOMEDCTTraitList')
121
+ SNOMEDCTTraitName = Shapes::StringShape.new(name: 'SNOMEDCTTraitName')
101
122
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
102
123
  StartEntitiesDetectionV2JobRequest = Shapes::StructureShape.new(name: 'StartEntitiesDetectionV2JobRequest')
103
124
  StartEntitiesDetectionV2JobResponse = Shapes::StructureShape.new(name: 'StartEntitiesDetectionV2JobResponse')
@@ -107,6 +128,8 @@ module Aws::ComprehendMedical
107
128
  StartPHIDetectionJobResponse = Shapes::StructureShape.new(name: 'StartPHIDetectionJobResponse')
108
129
  StartRxNormInferenceJobRequest = Shapes::StructureShape.new(name: 'StartRxNormInferenceJobRequest')
109
130
  StartRxNormInferenceJobResponse = Shapes::StructureShape.new(name: 'StartRxNormInferenceJobResponse')
131
+ StartSNOMEDCTInferenceJobRequest = Shapes::StructureShape.new(name: 'StartSNOMEDCTInferenceJobRequest')
132
+ StartSNOMEDCTInferenceJobResponse = Shapes::StructureShape.new(name: 'StartSNOMEDCTInferenceJobResponse')
110
133
  StopEntitiesDetectionV2JobRequest = Shapes::StructureShape.new(name: 'StopEntitiesDetectionV2JobRequest')
111
134
  StopEntitiesDetectionV2JobResponse = Shapes::StructureShape.new(name: 'StopEntitiesDetectionV2JobResponse')
112
135
  StopICD10CMInferenceJobRequest = Shapes::StructureShape.new(name: 'StopICD10CMInferenceJobRequest')
@@ -115,6 +138,8 @@ module Aws::ComprehendMedical
115
138
  StopPHIDetectionJobResponse = Shapes::StructureShape.new(name: 'StopPHIDetectionJobResponse')
116
139
  StopRxNormInferenceJobRequest = Shapes::StructureShape.new(name: 'StopRxNormInferenceJobRequest')
117
140
  StopRxNormInferenceJobResponse = Shapes::StructureShape.new(name: 'StopRxNormInferenceJobResponse')
141
+ StopSNOMEDCTInferenceJobRequest = Shapes::StructureShape.new(name: 'StopSNOMEDCTInferenceJobRequest')
142
+ StopSNOMEDCTInferenceJobResponse = Shapes::StructureShape.new(name: 'StopSNOMEDCTInferenceJobResponse')
118
143
  String = Shapes::StringShape.new(name: 'String')
119
144
  TextSizeLimitExceededException = Shapes::StructureShape.new(name: 'TextSizeLimitExceededException')
120
145
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
@@ -139,6 +164,9 @@ module Aws::ComprehendMedical
139
164
 
140
165
  AttributeList.member = Shapes::ShapeRef.new(shape: Attribute)
141
166
 
167
+ Characters.add_member(:original_text_characters, Shapes::ShapeRef.new(shape: Integer, location_name: "OriginalTextCharacters"))
168
+ Characters.struct_class = Types::Characters
169
+
142
170
  ComprehendMedicalAsyncJobFilter.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
143
171
  ComprehendMedicalAsyncJobFilter.add_member(:job_status, Shapes::ShapeRef.new(shape: JobStatus, location_name: "JobStatus"))
144
172
  ComprehendMedicalAsyncJobFilter.add_member(:submit_time_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "SubmitTimeBefore"))
@@ -187,6 +215,12 @@ module Aws::ComprehendMedical
187
215
  DescribeRxNormInferenceJobResponse.add_member(:comprehend_medical_async_job_properties, Shapes::ShapeRef.new(shape: ComprehendMedicalAsyncJobProperties, location_name: "ComprehendMedicalAsyncJobProperties"))
188
216
  DescribeRxNormInferenceJobResponse.struct_class = Types::DescribeRxNormInferenceJobResponse
189
217
 
218
+ DescribeSNOMEDCTInferenceJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
219
+ DescribeSNOMEDCTInferenceJobRequest.struct_class = Types::DescribeSNOMEDCTInferenceJobRequest
220
+
221
+ DescribeSNOMEDCTInferenceJobResponse.add_member(:comprehend_medical_async_job_properties, Shapes::ShapeRef.new(shape: ComprehendMedicalAsyncJobProperties, location_name: "ComprehendMedicalAsyncJobProperties"))
222
+ DescribeSNOMEDCTInferenceJobResponse.struct_class = Types::DescribeSNOMEDCTInferenceJobResponse
223
+
190
224
  DetectEntitiesRequest.add_member(:text, Shapes::ShapeRef.new(shape: BoundedLengthString, required: true, location_name: "Text"))
191
225
  DetectEntitiesRequest.struct_class = Types::DetectEntitiesRequest
192
226
 
@@ -283,6 +317,16 @@ module Aws::ComprehendMedical
283
317
  InferRxNormResponse.add_member(:model_version, Shapes::ShapeRef.new(shape: String, location_name: "ModelVersion"))
284
318
  InferRxNormResponse.struct_class = Types::InferRxNormResponse
285
319
 
320
+ InferSNOMEDCTRequest.add_member(:text, Shapes::ShapeRef.new(shape: OntologyLinkingBoundedLengthString, required: true, location_name: "Text"))
321
+ InferSNOMEDCTRequest.struct_class = Types::InferSNOMEDCTRequest
322
+
323
+ InferSNOMEDCTResponse.add_member(:entities, Shapes::ShapeRef.new(shape: SNOMEDCTEntityList, required: true, location_name: "Entities"))
324
+ InferSNOMEDCTResponse.add_member(:pagination_token, Shapes::ShapeRef.new(shape: String, location_name: "PaginationToken"))
325
+ InferSNOMEDCTResponse.add_member(:model_version, Shapes::ShapeRef.new(shape: String, location_name: "ModelVersion"))
326
+ InferSNOMEDCTResponse.add_member(:snomedct_details, Shapes::ShapeRef.new(shape: SNOMEDCTDetails, location_name: "SNOMEDCTDetails"))
327
+ InferSNOMEDCTResponse.add_member(:characters, Shapes::ShapeRef.new(shape: Characters, location_name: "Characters"))
328
+ InferSNOMEDCTResponse.struct_class = Types::InferSNOMEDCTResponse
329
+
286
330
  InputDataConfig.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "S3Bucket"))
287
331
  InputDataConfig.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
288
332
  InputDataConfig.struct_class = Types::InputDataConfig
@@ -332,6 +376,15 @@ module Aws::ComprehendMedical
332
376
  ListRxNormInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
333
377
  ListRxNormInferenceJobsResponse.struct_class = Types::ListRxNormInferenceJobsResponse
334
378
 
379
+ ListSNOMEDCTInferenceJobsRequest.add_member(:filter, Shapes::ShapeRef.new(shape: ComprehendMedicalAsyncJobFilter, location_name: "Filter"))
380
+ ListSNOMEDCTInferenceJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
381
+ ListSNOMEDCTInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResultsInteger, location_name: "MaxResults"))
382
+ ListSNOMEDCTInferenceJobsRequest.struct_class = Types::ListSNOMEDCTInferenceJobsRequest
383
+
384
+ ListSNOMEDCTInferenceJobsResponse.add_member(:comprehend_medical_async_job_properties_list, Shapes::ShapeRef.new(shape: ComprehendMedicalAsyncJobPropertiesList, location_name: "ComprehendMedicalAsyncJobPropertiesList"))
385
+ ListSNOMEDCTInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
386
+ ListSNOMEDCTInferenceJobsResponse.struct_class = Types::ListSNOMEDCTInferenceJobsResponse
387
+
335
388
  OutputDataConfig.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "S3Bucket"))
336
389
  OutputDataConfig.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "S3Key"))
337
390
  OutputDataConfig.struct_class = Types::OutputDataConfig
@@ -378,6 +431,53 @@ module Aws::ComprehendMedical
378
431
 
379
432
  RxNormTraitList.member = Shapes::ShapeRef.new(shape: RxNormTrait)
380
433
 
434
+ SNOMEDCTAttribute.add_member(:category, Shapes::ShapeRef.new(shape: SNOMEDCTEntityCategory, location_name: "Category"))
435
+ SNOMEDCTAttribute.add_member(:type, Shapes::ShapeRef.new(shape: SNOMEDCTAttributeType, location_name: "Type"))
436
+ SNOMEDCTAttribute.add_member(:score, Shapes::ShapeRef.new(shape: Float, location_name: "Score"))
437
+ SNOMEDCTAttribute.add_member(:relationship_score, Shapes::ShapeRef.new(shape: Float, location_name: "RelationshipScore"))
438
+ SNOMEDCTAttribute.add_member(:relationship_type, Shapes::ShapeRef.new(shape: SNOMEDCTRelationshipType, location_name: "RelationshipType"))
439
+ SNOMEDCTAttribute.add_member(:id, Shapes::ShapeRef.new(shape: Integer, location_name: "Id"))
440
+ SNOMEDCTAttribute.add_member(:begin_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "BeginOffset"))
441
+ SNOMEDCTAttribute.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "EndOffset"))
442
+ SNOMEDCTAttribute.add_member(:text, Shapes::ShapeRef.new(shape: String, location_name: "Text"))
443
+ SNOMEDCTAttribute.add_member(:traits, Shapes::ShapeRef.new(shape: SNOMEDCTTraitList, location_name: "Traits"))
444
+ SNOMEDCTAttribute.add_member(:snomedct_concepts, Shapes::ShapeRef.new(shape: SNOMEDCTConceptList, location_name: "SNOMEDCTConcepts"))
445
+ SNOMEDCTAttribute.struct_class = Types::SNOMEDCTAttribute
446
+
447
+ SNOMEDCTAttributeList.member = Shapes::ShapeRef.new(shape: SNOMEDCTAttribute)
448
+
449
+ SNOMEDCTConcept.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
450
+ SNOMEDCTConcept.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "Code"))
451
+ SNOMEDCTConcept.add_member(:score, Shapes::ShapeRef.new(shape: Float, location_name: "Score"))
452
+ SNOMEDCTConcept.struct_class = Types::SNOMEDCTConcept
453
+
454
+ SNOMEDCTConceptList.member = Shapes::ShapeRef.new(shape: SNOMEDCTConcept)
455
+
456
+ SNOMEDCTDetails.add_member(:edition, Shapes::ShapeRef.new(shape: String, location_name: "Edition"))
457
+ SNOMEDCTDetails.add_member(:language, Shapes::ShapeRef.new(shape: String, location_name: "Language"))
458
+ SNOMEDCTDetails.add_member(:version_date, Shapes::ShapeRef.new(shape: String, location_name: "VersionDate"))
459
+ SNOMEDCTDetails.struct_class = Types::SNOMEDCTDetails
460
+
461
+ SNOMEDCTEntity.add_member(:id, Shapes::ShapeRef.new(shape: Integer, location_name: "Id"))
462
+ SNOMEDCTEntity.add_member(:text, Shapes::ShapeRef.new(shape: OntologyLinkingBoundedLengthString, location_name: "Text"))
463
+ SNOMEDCTEntity.add_member(:category, Shapes::ShapeRef.new(shape: SNOMEDCTEntityCategory, location_name: "Category"))
464
+ SNOMEDCTEntity.add_member(:type, Shapes::ShapeRef.new(shape: SNOMEDCTEntityType, location_name: "Type"))
465
+ SNOMEDCTEntity.add_member(:score, Shapes::ShapeRef.new(shape: Float, location_name: "Score"))
466
+ SNOMEDCTEntity.add_member(:begin_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "BeginOffset"))
467
+ SNOMEDCTEntity.add_member(:end_offset, Shapes::ShapeRef.new(shape: Integer, location_name: "EndOffset"))
468
+ SNOMEDCTEntity.add_member(:attributes, Shapes::ShapeRef.new(shape: SNOMEDCTAttributeList, location_name: "Attributes"))
469
+ SNOMEDCTEntity.add_member(:traits, Shapes::ShapeRef.new(shape: SNOMEDCTTraitList, location_name: "Traits"))
470
+ SNOMEDCTEntity.add_member(:snomedct_concepts, Shapes::ShapeRef.new(shape: SNOMEDCTConceptList, location_name: "SNOMEDCTConcepts"))
471
+ SNOMEDCTEntity.struct_class = Types::SNOMEDCTEntity
472
+
473
+ SNOMEDCTEntityList.member = Shapes::ShapeRef.new(shape: SNOMEDCTEntity)
474
+
475
+ SNOMEDCTTrait.add_member(:name, Shapes::ShapeRef.new(shape: SNOMEDCTTraitName, location_name: "Name"))
476
+ SNOMEDCTTrait.add_member(:score, Shapes::ShapeRef.new(shape: Float, location_name: "Score"))
477
+ SNOMEDCTTrait.struct_class = Types::SNOMEDCTTrait
478
+
479
+ SNOMEDCTTraitList.member = Shapes::ShapeRef.new(shape: SNOMEDCTTrait)
480
+
381
481
  ServiceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
382
482
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
383
483
 
@@ -429,6 +529,18 @@ module Aws::ComprehendMedical
429
529
  StartRxNormInferenceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
430
530
  StartRxNormInferenceJobResponse.struct_class = Types::StartRxNormInferenceJobResponse
431
531
 
532
+ StartSNOMEDCTInferenceJobRequest.add_member(:input_data_config, Shapes::ShapeRef.new(shape: InputDataConfig, required: true, location_name: "InputDataConfig"))
533
+ StartSNOMEDCTInferenceJobRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: OutputDataConfig, required: true, location_name: "OutputDataConfig"))
534
+ StartSNOMEDCTInferenceJobRequest.add_member(:data_access_role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "DataAccessRoleArn"))
535
+ StartSNOMEDCTInferenceJobRequest.add_member(:job_name, Shapes::ShapeRef.new(shape: JobName, location_name: "JobName"))
536
+ StartSNOMEDCTInferenceJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestTokenString, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
537
+ StartSNOMEDCTInferenceJobRequest.add_member(:kms_key, Shapes::ShapeRef.new(shape: KMSKey, location_name: "KMSKey"))
538
+ StartSNOMEDCTInferenceJobRequest.add_member(:language_code, Shapes::ShapeRef.new(shape: LanguageCode, required: true, location_name: "LanguageCode"))
539
+ StartSNOMEDCTInferenceJobRequest.struct_class = Types::StartSNOMEDCTInferenceJobRequest
540
+
541
+ StartSNOMEDCTInferenceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
542
+ StartSNOMEDCTInferenceJobResponse.struct_class = Types::StartSNOMEDCTInferenceJobResponse
543
+
432
544
  StopEntitiesDetectionV2JobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
433
545
  StopEntitiesDetectionV2JobRequest.struct_class = Types::StopEntitiesDetectionV2JobRequest
434
546
 
@@ -453,6 +565,12 @@ module Aws::ComprehendMedical
453
565
  StopRxNormInferenceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
454
566
  StopRxNormInferenceJobResponse.struct_class = Types::StopRxNormInferenceJobResponse
455
567
 
568
+ StopSNOMEDCTInferenceJobRequest.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, required: true, location_name: "JobId"))
569
+ StopSNOMEDCTInferenceJobRequest.struct_class = Types::StopSNOMEDCTInferenceJobRequest
570
+
571
+ StopSNOMEDCTInferenceJobResponse.add_member(:job_id, Shapes::ShapeRef.new(shape: JobId, location_name: "JobId"))
572
+ StopSNOMEDCTInferenceJobResponse.struct_class = Types::StopSNOMEDCTInferenceJobResponse
573
+
456
574
  TextSizeLimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
457
575
  TextSizeLimitExceededException.struct_class = Types::TextSizeLimitExceededException
458
576
 
@@ -542,6 +660,18 @@ module Aws::ComprehendMedical
542
660
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
543
661
  end)
544
662
 
663
+ api.add_operation(:describe_snomedct_inference_job, Seahorse::Model::Operation.new.tap do |o|
664
+ o.name = "DescribeSNOMEDCTInferenceJob"
665
+ o.http_method = "POST"
666
+ o.http_request_uri = "/"
667
+ o.input = Shapes::ShapeRef.new(shape: DescribeSNOMEDCTInferenceJobRequest)
668
+ o.output = Shapes::ShapeRef.new(shape: DescribeSNOMEDCTInferenceJobResponse)
669
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
670
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
671
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
673
+ end)
674
+
545
675
  api.add_operation(:detect_entities, Seahorse::Model::Operation.new.tap do |o|
546
676
  o.name = "DetectEntities"
547
677
  o.http_method = "POST"
@@ -613,6 +743,20 @@ module Aws::ComprehendMedical
613
743
  o.errors << Shapes::ShapeRef.new(shape: TextSizeLimitExceededException)
614
744
  end)
615
745
 
746
+ api.add_operation(:infer_snomedct, Seahorse::Model::Operation.new.tap do |o|
747
+ o.name = "InferSNOMEDCT"
748
+ o.http_method = "POST"
749
+ o.http_request_uri = "/"
750
+ o.input = Shapes::ShapeRef.new(shape: InferSNOMEDCTRequest)
751
+ o.output = Shapes::ShapeRef.new(shape: InferSNOMEDCTResponse)
752
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
753
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
754
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
756
+ o.errors << Shapes::ShapeRef.new(shape: InvalidEncodingException)
757
+ o.errors << Shapes::ShapeRef.new(shape: TextSizeLimitExceededException)
758
+ end)
759
+
616
760
  api.add_operation(:list_entities_detection_v2_jobs, Seahorse::Model::Operation.new.tap do |o|
617
761
  o.name = "ListEntitiesDetectionV2Jobs"
618
762
  o.http_method = "POST"
@@ -661,6 +805,18 @@ module Aws::ComprehendMedical
661
805
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
662
806
  end)
663
807
 
808
+ api.add_operation(:list_snomedct_inference_jobs, Seahorse::Model::Operation.new.tap do |o|
809
+ o.name = "ListSNOMEDCTInferenceJobs"
810
+ o.http_method = "POST"
811
+ o.http_request_uri = "/"
812
+ o.input = Shapes::ShapeRef.new(shape: ListSNOMEDCTInferenceJobsRequest)
813
+ o.output = Shapes::ShapeRef.new(shape: ListSNOMEDCTInferenceJobsResponse)
814
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
815
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
816
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
817
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
818
+ end)
819
+
664
820
  api.add_operation(:start_entities_detection_v2_job, Seahorse::Model::Operation.new.tap do |o|
665
821
  o.name = "StartEntitiesDetectionV2Job"
666
822
  o.http_method = "POST"
@@ -709,6 +865,18 @@ module Aws::ComprehendMedical
709
865
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
710
866
  end)
711
867
 
868
+ api.add_operation(:start_snomedct_inference_job, Seahorse::Model::Operation.new.tap do |o|
869
+ o.name = "StartSNOMEDCTInferenceJob"
870
+ o.http_method = "POST"
871
+ o.http_request_uri = "/"
872
+ o.input = Shapes::ShapeRef.new(shape: StartSNOMEDCTInferenceJobRequest)
873
+ o.output = Shapes::ShapeRef.new(shape: StartSNOMEDCTInferenceJobResponse)
874
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
875
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
876
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
877
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
878
+ end)
879
+
712
880
  api.add_operation(:stop_entities_detection_v2_job, Seahorse::Model::Operation.new.tap do |o|
713
881
  o.name = "StopEntitiesDetectionV2Job"
714
882
  o.http_method = "POST"
@@ -752,6 +920,18 @@ module Aws::ComprehendMedical
752
920
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
753
921
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
754
922
  end)
923
+
924
+ api.add_operation(:stop_snomedct_inference_job, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "StopSNOMEDCTInferenceJob"
926
+ o.http_method = "POST"
927
+ o.http_request_uri = "/"
928
+ o.input = Shapes::ShapeRef.new(shape: StopSNOMEDCTInferenceJobRequest)
929
+ o.output = Shapes::ShapeRef.new(shape: StopSNOMEDCTInferenceJobResponse)
930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
931
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
932
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
933
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
934
+ end)
755
935
  end
756
936
 
757
937
  end