Skip to content

Commit

Permalink
Updates SDK to v2.535.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 24, 2019
1 parent bd7aef8 commit 5d6b80c
Show file tree
Hide file tree
Showing 18 changed files with 1,984 additions and 192 deletions.
17 changes: 17 additions & 0 deletions .changes/2.535.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ComprehendMedical",
"description": "Use Amazon Comprehend Medical to analyze medical text stored in the specified Amazon S3 bucket. Use the console to create and manage batch analysis jobs, or use the batch APIs to detect both medical entities and protected health information (PHI). The batch APIs start, stop, list, and retrieve information about batch analysis jobs. This release also includes DetectEntitiesV2 operation which returns the Acuity and Direction entities as attributes instead of types."
},
{
"type": "feature",
"category": "DataSync",
"description": "Added S3StorageClass, OverwriteMode sync option, and ONLY_FILES_TRANSFERRED setting for the VerifyMode sync option."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "With this update Amazon Transcribe enables you to provide an AWS KMS key to encrypt your transcription output."
}
]
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.534.0-->
<!--LATEST=2.535.0-->
<!--ENTRYINSERT-->

## 2.535.0
* feature: ComprehendMedical: Use Amazon Comprehend Medical to analyze medical text stored in the specified Amazon S3 bucket. Use the console to create and manage batch analysis jobs, or use the batch APIs to detect both medical entities and protected health information (PHI). The batch APIs start, stop, list, and retrieve information about batch analysis jobs. This release also includes DetectEntitiesV2 operation which returns the Acuity and Direction entities as attributes instead of types.
* feature: DataSync: Added S3StorageClass, OverwriteMode sync option, and ONLY_FILES_TRANSFERRED setting for the VerifyMode sync option.
* feature: TranscribeService: With this update Amazon Transcribe enables you to provide an AWS KMS key to encrypt your transcription output.

## 2.534.0
* feature: RDSDataService: RDS Data API now supports Amazon Aurora Serverless PostgreSQL databases.
* feature: Redshift: Adds API operation DescribeNodeConfigurationOptions and associated data structures.
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.534.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.535.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
Loading

0 comments on commit 5d6b80c

Please sign in to comment.