aws-sdk-comprehendmedical 1.43.0 → 1.44.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9155786258b367c6de8f572056ccadade47457e7b4f0f7b871b1154f132f84c1
4
- data.tar.gz: afc56cab3dd5f05bbb8f5b320c9ebaf1bcd36ea297efd05ed6ab9dbbb273be55
3
+ metadata.gz: fe15a60d5aec12f030feb6dc3485987d0f2ea985a3a4f3a981082e509fd77893
4
+ data.tar.gz: a2b47c31ffa1f73fdf089332fe4eab61bdbf8212912671075d0e389e84c983cd
5
5
  SHA512:
6
- metadata.gz: f2867a050e4f7dec7a6e117f764a83e1bf3aadb85505beaaf3226ac434fd89e1161ce756a44c60d238b85c90d533015b91740675bb74826ba7c3bef8f7d89c92
7
- data.tar.gz: 41701284198ff31ffd69da4ff7fcb18e56408616f7371ae887ba2065b57604136fd7fb363d84d4df3876252da7f9037c53452cbd2143ab9a7d3dd3eb245607ec
6
+ metadata.gz: 1917b5fe1f305f81e4b67ce5c168dd9a4602d064b55ff6f1b5895c54c37943fd57ad6c4d1974e1b05ba608f0662215a08d024f665034f73253244928d5906edd
7
+ data.tar.gz: efc36fb7e48435fe0082898583c154178ad732c735d1a71ed66a442ffcbbf3d1321dac55a11d161bb0041557653ea2e2635dd439cd9087ee4510fda4f996a374
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2023-07-05)
5
+ ------------------
6
+
7
+ * Feature - Update to Amazon Comprehend Medical documentation.
8
+
4
9
  1.43.0 (2023-06-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -387,9 +387,9 @@ module Aws::ComprehendMedical
387
387
  # Use this operation to get the status of a detection job.
388
388
  #
389
389
  # @option params [required, String] :job_id
390
- # The identifier that Comprehend Medical; generated for the job. The
391
- # `StartEntitiesDetectionV2Job` operation returns this identifier in its
392
- # response.
390
+ # The identifier that Amazon Comprehend Medical generated for the job.
391
+ # The `StartEntitiesDetectionV2Job` operation returns this identifier in
392
+ # its response.
393
393
  #
394
394
  # @return [Types::DescribeEntitiesDetectionV2JobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
395
395
  #
@@ -480,8 +480,8 @@ module Aws::ComprehendMedical
480
480
  # detection job.
481
481
  #
482
482
  # @option params [required, String] :job_id
483
- # The identifier that Comprehend Medical; generated for the job. The
484
- # `StartPHIDetectionJob` operation returns this identifier in its
483
+ # The identifier that Amazon Comprehend Medical generated for the job.
484
+ # The `StartPHIDetectionJob` operation returns this identifier in its
485
485
  # response.
486
486
  #
487
487
  # @return [Types::DescribePHIDetectionJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -619,12 +619,11 @@ module Aws::ComprehendMedical
619
619
  #
620
620
  # Inspects the clinical text for a variety of medical entities and
621
621
  # returns specific information about them such as entity category,
622
- # location, and confidence score on that information .
622
+ # location, and confidence score on that information.
623
623
  #
624
624
  # @option params [required, String] :text
625
625
  # A UTF-8 text string containing the clinical content being examined for
626
- # entities. Each string must contain fewer than 20,000 bytes of
627
- # characters.
626
+ # entities.
628
627
  #
629
628
  # @return [Types::DetectEntitiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
630
629
  #
@@ -707,8 +706,7 @@ module Aws::ComprehendMedical
707
706
  #
708
707
  # @option params [required, String] :text
709
708
  # A UTF-8 string containing the clinical content being examined for
710
- # entities. Each string must contain fewer than 20,000 bytes of
711
- # characters.
709
+ # entities.
712
710
  #
713
711
  # @return [Types::DetectEntitiesV2Response] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
714
712
  #
@@ -782,8 +780,7 @@ module Aws::ComprehendMedical
782
780
  #
783
781
  # @option params [required, String] :text
784
782
  # A UTF-8 text string containing the clinical content being examined for
785
- # PHI entities. Each string must contain fewer than 20,000 bytes of
786
- # characters.
783
+ # PHI entities.
787
784
  #
788
785
  # @return [Types::DetectPHIResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
789
786
  #
@@ -842,8 +839,7 @@ module Aws::ComprehendMedical
842
839
  # entities in English language texts.
843
840
  #
844
841
  # @option params [required, String] :text
845
- # The input text used for analysis. The input for InferICD10CM is a
846
- # string from 1 to 10000 characters.
842
+ # The input text used for analysis.
847
843
  #
848
844
  # @return [Types::InferICD10CMResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
849
845
  #
@@ -905,8 +901,7 @@ module Aws::ComprehendMedical
905
901
  # detects medical entities in English language texts.
906
902
  #
907
903
  # @option params [required, String] :text
908
- # The input text used for analysis. The input for InferRxNorm is a
909
- # string from 1 to 10000 characters.
904
+ # The input text used for analysis.
910
905
  #
911
906
  # @return [Types::InferRxNormResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
912
907
  #
@@ -965,8 +960,7 @@ module Aws::ComprehendMedical
965
960
  # Terms (SNOMED-CT) ontology
966
961
  #
967
962
  # @option params [required, String] :text
968
- # The input text to be analyzed using InferSNOMEDCT. The text should be
969
- # a string with 1 to 10000 characters.
963
+ # The input text to be analyzed using InferSNOMEDCT.
970
964
  #
971
965
  # @return [Types::InferSNOMEDCTResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
972
966
  #
@@ -1156,8 +1150,8 @@ module Aws::ComprehendMedical
1156
1150
  req.send_request(options)
1157
1151
  end
1158
1152
 
1159
- # Gets a list of protected health information (PHI) detection jobs that
1160
- # you have submitted.
1153
+ # Gets a list of protected health information (PHI) detection jobs you
1154
+ # have submitted.
1161
1155
  #
1162
1156
  # @option params [Types::ComprehendMedicalAsyncJobFilter] :filter
1163
1157
  # Filters the jobs that are returned. You can filter jobs based on their
@@ -1354,9 +1348,9 @@ module Aws::ComprehendMedical
1354
1348
  #
1355
1349
  # @option params [required, String] :data_access_role_arn
1356
1350
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1357
- # Management (IAM) role that grants Comprehend Medical; read access to
1358
- # your input data. For more information, see [ Role-Based Permissions
1359
- # Required for Asynchronous Operations][1].
1351
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1352
+ # access to your input data. For more information, see [Role-Based
1353
+ # Permissions Required for Asynchronous Operations][1].
1360
1354
  #
1361
1355
  #
1362
1356
  #
@@ -1367,7 +1361,7 @@ module Aws::ComprehendMedical
1367
1361
  #
1368
1362
  # @option params [String] :client_request_token
1369
1363
  # A unique identifier for the request. If you don't set the client
1370
- # request token, Comprehend Medical; generates one for you.
1364
+ # request token, Amazon Comprehend Medical generates one for you.
1371
1365
  #
1372
1366
  # **A suitable default value is auto-generated.** You should normally
1373
1367
  # not need to pass this option.**
@@ -1378,7 +1372,8 @@ module Aws::ComprehendMedical
1378
1372
  #
1379
1373
  # @option params [required, String] :language_code
1380
1374
  # The language of the input documents. All documents must be in the same
1381
- # language. Comprehend Medical; processes files in US English (en).
1375
+ # language. Amazon Comprehend Medical processes files in US English
1376
+ # (en).
1382
1377
  #
1383
1378
  # @return [Types::StartEntitiesDetectionV2JobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1384
1379
  #
@@ -1427,9 +1422,9 @@ module Aws::ComprehendMedical
1427
1422
  #
1428
1423
  # @option params [required, String] :data_access_role_arn
1429
1424
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1430
- # Management (IAM) role that grants Comprehend Medical; read access to
1431
- # your input data. For more information, see [ Role-Based Permissions
1432
- # Required for Asynchronous Operations][1].
1425
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1426
+ # access to your input data. For more information, see [ Role-Based
1427
+ # Permissions Required for Asynchronous Operations][1].
1433
1428
  #
1434
1429
  #
1435
1430
  #
@@ -1440,7 +1435,7 @@ module Aws::ComprehendMedical
1440
1435
  #
1441
1436
  # @option params [String] :client_request_token
1442
1437
  # A unique identifier for the request. If you don't set the client
1443
- # request token, Comprehend Medical; generates one.
1438
+ # request token, Amazon Comprehend Medical generates one.
1444
1439
  #
1445
1440
  # **A suitable default value is auto-generated.** You should normally
1446
1441
  # not need to pass this option.**
@@ -1500,9 +1495,9 @@ module Aws::ComprehendMedical
1500
1495
  #
1501
1496
  # @option params [required, String] :data_access_role_arn
1502
1497
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1503
- # Management (IAM) role that grants Comprehend Medical; read access to
1504
- # your input data. For more information, see [ Role-Based Permissions
1505
- # Required for Asynchronous Operations][1].
1498
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1499
+ # access to your input data. For more information, see [ Role-Based
1500
+ # Permissions Required for Asynchronous Operations][1].
1506
1501
  #
1507
1502
  #
1508
1503
  #
@@ -1513,7 +1508,7 @@ module Aws::ComprehendMedical
1513
1508
  #
1514
1509
  # @option params [String] :client_request_token
1515
1510
  # A unique identifier for the request. If you don't set the client
1516
- # request token, Comprehend Medical; generates one.
1511
+ # request token, Amazon Comprehend Medical generates one.
1517
1512
  #
1518
1513
  # **A suitable default value is auto-generated.** You should normally
1519
1514
  # not need to pass this option.**
@@ -1573,9 +1568,9 @@ module Aws::ComprehendMedical
1573
1568
  #
1574
1569
  # @option params [required, String] :data_access_role_arn
1575
1570
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1576
- # Management (IAM) role that grants Comprehend Medical; read access to
1577
- # your input data. For more information, see [ Role-Based Permissions
1578
- # Required for Asynchronous Operations][1].
1571
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1572
+ # access to your input data. For more information, see [ Role-Based
1573
+ # Permissions Required for Asynchronous Operations][1].
1579
1574
  #
1580
1575
  #
1581
1576
  #
@@ -1586,7 +1581,7 @@ module Aws::ComprehendMedical
1586
1581
  #
1587
1582
  # @option params [String] :client_request_token
1588
1583
  # A unique identifier for the request. If you don't set the client
1589
- # request token, Comprehend Medical; generates one.
1584
+ # request token, Amazon Comprehend Medical generates one.
1590
1585
  #
1591
1586
  # **A suitable default value is auto-generated.** You should normally
1592
1587
  # not need to pass this option.**
@@ -1856,7 +1851,7 @@ module Aws::ComprehendMedical
1856
1851
  params: params,
1857
1852
  config: config)
