Skip to content

Commit

Permalink
Updates SDK to v2.591.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 16, 2019
1 parent 7089f55 commit 97067e1
Show file tree
Hide file tree
Showing 18 changed files with 2,714 additions and 1,373 deletions.
17 changes: 17 additions & 0 deletions .changes/2.591.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ComprehendMedical",
"description": "New Ontology linking APIs will provides medication concepts normalization and Diagnoses codes from input text. In this release we will provide two APIs - RxNorm and ICD10-CM. "
},
{
"type": "feature",
"category": "EC2",
"description": "You can now configure your EC2 Fleet to preferentially use EC2 Capacity Reservations for launching On-Demand instances, enabling you to fully utilize the available (and unused) Capacity Reservations before launching On-Demand instances on net new capacity."
},
{
"type": "feature",
"category": "MQ",
"description": "Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.590.0-->
<!--LATEST=2.591.0-->
<!--ENTRYINSERT-->

## 2.591.0
* feature: ComprehendMedical: New Ontology linking APIs will provides medication concepts normalization and Diagnoses codes from input text. In this release we will provide two APIs - RxNorm and ICD10-CM.
* feature: EC2: You can now configure your EC2 Fleet to preferentially use EC2 Capacity Reservations for launching On-Demand instances, enabling you to fully utilize the available (and unused) Capacity Reservations before launching On-Demand instances on net new capacity.
* feature: MQ: Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS.

## 2.590.0
* feature: CodeBuild: CodeBuild adds support for cross account
* feature: Detective: This is the initial release of Amazon Detective.
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.590.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.591.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
212 changes: 206 additions & 6 deletions apis/comprehendmedical-2018-10-30.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,188 @@
}
}
},
"InferICD10CM": {
"input": {
"type": "structure",
"required": [
"Text"
],
"members": {
"Text": {}
}
},
"output": {
"type": "structure",
"required": [
"Entities"
],
"members": {
"Entities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"type": "integer"
},
"Text": {},
"Category": {},
"Type": {},
"Score": {
"type": "float"
},
"BeginOffset": {
"type": "integer"
},
"EndOffset": {
"type": "integer"
},
"Attributes": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Score": {
"type": "float"
},
"RelationshipScore": {
"type": "float"
},
"Id": {
"type": "integer"
},
"BeginOffset": {
"type": "integer"
},
"EndOffset": {
"type": "integer"
},
"Text": {},
"Traits": {
"shape": "S1f"
}
}
}
},
"Traits": {
"shape": "S1f"
},
"ICD10CMConcepts": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Description": {},
"Code": {},
"Score": {
"type": "float"
}
}
}
}
}
}
},
"PaginationToken": {},
"ModelVersion": {}
}
}
},
"InferRxNorm": {
"input": {
"type": "structure",
"required": [
"Text"
],
"members": {
"Text": {}
}
},
"output": {
"type": "structure",
"required": [
"Entities"
],
"members": {
"Entities": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Id": {
"type": "integer"
},
"Text": {},
"Category": {},
"Type": {},
"Score": {
"type": "float"
},
"BeginOffset": {
"type": "integer"
},
"EndOffset": {
"type": "integer"
},
"Attributes": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Score": {
"type": "float"
},
"RelationshipScore": {
"type": "float"
},
"Id": {
"type": "integer"
},
"BeginOffset": {
"type": "integer"
},
"EndOffset": {
"type": "integer"
},
"Text": {},
"Traits": {
"shape": "S1t"
}
}
}
},
"Traits": {
"shape": "S1t"
},
"RxNormConcepts": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Description": {},
"Code": {},
"Score": {
"type": "float"
}
}
}
}
}
}
},
"PaginationToken": {},
"ModelVersion": {}
}
}
},
"ListEntitiesDetectionV2Jobs": {
"input": {
"type": "structure",
"members": {
"Filter": {
"shape": "S16"
"shape": "S1z"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -152,7 +328,7 @@
"type": "structure",
"members": {
"ComprehendMedicalAsyncJobPropertiesList": {
"shape": "S19"
"shape": "S22"
},
"NextToken": {}
}
Expand All @@ -163,7 +339,7 @@
"type": "structure",
"members": {
"Filter": {
"shape": "S16"
"shape": "S1z"
},
"NextToken": {},
"MaxResults": {
Expand All @@ -175,7 +351,7 @@
"type": "structure",
"members": {
"ComprehendMedicalAsyncJobPropertiesList": {
"shape": "S19"
"shape": "S22"
},
"NextToken": {}
}
Expand Down Expand Up @@ -411,7 +587,31 @@
}
}
},
"S16": {
"S1f": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Score": {
"type": "float"
}
}
}
},
"S1t": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Score": {
"type": "float"
}
}
}
},
"S1z": {
"type": "structure",
"members": {
"JobName": {},
Expand All @@ -424,7 +624,7 @@
}
}
},
"S19": {
"S22": {
"type": "list",
"member": {
"shape": "S4"
Expand Down
Loading

0 comments on commit 97067e1

Please sign in to comment.