aws-sdk 2.1482.0 → 2.1483.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,12 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1482.0-->
2
+ <!--LATEST=2.1483.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
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
+
5
10
  ## 2.1482.0
6
11
  * feature: AppStream: This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
7
12
  * 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.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
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>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -355,7 +355,13 @@
355
355
  "PlacementGroups": {
356
356
  "shape": "S38"
357
357
  },
358
- "OSReleaseLabel": {}
358
+ "OSReleaseLabel": {},
359
+ "EbsRootVolumeIops": {
360
+ "type": "integer"
361
+ },
362
+ "EbsRootVolumeThroughput": {
363
+ "type": "integer"
364
+ }
359
365
  }
360
366
  }
361
367
  }
@@ -1848,7 +1854,13 @@
1848
1854
  "AutoTerminationPolicy": {
1849
1855
  "shape": "S4w"
1850
1856
  },
1851
- "OSReleaseLabel": {}
1857
+ "OSReleaseLabel": {},
1858
+ "EbsRootVolumeIops": {
1859
+ "type": "integer"
1860
+ },
1861
+ "EbsRootVolumeThroughput": {
1862
+ "type": "integer"
1863
+ }
1852
1864
  }
1853
1865
  },
1854
1866
  "output": {