1858
1853
  context[:gem_name] = 'aws-sdk-comprehendmedical'
1859
- context[:gem_version] = '1.43.0'
1854
+ context[:gem_version] = '1.44.0'
1860
1855
  Seahorse::Client::Request.new(handlers, context)
1861
1856
  end
1862
1857
 
@@ -21,12 +21,12 @@ module Aws::ComprehendMedical
21
21
  # @return [String]
22
22
  #
23
23
  # @!attribute [rw] score
24
- # The level of confidence that Comprehend Medical; has that the
24
+ # The level of confidence that Amazon Comprehend Medical has that the
25
25
  # segment of text is correctly recognized as an attribute.
26
26
  # @return [Float]
27
27
  #
28
28
  # @!attribute [rw] relationship_score
29
- # The level of confidence that Comprehend Medical; has that this
29
+ # The level of confidence that Amazon Comprehend Medical has that this
30
30
  # attribute is correctly related to this entity.
31
31
  # @return [Float]
32
32
  #
@@ -87,7 +87,7 @@ module Aws::ComprehendMedical
87
87
  #
88
88
  # @!attribute [rw] original_text_characters
89
89
  # The number of characters present in the input text document as
90
- # processed by Comprehend Medical.
90
+ # processed by Amazon Comprehend Medical.
91
91
  # @return [Integer]
