Skip to content

Commit

Permalink
Updates SDK to v2.1483.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 27, 2023
1 parent 6323d84 commit 7604826
Show file tree
Hide file tree
Showing 22 changed files with 705 additions and 521 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1483.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "EMR",
"description": "Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0"
},
{
"type": "feature",
"category": "Neptune",
"description": "Update TdeCredentialPassword type to SensitiveString"
},
{
"type": "feature",
"category": "Redshift",
"description": "added support to create a dual stack cluster"
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1482.0-->
<!--LATEST=2.1483.0-->
<!--ENTRYINSERT-->

## 2.1483.0
* feature: EMR: Updated CreateCluster API request and DescribeCluster API responses to include EbsRootVolumeIops, and EbsRootVolumeThroughput attributes that specify the user configured root volume IOPS and throughput for Amazon EBS root device volume. This feature will be available from Amazon EMR releases 6.15.0
* feature: Neptune: Update TdeCredentialPassword type to SensitiveString
* feature: Redshift: added support to create a dual stack cluster

## 2.1482.0
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
* feature: EC2: Launching GetSecurityGroupsForVpc API. This API gets security groups that can be associated by the AWS account making the request with network interfaces in the specified VPC.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1482.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1483.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
16 changes: 14 additions & 2 deletions apis/elasticmapreduce-2009-03-31.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,13 @@
"PlacementGroups": {
"shape": "S38"
},
"OSReleaseLabel": {}
"OSReleaseLabel": {},
"EbsRootVolumeIops": {
"type": "integer"
},
"EbsRootVolumeThroughput": {
"type": "integer"
}
}
}
}
Expand Down Expand Up @@ -1848,7 +1854,13 @@
"AutoTerminationPolicy": {
"shape": "S4w"
},
"OSReleaseLabel": {}
"OSReleaseLabel": {},
"EbsRootVolumeIops": {
"type": "integer"
},
"EbsRootVolumeThroughput": {
"type": "integer"
}
}
},
"output": {
Expand Down
114 changes: 65 additions & 49 deletions apis/elasticmapreduce-2009-03-31.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 7604826

Please sign in to comment.