Skip to content

Commit

Permalink
Updates SDK to v2.296.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 17, 2018
1 parent 7924728 commit b0739d8
Show file tree
Hide file tree
Showing 17 changed files with 6,457 additions and 5,664 deletions.
12 changes: 12 additions & 0 deletions .changes/2.296.0.json
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "DAX",
"description": "DAX CreateClusterRequest is updated to include IamRoleArn as a required request parameter. "
},
{
"type": "feature",
"category": "SageMaker",
"description": "Added an optional boolean parameter, 'DisassociateLifecycleConfig', to the UpdateNotebookInstance operation. When set to true, the lifecycle configuration associated with the notebook instance will be removed, allowing a new one to be set via a new 'LifecycleConfigName' parameter."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.295.0-->
<!--LATEST=2.296.0-->
<!--ENTRYINSERT-->

## 2.296.0
* feature: DAX: DAX CreateClusterRequest is updated to include IamRoleArn as a required request parameter.
* feature: SageMaker: Added an optional boolean parameter, 'DisassociateLifecycleConfig', to the UpdateNotebookInstance operation. When set to true, the lifecycle configuration associated with the notebook instance will be removed, allowing a new one to be set via a new 'LifecycleConfigName' parameter.

## 2.295.0
* feature: Discovery: The Application Discovery Service's Continuous Export APIs allow you to analyze your on-premises server inventory data, including system performance and network dependencies, in Amazon Athena.
* feature: EC2: The 'Attribute' parameter DescribeVolumeAttribute request has been marked as required - the API has always required this parameter, but up until now this wasn't reflected appropriately in the SDK.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.295.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.296.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
3 changes: 2 additions & 1 deletion apis/dax-2017-04-19.min.json
Expand Up @@ -19,7 +19,8 @@
"required": [
"ClusterName",
"NodeType",
"ReplicationFactor"
"ReplicationFactor",
"IamRoleArn"
],
"members": {
"ClusterName": {},
Expand Down

0 comments on commit b0739d8

Please sign in to comment.