92
92
  #
93
93
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/Characters AWS API Documentation
@@ -184,8 +184,8 @@ module Aws::ComprehendMedical
184
184
  # @return [String]
185
185
  #
186
186
  # @!attribute [rw] data_access_role_arn
187
- # The Amazon Resource Name (ARN) that gives Comprehend Medical; read
188
- # access to your input data.
187
+ # The Amazon Resource Name (ARN) that gives Amazon Comprehend Medical
188
+ # read access to your input data.
189
189
  # @return [String]
190
190
  #
191
191
  # @!attribute [rw] manifest_file_path
@@ -225,9 +225,9 @@ module Aws::ComprehendMedical
225
225
  end
226
226
 
227
227
  # @!attribute [rw] job_id
228
- # The identifier that Comprehend Medical; generated for the job. The
229
- # `StartEntitiesDetectionV2Job` operation returns this identifier in
230
- # its response.
228
+ # The identifier that Amazon Comprehend Medical generated for the job.
229
+ # The `StartEntitiesDetectionV2Job` operation returns this identifier
230
+ # in its response.
231
231
  # @return [String]
232
232
  #
233
233
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DescribeEntitiesDetectionV2JobRequest AWS API Documentation
@@ -279,8 +279,8 @@ module Aws::ComprehendMedical
279
279
  end
