Skip to content

Commit 7604826

Browse files
author
awstools
committed
Updates SDK to v2.1483.0
1 parent 6323d84 commit 7604826

22 files changed

+705
-521
lines changed

.changes/2.1483.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EMR",
5+
"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"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Neptune",
10+
"description": "Update TdeCredentialPassword type to SensitiveString"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Redshift",
15+
"description": "added support to create a dual stack cluster"
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1482.0-->
2+
<!--LATEST=2.1483.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1483.0
6+
* 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
7+
* feature: Neptune: Update TdeCredentialPassword type to SensitiveString
8+
* feature: Redshift: added support to create a dual stack cluster
9+
510
## 2.1482.0
611
* feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
712
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1482.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1483.0.min.js"></script>
7575

7676
You can also build a custom browser SDK with your specified set of AWS services.
7777
This can allow you to reduce the SDK's size, specify different API versions of

apis/elasticmapreduce-2009-03-31.min.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,13 @@
355355
"PlacementGroups": {
356356
"shape": "S38"
357357
},
358-
"OSReleaseLabel": {}
358+
"OSReleaseLabel": {},
359+
"EbsRootVolumeIops": {
360+
"type": "integer"
361+
},
362+
"EbsRootVolumeThroughput": {
363+
"type": "integer"
364+
}
359365
}
360366
}
361367
}
@@ -1848,7 +1854,13 @@
18481854
"AutoTerminationPolicy": {
18491855
"shape": "S4w"
18501856
},
1851-
"OSReleaseLabel": {}
1857+
"OSReleaseLabel": {},
1858+
"EbsRootVolumeIops": {
1859+
"type": "integer"
1860+
},
1861+
"EbsRootVolumeThroughput": {
1862+
"type": "integer"
1863+
}
18521864
}
18531865
},
18541866
"output": {

apis/elasticmapreduce-2009-03-31.normal.json

Lines changed: 65 additions & 49 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)