Skip to content

Commit

Permalink
Updates SDK to v2.631.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 2, 2020
1 parent 16b30c6 commit 828e428
Show file tree
Hide file tree
Showing 17 changed files with 822 additions and 224 deletions.
12 changes: 12 additions & 0 deletions .changes/2.631.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Introducing Amazon CloudWatch Composite Alarms"
},
{
"type": "feature",
"category": "ComprehendMedical",
"description": "New Time Expression feature, part of DetectEntitiesV2 API will provide temporal relations to existing NERe entities such as Medication, Test, Treatment, Procedure and Medical conditions. "
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.630.0-->
<!--LATEST=2.631.0-->
<!--ENTRYINSERT-->

## 2.631.0
* feature: CloudWatch: Introducing Amazon CloudWatch Composite Alarms
* feature: ComprehendMedical: New Time Expression feature, part of DetectEntitiesV2 API will provide temporal relations to existing NERe entities such as Medication, Test, Treatment, Procedure and Medical conditions.

## 2.630.0
* feature: ConfigService: Correcting list of supported resource types.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.630.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.631.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
32 changes: 17 additions & 15 deletions apis/comprehendmedical-2018-10-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"shape": "Sn"
},
"UnmappedAttributes": {
"shape": "Sz"
"shape": "S10"
},
"PaginationToken": {},
"ModelVersion": {}
Expand Down Expand Up @@ -103,7 +103,7 @@
"shape": "Sn"
},
"UnmappedAttributes": {
"shape": "Sz"
"shape": "S10"
},
"PaginationToken": {},
"ModelVersion": {}
Expand Down Expand Up @@ -194,13 +194,13 @@
},
"Text": {},
"Traits": {
"shape": "S1f"
"shape": "S1g"
}
}
}
},
"Traits": {
"shape": "S1f"
"shape": "S1g"
},
"ICD10CMConcepts": {
"type": "list",
Expand Down Expand Up @@ -282,13 +282,13 @@
},
"Text": {},
"Traits": {
"shape": "S1t"
"shape": "S1u"
}
}
}
},
"Traits": {
"shape": "S1t"
"shape": "S1u"
},
"RxNormConcepts": {
"type": "list",
Expand Down Expand Up @@ -316,7 +316,7 @@
"type": "structure",
"members": {
"Filter": {
"shape": "S1z"
"shape": "S20"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -328,7 +328,7 @@
"type": "structure",
"members": {
"ComprehendMedicalAsyncJobPropertiesList": {
"shape": "S22"
"shape": "S23"
},
"NextToken": {}
}
Expand All @@ -339,7 +339,7 @@
"type": "structure",
"members": {
"Filter": {
"shape": "S1z"
"shape": "S20"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -351,7 +351,7 @@
"type": "structure",
"members": {
"ComprehendMedicalAsyncJobPropertiesList": {
"shape": "S22"
"shape": "S23"
},
"NextToken": {}
}
Expand Down Expand Up @@ -560,6 +560,7 @@
"RelationshipScore": {
"type": "float"
},
"RelationshipType": {},
"Id": {
"type": "integer"
},
Expand All @@ -570,12 +571,13 @@
"type": "integer"
},
"Text": {},
"Category": {},
"Traits": {
"shape": "Su"
}
}
},
"Sz": {
"S10": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -587,7 +589,7 @@
}
}
},
"S1f": {
"S1g": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -599,7 +601,7 @@
}
}
},
"S1t": {
"S1u": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -611,7 +613,7 @@
}
}
},
"S1z": {
"S20": {
"type": "structure",
"members": {
"JobName": {},
Expand All @@ -624,7 +626,7 @@
}
}
},
"S22": {
"S23": {
"type": "list",
"member": {
"shape": "S4"
Expand Down
51 changes: 44 additions & 7 deletions apis/comprehendmedical-2018-10-30.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"shape": "TextSizeLimitExceededException"
}
],
"documentation": "<p>Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.</p> <p>The <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a> operation. This new action uses a different model for determining the entities in your medical text and changes the way that some entities are returned in the output. You should use the <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and <code>Direction</code> entities as attributes instead of types. </p>"
"documentation": "<p>Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information. Amazon Comprehend Medical only detects medical entities in English language texts.</p> <p>The <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a> operation. This new action uses a different model for determining the entities in your medical text and changes the way that some entities are returned in the output. You should use the <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and <code>Direction</code> entities as attributes instead of types. </p>"
},
"DetectPHI": {
"name": "DetectPHI",
Expand Down Expand Up @@ -172,7 +172,7 @@
"shape": "TextSizeLimitExceededException"
}
],
"documentation": "<p> Inspects the clinical text for protected health information (PHI) entities and entity category, location, and confidence score on that information.</p>"
"documentation": "<p> Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.</p>"
},
"InferICD10CM": {
"name": "InferICD10CM",
Expand Down Expand Up @@ -206,7 +206,7 @@
"shape": "TextSizeLimitExceededException"
}
],
"documentation": "<p>InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.</p>"
"documentation": "<p>InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend Medical only detects medical entities in English language texts.</p>"
},
"InferRxNorm": {
"name": "InferRxNorm",
Expand Down Expand Up @@ -240,7 +240,7 @@
"shape": "TextSizeLimitExceededException"
}
],
"documentation": "<p>InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.</p>"
"documentation": "<p>InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine. Amazon Comprehend Medical only detects medical entities in English language texts.</p>"
},
"ListEntitiesDetectionV2Jobs": {
"name": "ListEntitiesDetectionV2Jobs",
Expand Down Expand Up @@ -424,6 +424,10 @@
"shape": "Float",
"documentation": "<p> The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity. </p>"
},
"RelationshipType": {
"shape": "RelationshipType",
"documentation": "<p>The type of relationship between the entity and attribute. Type for the relationship is <code>OVERLAP</code>, indicating that the entity occurred at the same time as the <code>Date_Expression</code>. </p>"
},
"Id": {
"shape": "Integer",
"documentation": "<p> The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier. </p>"
Expand All @@ -440,6 +444,10 @@
"shape": "String",
"documentation": "<p> The segment of input text extracted as this attribute.</p>"
},
"Category": {
"shape": "EntityType",
"documentation": "<p> The category of attribute. </p>"
},
"Traits": {
"shape": "TraitList",
"documentation": "<p> Contextual information for this attribute. </p>"
Expand Down Expand Up @@ -790,7 +798,13 @@
"SYSTEM_ORGAN_SITE",
"DIRECTION",
"QUALITY",
"QUANTITY"
"QUANTITY",
"TIME_EXPRESSION",
"TIME_TO_MEDICATION_NAME",
"TIME_TO_DX_NAME",
"TIME_TO_TEST_NAME",
"TIME_TO_PROCEDURE_NAME",
"TIME_TO_TREATMENT_NAME"
]
},
"EntityType": {
Expand All @@ -800,7 +814,8 @@
"MEDICAL_CONDITION",
"PROTECTED_HEALTH_INFORMATION",
"TEST_TREATMENT_PROCEDURE",
"ANATOMY"
"ANATOMY",
"TIME_EXPRESSION"
]
},
"Float": {
Expand Down Expand Up @@ -1062,7 +1077,7 @@
"documentation": "<p>The path to the input data files in the S3 bucket.</p>"
}
},
"documentation": "<p>The input properties for an entities detection job</p>"
"documentation": "<p>The input properties for an entities detection job.</p>"
},
"Integer": {
"type": "integer"
Expand Down Expand Up @@ -1198,6 +1213,28 @@
},
"documentation": "<p>The output properties for a detection job.</p>"
},
"RelationshipType": {
"type": "string",
"enum": [
"EVERY",
"WITH_DOSAGE",
"ADMINISTERED_VIA",
"FOR",
"NEGATIVE",
"OVERLAP",
"DOSAGE",
"ROUTE_OR_MODE",
"FORM",
"FREQUENCY",
"DURATION",
"STRENGTH",
"RATE",
"ACUITY",
"TEST_VALUE",
"TEST_UNITS",
"DIRECTION"
]
},
"RxNormAttribute": {
"type": "structure",
"members": {
Expand Down
Loading

0 comments on commit 828e428

Please sign in to comment.