280
280
 
281
281
  # @!attribute [rw] job_id
282
- # The identifier that Comprehend Medical; generated for the job. The
283
- # `StartPHIDetectionJob` operation returns this identifier in its
282
+ # The identifier that Amazon Comprehend Medical generated for the job.
283
+ # The `StartPHIDetectionJob` operation returns this identifier in its
284
284
  # response.
285
285
  # @return [String]
286
286
  #
@@ -360,8 +360,7 @@ module Aws::ComprehendMedical
360
360
 
361
361
  # @!attribute [rw] text
362
362
  # A UTF-8 text string containing the clinical content being examined
363
- # for entities. Each string must contain fewer than 20,000 bytes of
364
- # characters.
363
+ # for entities.
365
364
  # @return [String]
366
365
  #
367
366
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntitiesRequest AWS API Documentation
@@ -376,9 +375,9 @@ module Aws::ComprehendMedical
376
375
  # The collection of medical entities extracted from the input text and
377
376
  # their associated information. For each entity, the response provides
378
377
  # the entity text, the entity category, where the entity text begins
379
- # and ends, and the level of confidence that Comprehend Medical; has
380
- # in the detection and analysis. Attributes and traits of the entity
381
- # are also returned.
378
+ # and ends, and the level of confidence that Amazon Comprehend Medical
379
+ # has in the detection and analysis. Attributes and traits of the
380
+ # entity are also returned.
382
381
  # @return [Array<Types::Entity>]
383
382
  #
384
383
  # @!attribute [rw] unmapped_attributes
@@ -411,8 +410,7 @@ module Aws::ComprehendMedical
411
410
 
412
411
  # @!attribute [rw] text
413
412
  # A UTF-8 string containing the clinical content being examined for
414
- # entities. Each string must contain fewer than 20,000 bytes of
415
- # characters.
413
+ # entities.
416
414
  # @return [String]
