Skip to content

Commit

Permalink
Updates SDK to v2.515.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 21, 2019
1 parent b796549 commit 67898c7
Show file tree
Hide file tree
Showing 37 changed files with 5,993 additions and 406 deletions.
32 changes: 32 additions & 0 deletions .changes/2.515.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "ElastiCache",
"description": "ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups "
},
{
"type": "feature",
"category": "ForecastQueryService",
"description": "Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data"
},
{
"type": "feature",
"category": "ForecastService",
"description": "Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data"
},
{
"type": "feature",
"category": "PersonalizeRuntime",
"description": "Increased limits on number of items recommended and reranked: The maximum number of results returned from getRecommendations API has been increased to 200. The maximum number of items which can be reranked via getPersonalizedRanking API has been increased to 200."
},
{
"type": "feature",
"category": "SQS",
"description": "This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support.\""
}
]
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.514.0-->
<!--LATEST=2.515.0-->
<!--ENTRYINSERT-->

## 2.515.0
* feature: ElastiCache: ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
* feature: ForecastQueryService: Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data
* feature: ForecastService: Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data
* feature: PersonalizeRuntime: Increased limits on number of items recommended and reranked: The maximum number of results returned from getRecommendations API has been increased to 200. The maximum number of items which can be reranked via getPersonalizedRanking API has been increased to 200.
* feature: SQS: This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.
* feature: SageMaker: Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."

## 2.514.0
* feature: AlexaForBusiness: Adding support for optional locale input in CreateProfile and UpdateProfile APIs
* feature: AppStream: Includes API updates to support streaming through VPC endpoints for image builders and stacks.
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.514.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.515.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
10 changes: 8 additions & 2 deletions apis/elasticache-2015-02-02.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,10 @@
"type": "structure",
"members": {
"ScaleUpModifications": {
"type": "list",
"member": {}
"shape": "S4p"
},
"ScaleDownModifications": {
"shape": "S4p"
}
}
}
Expand Down Expand Up @@ -1999,6 +2001,10 @@
"type": "list",
"member": {}
},
"S4p": {
"type": "list",
"member": {}
},
"S4u": {
"type": "list",
"member": {
Expand Down
4 changes: 4 additions & 0 deletions apis/elasticache-2015-02-02.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1514,6 +1514,10 @@
"ScaleUpModifications": {
"shape": "NodeTypeList",
"documentation": "<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
},
"ScaleDownModifications": {
"shape": "NodeTypeList",
"documentation": "<p>A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.</p> <p>When scaling down on a Redis cluster or replication group using <code>ModifyCacheCluster</code> or <code>ModifyReplicationGroup</code>, use a value from this list for the <code>CacheNodeType</code> parameter.</p>"
}
},
"documentation": "<p>Represents the allowed node types you can use to modify your cluster or replication group.</p>"
Expand Down
5 changes: 5 additions & 0 deletions apis/forecast-2018-06-26.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 67898c7

Please sign in to comment.