Skip to content

Commit

Permalink
Updates SDK to v2.437.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 5, 2019
1 parent 5f1db9b commit 36161b7
Show file tree
Hide file tree
Showing 24 changed files with 1,106 additions and 531 deletions.
27 changes: 27 additions & 0 deletions .changes/2.437.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "With this release AWS Comprehend provides confusion matrix for custom document classifier."
},
{
"type": "feature",
"category": "Glue",
"description": "AWS Glue now supports workerType choices in the CreateJob, UpdateJob, and StartJobRun APIs, to be used for memory-intensive jobs."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "Rectify incorrect modelling of DisassociateCertificate method"
},
{
"type": "feature",
"category": "MediaLive",
"description": "Today AWS Elemental MediaLive (https://aws.amazon.com/medialive/) adds the option to create \"Single Pipeline\" channels, which offers a lower-cost option compared to Standard channels. MediaLive Single Pipeline channels have a single encoding pipeline rather than the redundant dual Availability Zone (AZ) pipelines that MediaLive provides with a \"Standard\" channel."
},
{
"type": "feature",
"category": "docs",
"description": "update doc operation example to use 'NUMBER_VALUE' instead of 0 in input"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/feature-docs-45c289fa.json

This file was deleted.

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.436.0-->
<!--LATEST=2.437.0-->
<!--ENTRYINSERT-->

## 2.437.0
* feature: Comprehend: With this release AWS Comprehend provides confusion matrix for custom document classifier.
* feature: Glue: AWS Glue now supports workerType choices in the CreateJob, UpdateJob, and StartJobRun APIs, to be used for memory-intensive jobs.
* feature: MediaConvert: Rectify incorrect modelling of DisassociateCertificate method
* feature: MediaLive: Today AWS Elemental MediaLive (https://aws.amazon.com/medialive/) adds the option to create "Single Pipeline" channels, which offers a lower-cost option compared to Standard channels. MediaLive Single Pipeline channels have a single encoding pipeline rather than the redundant dual Availability Zone (AZ) pipelines that MediaLive provides with a "Standard" channel.
* feature: docs: update doc operation example to use 'NUMBER_VALUE' instead of 0 in input

## 2.436.0
* feature: EKS: Added support to enable or disable publishing Kubernetes cluster logs in AWS CloudWatch

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.436.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.437.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 36161b7

Please sign in to comment.