417
415
  #
418
416
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntitiesV2Request AWS API Documentation
@@ -460,8 +458,7 @@ module Aws::ComprehendMedical
460
458
 
461
459
  # @!attribute [rw] text
462
460
  # A UTF-8 text string containing the clinical content being examined
463
- # for PHI entities. Each string must contain fewer than 20,000 bytes
464
- # of characters.
461
+ # for PHI entities.
465
462
  # @return [String]
466
463
  #
467
464
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHIRequest AWS API Documentation
@@ -476,8 +473,8 @@ module Aws::ComprehendMedical
476
473
  # The collection of PHI entities extracted from the input text and
477
474
  # their associated information. For each entity, the response provides
478
475
  # the entity text, the entity category, where the entity text begins
479
- # and ends, and the level of confidence that Comprehend Medical; has
480
- # in its detection.
476
+ # and ends, and the level of confidence that Amazon Comprehend Medical
477
+ # has in its detection.
481
478
  # @return [Array<Types::Entity>]
482
479
  #
483
480
  # @!attribute [rw] pagination_token
@@ -522,8 +519,8 @@ module Aws::ComprehendMedical
522
519
  # @return [Integer]
523
520
  #
524
521
  # @!attribute [rw] score
525
- # The level of confidence that Comprehend Medical; has in the accuracy
526
- # of the detection.
522
+ # The level of confidence that Amazon Comprehend Medical has in the
523
+ # accuracy of the detection.
527
524
  # @return [Float]
528
525
  #
529
526
  # @!attribute [rw] text
@@ -749,7 +746,7 @@ module Aws::ComprehendMedical
749
746
  # @return [String]
750
747
  #
751
748
  # @!attribute [rw] score
752
- # The level of confidence that Comprehend Medical; has that the
749
+ # The level of confidence that Amazon Comprehend Medical has that the
753
750
  # segment of text is correctly recognized as a trait.
754
751
  # @return [Float]
755
752
  #
@@ -763,8 +760,7 @@ module Aws::ComprehendMedical
763
760
  end
764
761
 
765
762
  # @!attribute [rw] text
766
- # The input text used for analysis. The input for InferICD10CM is a
767
- # string from 1 to 10000 characters.
763
+ # The input text used for analysis.
768
764
  # @return [String]
769
765
  #
770
766
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferICD10CMRequest AWS API Documentation
@@ -804,8 +800,7 @@ module Aws::ComprehendMedical
804
800
  end
805
801
 
806
802
  # @!attribute [rw] text
807
- # The input text used for analysis. The input for InferRxNorm is a
808
- # string from 1 to 10000 characters.
803
+ # The input text used for analysis.
809
804
  # @return [String]
810
805
  #
811
806
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferRxNormRequest AWS API Documentation
@@ -845,8 +840,7 @@ module Aws::ComprehendMedical
845
840
  end
846
841
 
847
842
  # @!attribute [rw] text
848
- # The input text to be analyzed using InferSNOMEDCT. The text should
849
- # be a string with 1 to 10000 characters.
843
+ # The input text to be analyzed using InferSNOMEDCT.
850
844
  # @return [String]
851
845
  #
852
846
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferSNOMEDCTRequest AWS API Documentation
@@ -861,9 +855,9 @@ module Aws::ComprehendMedical
861
855
  # The collection of medical concept entities extracted from the input
862
856
  # text and their associated information. For each entity, the response
863
857
  # provides the entity text, the entity category, where the entity text
864
- # begins and ends, and the level of confidence that Comprehend Medical
865
- # has in the detection and analysis. Attributes and traits of the
866
- # entity are also returned.
858
+ # begins and ends, and the level of confidence that Amazon Comprehend
859
+ # Medical has in the detection and analysis. Attributes and traits of
860
+ # the entity are also returned.
867
861
  # @return [Array<Types::SNOMEDCTEntity>]
868
862
  #
869
863
  # @!attribute [rw] pagination_token
