aws-sdk-comprehendmedical 1.49.0 → 1.51.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.
data/sig/types.rbs ADDED
@@ -0,0 +1,583 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::ComprehendMedical
9
+ module Types
10
+
11
+ class Attribute
12
+ attr_accessor type: ("NAME" | "DX_NAME" | "DOSAGE" | "ROUTE_OR_MODE" | "FORM" | "FREQUENCY" | "DURATION" | "GENERIC_NAME" | "BRAND_NAME" | "STRENGTH" | "RATE" | "ACUITY" | "TEST_NAME" | "TEST_VALUE" | "TEST_UNITS" | "TEST_UNIT" | "PROCEDURE_NAME" | "TREATMENT_NAME" | "DATE" | "AGE" | "CONTACT_POINT" | "PHONE_OR_FAX" | "EMAIL" | "IDENTIFIER" | "ID" | "URL" | "ADDRESS" | "PROFESSION" | "SYSTEM_ORGAN_SITE" | "DIRECTION" | "QUALITY" | "QUANTITY" | "TIME_EXPRESSION" | "TIME_TO_MEDICATION_NAME" | "TIME_TO_DX_NAME" | "TIME_TO_TEST_NAME" | "TIME_TO_PROCEDURE_NAME" | "TIME_TO_TREATMENT_NAME" | "AMOUNT" | "GENDER" | "RACE_ETHNICITY" | "ALLERGIES" | "TOBACCO_USE" | "ALCOHOL_CONSUMPTION" | "REC_DRUG_USE")
13
+ attr_accessor score: ::Float
14
+ attr_accessor relationship_score: ::Float
15
+ attr_accessor relationship_type: ("EVERY" | "WITH_DOSAGE" | "ADMINISTERED_VIA" | "FOR" | "NEGATIVE" | "OVERLAP" | "DOSAGE" | "ROUTE_OR_MODE" | "FORM" | "FREQUENCY" | "DURATION" | "STRENGTH" | "RATE" | "ACUITY" | "TEST_VALUE" | "TEST_UNITS" | "TEST_UNIT" | "DIRECTION" | "SYSTEM_ORGAN_SITE" | "AMOUNT" | "USAGE" | "QUALITY")
16
+ attr_accessor id: ::Integer
17
+ attr_accessor begin_offset: ::Integer
18
+ attr_accessor end_offset: ::Integer
19
+ attr_accessor text: ::String
20
+ attr_accessor category: ("MEDICATION" | "MEDICAL_CONDITION" | "PROTECTED_HEALTH_INFORMATION" | "TEST_TREATMENT_PROCEDURE" | "ANATOMY" | "TIME_EXPRESSION" | "BEHAVIORAL_ENVIRONMENTAL_SOCIAL")
21
+ attr_accessor traits: ::Array[Types::Trait]
22
+ SENSITIVE: []
23
+ end
24
+
25
+ class Characters
26
+ attr_accessor original_text_characters: ::Integer
27
+ SENSITIVE: []
28
+ end
29
+
30
+ class ComprehendMedicalAsyncJobFilter
31
+ attr_accessor job_name: ::String
32
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "PARTIAL_SUCCESS" | "FAILED" | "STOP_REQUESTED" | "STOPPED")
33
+ attr_accessor submit_time_before: ::Time
34
+ attr_accessor submit_time_after: ::Time
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class ComprehendMedicalAsyncJobProperties
39
+ attr_accessor job_id: ::String
40
+ attr_accessor job_name: ::String
41
+ attr_accessor job_status: ("SUBMITTED" | "IN_PROGRESS" | "COMPLETED" | "PARTIAL_SUCCESS" | "FAILED" | "STOP_REQUESTED" | "STOPPED")
42
+ attr_accessor message: ::String
43
+ attr_accessor submit_time: ::Time
44
+ attr_accessor end_time: ::Time
45
+ attr_accessor expiration_time: ::Time
46
+ attr_accessor input_data_config: Types::InputDataConfig
47
+ attr_accessor output_data_config: Types::OutputDataConfig
48
+ attr_accessor language_code: ("en")
49
+ attr_accessor data_access_role_arn: ::String
50
+ attr_accessor manifest_file_path: ::String
51
+ attr_accessor kms_key: ::String
52
+ attr_accessor model_version: ::String
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class DescribeEntitiesDetectionV2JobRequest
57
+ attr_accessor job_id: ::String
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class DescribeEntitiesDetectionV2JobResponse
62
+ attr_accessor comprehend_medical_async_job_properties: Types::ComprehendMedicalAsyncJobProperties
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class DescribeICD10CMInferenceJobRequest
67
+ attr_accessor job_id: ::String
68
+ SENSITIVE: []
69
+ end
70
+
71
+ class DescribeICD10CMInferenceJobResponse
72
+ attr_accessor comprehend_medical_async_job_properties: Types::ComprehendMedicalAsyncJobProperties
73
+ SENSITIVE: []
74
+ end
75
+
76
+ class DescribePHIDetectionJobRequest
77
+ attr_accessor job_id: ::String
78
+ SENSITIVE: []
79
+ end
80
+
81
+ class DescribePHIDetectionJobResponse
82
+ attr_accessor comprehend_medical_async_job_properties: Types::ComprehendMedicalAsyncJobProperties
83
+ SENSITIVE: []
84
+ end
85
+
86
+ class DescribeRxNormInferenceJobRequest
87
+ attr_accessor job_id: ::String
88
+ SENSITIVE: []
89
+ end
90
+
91
+ class DescribeRxNormInferenceJobResponse
92
+ attr_accessor comprehend_medical_async_job_properties: Types::ComprehendMedicalAsyncJobProperties
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class DescribeSNOMEDCTInferenceJobRequest
97
+ attr_accessor job_id: ::String
98
+ SENSITIVE: []
99
+ end
100
+
101
+ class DescribeSNOMEDCTInferenceJobResponse
102
+ attr_accessor comprehend_medical_async_job_properties: Types::ComprehendMedicalAsyncJobProperties
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class DetectEntitiesRequest
107
+ attr_accessor text: ::String
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class DetectEntitiesResponse
112
+ attr_accessor entities: ::Array[Types::Entity]
113
+ attr_accessor unmapped_attributes: ::Array[Types::UnmappedAttribute]
114
+ attr_accessor pagination_token: ::String
115
+ attr_accessor model_version: ::String
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class DetectEntitiesV2Request
120
+ attr_accessor text: ::String
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class DetectEntitiesV2Response
125
+ attr_accessor entities: ::Array[Types::Entity]
126
+ attr_accessor unmapped_attributes: ::Array[Types::UnmappedAttribute]
127
+ attr_accessor pagination_token: ::String
128
+ attr_accessor model_version: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class DetectPHIRequest
133
+ attr_accessor text: ::String
134
+ SENSITIVE: []
135
+ end
136
+
137
+ class DetectPHIResponse
138
+ attr_accessor entities: ::Array[Types::Entity]
139
+ attr_accessor pagination_token: ::String
140
+ attr_accessor model_version: ::String
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class Entity
145
+ attr_accessor id: ::Integer
146
+ attr_accessor begin_offset: ::Integer
147
+ attr_accessor end_offset: ::Integer
148
+ attr_accessor score: ::Float
149
+ attr_accessor text: ::String
150
+ attr_accessor category: ("MEDICATION" | "MEDICAL_CONDITION" | "PROTECTED_HEALTH_INFORMATION" | "TEST_TREATMENT_PROCEDURE" | "ANATOMY" | "TIME_EXPRESSION" | "BEHAVIORAL_ENVIRONMENTAL_SOCIAL")
151
+ attr_accessor type: ("NAME" | "DX_NAME" | "DOSAGE" | "ROUTE_OR_MODE" | "FORM" | "FREQUENCY" | "DURATION" | "GENERIC_NAME" | "BRAND_NAME" | "STRENGTH" | "RATE" | "ACUITY" | "TEST_NAME" | "TEST_VALUE" | "TEST_UNITS" | "TEST_UNIT" | "PROCEDURE_NAME" | "TREATMENT_NAME" | "DATE" | "AGE" | "CONTACT_POINT" | "PHONE_OR_FAX" | "EMAIL" | "IDENTIFIER" | "ID" | "URL" | "ADDRESS" | "PROFESSION" | "SYSTEM_ORGAN_SITE" | "DIRECTION" | "QUALITY" | "QUANTITY" | "TIME_EXPRESSION" | "TIME_TO_MEDICATION_NAME" | "TIME_TO_DX_NAME" | "TIME_TO_TEST_NAME" | "TIME_TO_PROCEDURE_NAME" | "TIME_TO_TREATMENT_NAME" | "AMOUNT" | "GENDER" | "RACE_ETHNICITY" | "ALLERGIES" | "TOBACCO_USE" | "ALCOHOL_CONSUMPTION" | "REC_DRUG_USE")
152
+ attr_accessor traits: ::Array[Types::Trait]
153
+ attr_accessor attributes: ::Array[Types::Attribute]
154
+ SENSITIVE: []
155
+ end
156
+
157
+ class ICD10CMAttribute
158
+ attr_accessor type: ("ACUITY" | "DIRECTION" | "SYSTEM_ORGAN_SITE" | "QUALITY" | "QUANTITY" | "TIME_TO_DX_NAME" | "TIME_EXPRESSION")
159
+ attr_accessor score: ::Float
160
+ attr_accessor relationship_score: ::Float
161
+ attr_accessor id: ::Integer
162
+ attr_accessor begin_offset: ::Integer
163
+ attr_accessor end_offset: ::Integer
164
+ attr_accessor text: ::String
165
+ attr_accessor traits: ::Array[Types::ICD10CMTrait]
166
+ attr_accessor category: ("DX_NAME" | "TIME_EXPRESSION")
167
+ attr_accessor relationship_type: ("OVERLAP" | "SYSTEM_ORGAN_SITE" | "QUALITY")
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class ICD10CMConcept
172
+ attr_accessor description: ::String
173
+ attr_accessor code: ::String
174
+ attr_accessor score: ::Float
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class ICD10CMEntity
179
+ attr_accessor id: ::Integer
180
+ attr_accessor text: ::String
181
+ attr_accessor category: ("MEDICAL_CONDITION")
182
+ attr_accessor type: ("DX_NAME" | "TIME_EXPRESSION")
183
+ attr_accessor score: ::Float
184
+ attr_accessor begin_offset: ::Integer
185
+ attr_accessor end_offset: ::Integer
186
+ attr_accessor attributes: ::Array[Types::ICD10CMAttribute]
187
+ attr_accessor traits: ::Array[Types::ICD10CMTrait]
188
+ attr_accessor icd10cm_concepts: ::Array[Types::ICD10CMConcept]
189
+ SENSITIVE: []
190
+ end
191
+
192
+ class ICD10CMTrait
193
+ attr_accessor name: ("NEGATION" | "DIAGNOSIS" | "SIGN" | "SYMPTOM" | "PERTAINS_TO_FAMILY" | "HYPOTHETICAL" | "LOW_CONFIDENCE")
194
+ attr_accessor score: ::Float
195
+ SENSITIVE: []
196
+ end
197
+
198
+ class InferICD10CMRequest
199
+ attr_accessor text: ::String
200
+ SENSITIVE: []
201
+ end
202
+
203
+ class InferICD10CMResponse
204
+ attr_accessor entities: ::Array[Types::ICD10CMEntity]
205
+ attr_accessor pagination_token: ::String
206
+ attr_accessor model_version: ::String
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class InferRxNormRequest
211
+ attr_accessor text: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class InferRxNormResponse
216
+ attr_accessor entities: ::Array[Types::RxNormEntity]
217
+ attr_accessor pagination_token: ::String
218
+ attr_accessor model_version: ::String
219
+ SENSITIVE: []
220
+ end
221
+
222
+ class InferSNOMEDCTRequest
223
+ attr_accessor text: ::String
224
+ SENSITIVE: []
225
+ end
226
+
227
+ class InferSNOMEDCTResponse
228
+ attr_accessor entities: ::Array[Types::SNOMEDCTEntity]
229
+ attr_accessor pagination_token: ::String
230
+ attr_accessor model_version: ::String
231
+ attr_accessor snomedct_details: Types::SNOMEDCTDetails
232
+ attr_accessor characters: Types::Characters
233
+ SENSITIVE: []
234
+ end
235
+
236
+ class InputDataConfig
237
+ attr_accessor s3_bucket: ::String
238
+ attr_accessor s3_key: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class InternalServerException
243
+ attr_accessor message: ::String
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class InvalidEncodingException
248
+ attr_accessor message: ::String
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class InvalidRequestException
253
+ attr_accessor message: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class ListEntitiesDetectionV2JobsRequest
258
+ attr_accessor filter: Types::ComprehendMedicalAsyncJobFilter
259
+ attr_accessor next_token: ::String
260
+ attr_accessor max_results: ::Integer
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class ListEntitiesDetectionV2JobsResponse
265
+ attr_accessor comprehend_medical_async_job_properties_list: ::Array[Types::ComprehendMedicalAsyncJobProperties]
266
+ attr_accessor next_token: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class ListICD10CMInferenceJobsRequest
271
+ attr_accessor filter: Types::ComprehendMedicalAsyncJobFilter
272
+ attr_accessor next_token: ::String
273
+ attr_accessor max_results: ::Integer
274
+ SENSITIVE: []
275
+ end
276
+
277
+ class ListICD10CMInferenceJobsResponse
278
+ attr_accessor comprehend_medical_async_job_properties_list: ::Array[Types::ComprehendMedicalAsyncJobProperties]
279
+ attr_accessor next_token: ::String
280
+ SENSITIVE: []
281
+ end
282
+
283
+ class ListPHIDetectionJobsRequest
284
+ attr_accessor filter: Types::ComprehendMedicalAsyncJobFilter
285
+ attr_accessor next_token: ::String
286
+ attr_accessor max_results: ::Integer
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class ListPHIDetectionJobsResponse
291
+ attr_accessor comprehend_medical_async_job_properties_list: ::Array[Types::ComprehendMedicalAsyncJobProperties]
292
+ attr_accessor next_token: ::String
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class ListRxNormInferenceJobsRequest
297
+ attr_accessor filter: Types::ComprehendMedicalAsyncJobFilter
298
+ attr_accessor next_token: ::String
299
+ attr_accessor max_results: ::Integer
300
+ SENSITIVE: []
301
+ end
302
+
303
+ class ListRxNormInferenceJobsResponse
304
+ attr_accessor comprehend_medical_async_job_properties_list: ::Array[Types::ComprehendMedicalAsyncJobProperties]
305
+ attr_accessor next_token: ::String
306
+ SENSITIVE: []
307
+ end
308
+
309
+ class ListSNOMEDCTInferenceJobsRequest
310
+ attr_accessor filter: Types::ComprehendMedicalAsyncJobFilter
311
+ attr_accessor next_token: ::String
312
+ attr_accessor max_results: ::Integer
313
+ SENSITIVE: []
314
+ end
315
+
316
+ class ListSNOMEDCTInferenceJobsResponse
317
+ attr_accessor comprehend_medical_async_job_properties_list: ::Array[Types::ComprehendMedicalAsyncJobProperties]
318
+ attr_accessor next_token: ::String
319
+ SENSITIVE: []
320
+ end
321
+
322
+ class OutputDataConfig
323
+ attr_accessor s3_bucket: ::String
324
+ attr_accessor s3_key: ::String
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class ResourceNotFoundException
329
+ attr_accessor message: ::String
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class RxNormAttribute
334
+ attr_accessor type: ("DOSAGE" | "DURATION" | "FORM" | "FREQUENCY" | "RATE" | "ROUTE_OR_MODE" | "STRENGTH")
335
+ attr_accessor score: ::Float
336
+ attr_accessor relationship_score: ::Float
337
+ attr_accessor id: ::Integer
338
+ attr_accessor begin_offset: ::Integer
339
+ attr_accessor end_offset: ::Integer
340
+ attr_accessor text: ::String
341
+ attr_accessor traits: ::Array[Types::RxNormTrait]
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class RxNormConcept
346
+ attr_accessor description: ::String
347
+ attr_accessor code: ::String
348
+ attr_accessor score: ::Float
349
+ SENSITIVE: []
350
+ end
351
+
352
+ class RxNormEntity
353
+ attr_accessor id: ::Integer
354
+ attr_accessor text: ::String
355
+ attr_accessor category: ("MEDICATION")
356
+ attr_accessor type: ("BRAND_NAME" | "GENERIC_NAME")
357
+ attr_accessor score: ::Float
358
+ attr_accessor begin_offset: ::Integer
359
+ attr_accessor end_offset: ::Integer
360
+ attr_accessor attributes: ::Array[Types::RxNormAttribute]
361
+ attr_accessor traits: ::Array[Types::RxNormTrait]
362
+ attr_accessor rx_norm_concepts: ::Array[Types::RxNormConcept]
363
+ SENSITIVE: []
364
+ end
365
+
366
+ class RxNormTrait
367
+ attr_accessor name: ("NEGATION" | "PAST_HISTORY")
368
+ attr_accessor score: ::Float
369
+ SENSITIVE: []
370
+ end
371
+
372
+ class SNOMEDCTAttribute
373
+ attr_accessor category: ("MEDICAL_CONDITION" | "ANATOMY" | "TEST_TREATMENT_PROCEDURE")
374
+ attr_accessor type: ("ACUITY" | "QUALITY" | "DIRECTION" | "SYSTEM_ORGAN_SITE" | "TEST_VALUE" | "TEST_UNIT")
375
+ attr_accessor score: ::Float
376
+ attr_accessor relationship_score: ::Float
377
+ attr_accessor relationship_type: ("ACUITY" | "QUALITY" | "TEST_VALUE" | "TEST_UNITS" | "DIRECTION" | "SYSTEM_ORGAN_SITE" | "TEST_UNIT")
378
+ attr_accessor id: ::Integer
379
+ attr_accessor begin_offset: ::Integer
380
+ attr_accessor end_offset: ::Integer
381
+ attr_accessor text: ::String
382
+ attr_accessor traits: ::Array[Types::SNOMEDCTTrait]
383
+ attr_accessor snomedct_concepts: ::Array[Types::SNOMEDCTConcept]
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class SNOMEDCTConcept
388
+ attr_accessor description: ::String
389
+ attr_accessor code: ::String
390
+ attr_accessor score: ::Float
391
+ SENSITIVE: []
392
+ end
393
+
394
+ class SNOMEDCTDetails
395
+ attr_accessor edition: ::String
396
+ attr_accessor language: ::String
397
+ attr_accessor version_date: ::String
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class SNOMEDCTEntity
402
+ attr_accessor id: ::Integer
403
+ attr_accessor text: ::String
404
+ attr_accessor category: ("MEDICAL_CONDITION" | "ANATOMY" | "TEST_TREATMENT_PROCEDURE")
405
+ attr_accessor type: ("DX_NAME" | "TEST_NAME" | "PROCEDURE_NAME" | "TREATMENT_NAME")
406
+ attr_accessor score: ::Float
407
+ attr_accessor begin_offset: ::Integer
408
+ attr_accessor end_offset: ::Integer
409
+ attr_accessor attributes: ::Array[Types::SNOMEDCTAttribute]
410
+ attr_accessor traits: ::Array[Types::SNOMEDCTTrait]
411
+ attr_accessor snomedct_concepts: ::Array[Types::SNOMEDCTConcept]
412
+ SENSITIVE: []
413
+ end
414
+
415
+ class SNOMEDCTTrait
416
+ attr_accessor name: ("NEGATION" | "DIAGNOSIS" | "SIGN" | "SYMPTOM" | "PERTAINS_TO_FAMILY" | "HYPOTHETICAL" | "LOW_CONFIDENCE" | "PAST_HISTORY" | "FUTURE")
417
+ attr_accessor score: ::Float
418
+ SENSITIVE: []
419
+ end
420
+
421
+ class ServiceUnavailableException
422
+ attr_accessor message: ::String
423
+ SENSITIVE: []
424
+ end
425
+
426
+ class StartEntitiesDetectionV2JobRequest
427
+ attr_accessor input_data_config: Types::InputDataConfig
428
+ attr_accessor output_data_config: Types::OutputDataConfig
429
+ attr_accessor data_access_role_arn: ::String
430
+ attr_accessor job_name: ::String
431
+ attr_accessor client_request_token: ::String
432
+ attr_accessor kms_key: ::String
433
+ attr_accessor language_code: ("en")
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class StartEntitiesDetectionV2JobResponse
438
+ attr_accessor job_id: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class StartICD10CMInferenceJobRequest
443
+ attr_accessor input_data_config: Types::InputDataConfig
444
+ attr_accessor output_data_config: Types::OutputDataConfig
445
+ attr_accessor data_access_role_arn: ::String
446
+ attr_accessor job_name: ::String
447
+ attr_accessor client_request_token: ::String
448
+ attr_accessor kms_key: ::String
449
+ attr_accessor language_code: ("en")
450
+ SENSITIVE: []
451
+ end
452
+
453
+ class StartICD10CMInferenceJobResponse
454
+ attr_accessor job_id: ::String
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class StartPHIDetectionJobRequest
459
+ attr_accessor input_data_config: Types::InputDataConfig
460
+ attr_accessor output_data_config: Types::OutputDataConfig
461
+ attr_accessor data_access_role_arn: ::String
462
+ attr_accessor job_name: ::String
463
+ attr_accessor client_request_token: ::String
464
+ attr_accessor kms_key: ::String
465
+ attr_accessor language_code: ("en")
466
+ SENSITIVE: []
467
+ end
468
+
469
+ class StartPHIDetectionJobResponse
470
+ attr_accessor job_id: ::String
471
+ SENSITIVE: []
472
+ end
473
+
474
+ class StartRxNormInferenceJobRequest
475
+ attr_accessor input_data_config: Types::InputDataConfig
476
+ attr_accessor output_data_config: Types::OutputDataConfig
477
+ attr_accessor data_access_role_arn: ::String
478
+ attr_accessor job_name: ::String
479
+ attr_accessor client_request_token: ::String
480
+ attr_accessor kms_key: ::String
481
+ attr_accessor language_code: ("en")
482
+ SENSITIVE: []
483
+ end
484
+
485
+ class StartRxNormInferenceJobResponse
486
+ attr_accessor job_id: ::String
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class StartSNOMEDCTInferenceJobRequest
491
+ attr_accessor input_data_config: Types::InputDataConfig
492
+ attr_accessor output_data_config: Types::OutputDataConfig
493
+ attr_accessor data_access_role_arn: ::String
494
+ attr_accessor job_name: ::String
495
+ attr_accessor client_request_token: ::String
496
+ attr_accessor kms_key: ::String
497
+ attr_accessor language_code: ("en")
498
+ SENSITIVE: []
499
+ end
500
+
501
+ class StartSNOMEDCTInferenceJobResponse
502
+ attr_accessor job_id: ::String
503
+ SENSITIVE: []
504
+ end
505
+
506
+ class StopEntitiesDetectionV2JobRequest
507
+ attr_accessor job_id: ::String
508
+ SENSITIVE: []
509
+ end
510
+
511
+ class StopEntitiesDetectionV2JobResponse
512
+ attr_accessor job_id: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class StopICD10CMInferenceJobRequest
517
+ attr_accessor job_id: ::String
518
+ SENSITIVE: []
519
+ end
520
+
521
+ class StopICD10CMInferenceJobResponse
522
+ attr_accessor job_id: ::String
523
+ SENSITIVE: []
524
+ end
525
+
526
+ class StopPHIDetectionJobRequest
527
+ attr_accessor job_id: ::String
528
+ SENSITIVE: []
529
+ end
530
+
531
+ class StopPHIDetectionJobResponse
532
+ attr_accessor job_id: ::String
533
+ SENSITIVE: []
534
+ end
535
+
536
+ class StopRxNormInferenceJobRequest
537
+ attr_accessor job_id: ::String
538
+ SENSITIVE: []
539
+ end
540
+
541
+ class StopRxNormInferenceJobResponse
542
+ attr_accessor job_id: ::String
543
+ SENSITIVE: []
544
+ end
545
+
546
+ class StopSNOMEDCTInferenceJobRequest
547
+ attr_accessor job_id: ::String
548
+ SENSITIVE: []
549
+ end
550
+
551
+ class StopSNOMEDCTInferenceJobResponse
552
+ attr_accessor job_id: ::String
553
+ SENSITIVE: []
554
+ end
555
+
556
+ class TextSizeLimitExceededException
557
+ attr_accessor message: ::String
558
+ SENSITIVE: []
559
+ end
560
+
561
+ class TooManyRequestsException
562
+ attr_accessor message: ::String
563
+ SENSITIVE: []
564
+ end
565
+
566
+ class Trait
567
+ attr_accessor name: ("SIGN" | "SYMPTOM" | "DIAGNOSIS" | "NEGATION" | "PERTAINS_TO_FAMILY" | "HYPOTHETICAL" | "LOW_CONFIDENCE" | "PAST_HISTORY" | "FUTURE")
568
+ attr_accessor score: ::Float
569
+ SENSITIVE: []
570
+ end
571
+
572
+ class UnmappedAttribute
573
+ attr_accessor type: ("MEDICATION" | "MEDICAL_CONDITION" | "PROTECTED_HEALTH_INFORMATION" | "TEST_TREATMENT_PROCEDURE" | "ANATOMY" | "TIME_EXPRESSION" | "BEHAVIORAL_ENVIRONMENTAL_SOCIAL")
574
+ attr_accessor attribute: Types::Attribute
575
+ SENSITIVE: []
576
+ end
577
+
578
+ class ValidationException
579
+ attr_accessor message: ::String
580
+ SENSITIVE: []
581
+ end
582
+ end
583
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ComprehendMedical
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-comprehendmedical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.49.0
4
+ version: 1.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-04-25 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.188.0
22
+ version: 3.193.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.188.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-comprehendmedical/plugins/endpoints.rb
67
67
  - lib/aws-sdk-comprehendmedical/resource.rb
68
68
  - lib/aws-sdk-comprehendmedical/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehendmedical
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-comprehendmedical/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - ComprehendMedical
94
99
  test_files: []