Skip to content

Commit

Permalink
Updates SDK to v2.760.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 24, 2020
1 parent 2a99f5b commit 481965e
Show file tree
Hide file tree
Showing 26 changed files with 522 additions and 188 deletions.
32 changes: 32 additions & 0 deletions .changes/2.760.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Amplify",
"description": "Allow Oauth Token in CreateApp call to be a maximum of 1000 characters instead of 100"
},
{
"type": "feature",
"category": "EKS",
"description": "Amazon EKS now supports configuring your cluster's service CIDR during cluster creation."
},
{
"type": "feature",
"category": "SavingsPlans",
"description": "Introducing Queued SavingsPlans that will enable customers to queue their purchase request of Savings Plans for future dates."
},
{
"type": "feature",
"category": "Synthetics",
"description": "AWS Synthetics now supports AWS X-Ray Active Tracing feature. RunConfig is now an optional parameter with timeout updated from (60 - 900 seconds) to (3 - 840 seconds)."
},
{
"type": "feature",
"category": "Textract",
"description": "AWS Textract now supports output results for asynchronous jobs to customer specified s3 bucket."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe now supports WebM, OGG, AMR and AMR-WB as input formats. You can also specify an output key as a location within your S3 buckets to store the output of your transcription jobs."
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.759.0-->
<!--LATEST=2.760.0-->
<!--ENTRYINSERT-->

## 2.760.0
* feature: Amplify: Allow Oauth Token in CreateApp call to be a maximum of 1000 characters instead of 100
* feature: EKS: Amazon EKS now supports configuring your cluster's service CIDR during cluster creation.
* feature: SavingsPlans: Introducing Queued SavingsPlans that will enable customers to queue their purchase request of Savings Plans for future dates.
* feature: Synthetics: AWS Synthetics now supports AWS X-Ray Active Tracing feature. RunConfig is now an optional parameter with timeout updated from (60 - 900 seconds) to (3 - 840 seconds).
* feature: Textract: AWS Textract now supports output results for asynchronous jobs to customer specified s3 bucket.
* feature: TranscribeService: Amazon Transcribe now supports WebM, OGG, AMR and AMR-WB as input formats. You can also specify an output key as a location within your S3 buckets to store the output of your transcription jobs.

## 2.759.0
* feature: Backup: This release allows customers to enable or disable advanced backup settings in backup plan. As part of this feature AWS Backup added support for Windows VSS backup option for EC2 resources.
* feature: CostExplorer: This release provides access to Cost Anomaly Detection Public Preview APIs. Cost Anomaly Detection finds cost anomalies based on your historical cost and usage using Machine Learning models.
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.759.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.760.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
4 changes: 2 additions & 2 deletions apis/amplify-2017-07-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1970,7 +1970,7 @@
},
"status": {
"shape": "Status",
"documentation": "<p> The status code for a URL rewrite or redirect rule. </p>"
"documentation": "<p> The status code for a URL rewrite or redirect rule. </p> <dl> <dt>200</dt> <dd> <p>Represents a 200 rewrite rule.</p> </dd> <dt>301</dt> <dd> <p>Represents a 301 (moved pemanently) redirect rule. This and all future requests should be directed to the target URL. </p> </dd> <dt>302</dt> <dd> <p>Represents a 302 temporary redirect rule.</p> </dd> <dt>404</dt> <dd> <p>Represents a 404 redirect rule.</p> </dd> <dt>404-200</dt> <dd> <p>Represents a 404 rewrite rule.</p> </dd> </dl>"
},
"condition": {
"shape": "Condition",
Expand Down Expand Up @@ -3119,7 +3119,7 @@
},
"OauthToken": {
"type": "string",
"max": 100,
"max": 1000,
"sensitive": true
},
"Platform": {
Expand Down
Loading

0 comments on commit 481965e

Please sign in to comment.