@@ -904,9 +898,6 @@ module Aws::ComprehendMedical
904
898
  # @!attribute [rw] s3_bucket
905
899
  # The URI of the S3 bucket that contains the input data. The bucket
906
900
  # must be in the same region as the API endpoint that you are calling.
907
- #
908
- # Each file in the document collection must be less than 40 KB. You
909
- # can store a maximum of 30 GB in the bucket.
910
901
  # @return [String]
911
902
  #
912
903
  # @!attribute [rw] s3_key
@@ -1182,9 +1173,10 @@ module Aws::ComprehendMedical
1182
1173
  # @return [String]
1183
1174
  #
1184
1175
  # @!attribute [rw] s3_key
1185
- # The path to the output data files in the S3 bucket. Comprehend
1186
- # Medical; creates an output directory using the job ID so that the
1187
- # output from one job does not overwrite the output of another.
1176
+ # The path to the output data files in the S3 bucket. Amazon
1177
+ # Comprehend Medical creates an output directory using the job ID so
1178
+ # that the output from one job does not overwrite the output of
1179
+ # another.
1188
1180
  # @return [String]
1189
1181
  #
1190
1182
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/OutputDataConfig AWS API Documentation
@@ -1220,8 +1212,8 @@ module Aws::ComprehendMedical
1220
1212
  # @return [String]
1221
1213
  #
1222
1214
  # @!attribute [rw] score
1223
- # The level of confidence that Comprehend Medical has that the segment
1224
- # of text is correctly recognized as an attribute.
1215
+ # The level of confidence that Amazon Comprehend Medical has that the
1216
+ # segment of text is correctly recognized as an attribute.
1225
1217
  # @return [Float]
1226
1218
  #
1227
1219
  # @!attribute [rw] relationship_score
@@ -1413,12 +1405,12 @@ module Aws::ComprehendMedical
1413
1405
  # @return [String]
1414
1406
  #
1415
1407
  # @!attribute [rw] score
1416
- # The level of confidence that Comprehend Medical has that the segment
1417
- # of text is correctly recognized as an attribute.
1408
+ # The level of confidence that Amazon Comprehend Medical has that the
1409
+ # segment of text is correctly recognized as an attribute.
1418
1410
  # @return [Float]
1419
1411
  #
1420
1412
  # @!attribute [rw] relationship_score
1421
- # The level of confidence that Comprehend Medical has that this
1413
+ # The level of confidence that Amazon Comprehend Medical has that this
1422
1414
  # attribute is correctly related to this entity.
1423
1415
  # @return [Float]
1424
1416
  #
@@ -1489,8 +1481,8 @@ module Aws::ComprehendMedical
1489
1481
  # @return [String]
1490
1482
  #
1491
1483
  # @!attribute [rw] score
1492
- # The level of confidence Comprehend Medical has that the entity
1493
- # should be linked to the identified SNOMED-CT concept.
1484
+ # The level of confidence Amazon Comprehend Medical has that the
1485
+ # entity should be linked to the identified SNOMED-CT concept.
1494
1486
  # @return [Float]
1495
1487
  #
1496
1488
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/SNOMEDCTConcept AWS API Documentation
@@ -1534,9 +1526,9 @@ module Aws::ComprehendMedical
1534
1526
  # The collection of medical entities extracted from the input text and
1535
1527
  # their associated information. For each entity, the response provides
1536
1528
  # the entity text, the entity category, where the entity text begins and
1537
- # ends, and the level of confidence that Comprehend Medical has in the
1538
- # detection and analysis. Attributes and traits of the entity are also
1539
- # returned.
1529
+ # ends, and the level of confidence that Amazon Comprehend Medical has
1530
+ # in the detection and analysis. Attributes and traits of the entity are
1531
+ # also returned.
1540
1532
  #
1541
1533
  # @!attribute [rw] id
1542
1534
  # The numeric identifier for the entity. This is a monotonically
