Skip to content

Commit

Permalink
Updates SDK to v2.637.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 10, 2020
1 parent db4cb0f commit f1d2c7d
Show file tree
Hide file tree
Showing 20 changed files with 1,347 additions and 1,181 deletions.
27 changes: 27 additions & 0 deletions .changes/2.637.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "EC2",
"description": "Documentation updates for EC2"
},
{
"type": "feature",
"category": "IoTEvents",
"description": "API update that adds a new parameter, durationExpression, to SetTimerAction, and deprecates seconds"
},
{
"type": "feature",
"category": "MarketplaceCommerceAnalytics",
"description": "Change the disbursement data set to look past 31 days instead until the beginning of the month."
},
{
"type": "feature",
"category": "ServerlessApplicationRepository",
"description": "AWS Serverless Application Repository now supports sharing applications privately with AWS Organizations."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.636.0-->
<!--LATEST=2.637.0-->
<!--ENTRYINSERT-->

## 2.637.0
* feature: EC2: Documentation updates for EC2
* feature: IoTEvents: API update that adds a new parameter, durationExpression, to SetTimerAction, and deprecates seconds
* feature: MarketplaceCommerceAnalytics: Change the disbursement data set to look past 31 days instead until the beginning of the month.
* feature: ServerlessApplicationRepository: AWS Serverless Application Repository now supports sharing applications privately with AWS Organizations.
* feature: TranscribeService: Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript.

## 2.636.0
* feature: DMS: Added new settings for Kinesis target to include detailed transaction info; to capture table DDL details; to use single-line unformatted json, which can be directly queried by AWS Athena if data is streamed into S3 through AWS Kinesis Firehose. Added CdcInsertsAndUpdates in S3 target settings to allow capture ongoing insertions and updates only.
* feature: EC2: Amazon Virtual Private Cloud (VPC) NAT Gateway adds support for tagging on resource creation.
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.636.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.637.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 f1d2c7d

Please sign in to comment.