@@ -1561,8 +1553,8 @@ module Aws::ComprehendMedical
1561
1553
  # @return [String]
1562
1554
  #
1563
1555
  # @!attribute [rw] score
1564
- # The level of confidence that Comprehend Medical has in the accuracy
1565
- # of the detected entity.
1556
+ # The level of confidence that Amazon Comprehend Medical has in the
1557
+ # accuracy of the detected entity.
1566
1558
  # @return [Float]
1567
1559
  #
1568
1560
  # @!attribute [rw] begin_offset
@@ -1615,8 +1607,8 @@ module Aws::ComprehendMedical
1615
1607
  # @return [String]
1616
1608
  #
1617
1609
  # @!attribute [rw] score
1618
- # The level of confidence that Comprehend Medical has in the accuracy
1619
- # of a detected trait.
1610
+ # The level of confidence that Amazon Comprehend Medical has in the
1611
+ # accuracy of a detected trait.
1620
1612
  # @return [Float]
1621
1613
  #
1622
1614
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/SNOMEDCTTrait AWS API Documentation
@@ -1628,8 +1620,8 @@ module Aws::ComprehendMedical
1628
1620
  include Aws::Structure
1629
1621
  end
1630
1622
 
1631
- # The Comprehend Medical; service is temporarily unavailable. Please
1632
- # wait and then retry your request.
1623
+ # The Amazon Comprehend Medical service is temporarily unavailable.
1624
+ # Please wait and then retry your request.
1633
1625
  #
1634
1626
  # @!attribute [rw] message
1635
1627
  # @return [String]
@@ -1654,9 +1646,9 @@ module Aws::ComprehendMedical
1654
1646
  #
1655
1647
  # @!attribute [rw] data_access_role_arn
1656
1648
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1657
- # Management (IAM) role that grants Comprehend Medical; read access to
1658
- # your input data. For more information, see [ Role-Based Permissions
1659
- # Required for Asynchronous Operations][1].
1649
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1650
+ # access to your input data. For more information, see [Role-Based
1651
+ # Permissions Required for Asynchronous Operations][1].
1660
1652
  #
1661
1653
  #
1662
1654
  #
@@ -1669,7 +1661,7 @@ module Aws::ComprehendMedical
1669
1661
  #
1670
1662
  # @!attribute [rw] client_request_token
1671
1663
  # A unique identifier for the request. If you don't set the client
1672
- # request token, Comprehend Medical; generates one for you.
1664
+ # request token, Amazon Comprehend Medical generates one for you.
1673
1665
  #
1674
1666
  # **A suitable default value is auto-generated.** You should normally
1675
1667
  # not need to pass this option.
@@ -1682,8 +1674,8 @@ module Aws::ComprehendMedical
1682
1674
  #
1683
1675
  # @!attribute [rw] language_code
1684
1676
  # The language of the input documents. All documents must be in the
1685
- # same language. Comprehend Medical; processes files in US English
1686
- # (en).
1677
+ # same language. Amazon Comprehend Medical processes files in US
1678
+ # English (en).
1687
1679
  # @return [String]
1688
1680
  #
1689
1681
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/StartEntitiesDetectionV2JobRequest AWS API Documentation
@@ -1724,9 +1716,9 @@ module Aws::ComprehendMedical
1724
1716
  #
1725
1717
  # @!attribute [rw] data_access_role_arn
1726
1718
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1727
- # Management (IAM) role that grants Comprehend Medical; read access to
1728
- # your input data. For more information, see [ Role-Based Permissions
1729
- # Required for Asynchronous Operations][1].
1719
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1720
+ # access to your input data. For more information, see [ Role-Based
1721
+ # Permissions Required for Asynchronous Operations][1].
1730
1722
  #
1731
1723
  #
1732
1724
  #
@@ -1739,7 +1731,7 @@ module Aws::ComprehendMedical
1739
1731
  #
1740
1732
  # @!attribute [rw] client_request_token
1741
1733
  # A unique identifier for the request. If you don't set the client
1742
- # request token, Comprehend Medical; generates one.
1734
+ # request token, Amazon Comprehend Medical generates one.
1743
1735
  #
1744
1736
  # **A suitable default value is auto-generated.** You should normally
1745
1737
  # not need to pass this option.
@@ -1792,9 +1784,9 @@ module Aws::ComprehendMedical
1792
1784
  #
1793
1785
  # @!attribute [rw] data_access_role_arn
1794
1786
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1795
- # Management (IAM) role that grants Comprehend Medical; read access to
1796
- # your input data. For more information, see [ Role-Based Permissions
1797
- # Required for Asynchronous Operations][1].
1787
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1788
+ # access to your input data. For more information, see [ Role-Based
1789
+ # Permissions Required for Asynchronous Operations][1].
1798
1790
  #
1799
1791
  #
1800
1792
  #
@@ -1807,7 +1799,7 @@ module Aws::ComprehendMedical
1807
1799
  #
1808
1800
  # @!attribute [rw] client_request_token
1809
1801
  # A unique identifier for the request. If you don't set the client
1810
- # request token, Comprehend Medical; generates one.
1802
+ # request token, Amazon Comprehend Medical generates one.
1811
1803
  #
1812
1804
  # **A suitable default value is auto-generated.** You should normally
1813
1805
  # not need to pass this option.
@@ -1860,9 +1852,9 @@ module Aws::ComprehendMedical
1860
1852
  #
1861
1853
  # @!attribute [rw] data_access_role_arn
1862
1854
  # The Amazon Resource Name (ARN) of the AWS Identity and Access
1863
- # Management (IAM) role that grants Comprehend Medical; read access to
1864
- # your input data. For more information, see [ Role-Based Permissions
1865
- # Required for Asynchronous Operations][1].
1855
+ # Management (IAM) role that grants Amazon Comprehend Medical read
1856
+ # access to your input data. For more information, see [ Role-Based
1857
+ # Permissions Required for Asynchronous Operations][1].
1866
1858
  #
1867
1859
  #
1868
1860
  #
@@ -1875,7 +1867,7 @@ module Aws::ComprehendMedical
1875
1867
  #
1876
1868
  # @!attribute [rw] client_request_token
1877
1869
  # A unique identifier for the request. If you don't set the client
1878
- # request token, Comprehend Medical; generates one.
1870
+ # request token, Amazon Comprehend Medical generates one.
1879
1871
  #
1880
1872
  # **A suitable default value is auto-generated.** You should normally
1881
1873
  # not need to pass this option.
@@ -2142,8 +2134,8 @@ module Aws::ComprehendMedical
2142
2134
  # @return [String]
2143
2135
  #
2144
2136
  # @!attribute [rw] score
2145
- # The level of confidence that Comprehend Medical; has in the accuracy
2146
- # of this trait.
2137
+ # The level of confidence that Amazon Comprehend Medical has in the
2138
+ # accuracy of this trait.
2147
2139
  # @return [Float]
2148
2140
  #
2149
2141
  # @see http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/Trait AWS API Documentation
@@ -2155,8 +2147,8 @@ module Aws::ComprehendMedical
2155
2147
  include Aws::Structure
2156
2148
  end
2157
2149
 
2158
- # An attribute that was extracted, but Comprehend Medical; was unable to
2159
- # relate to an entity.
2150
+ # An attribute that was extracted, but Amazon Comprehend Medical was
2151
+ # unable to relate to an entity.
2160
2152
  #
2161
2153
  # @!attribute [rw] type
2162
2154
  # The type of the unmapped attribute, could be one of the following
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-comprehendmedical/customizations'
52
52
  # @!group service
53
53
  module Aws::ComprehendMedical
54
54
 
55
- GEM_VERSION = '1.43.0'
55
+ GEM_VERSION = '1.44.0'
56
56
 
57
57
  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.43.0
4
+ version: 1.44.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core