Skip to content

Commit eec965e

Browse files
author
awstools
committed
Updates SDK to v2.1500.0
1 parent e286cb3 commit eec965e

19 files changed

+3280
-5987
lines changed

.changes/2.1500.0.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CodeStarconnections",
5+
"description": "This release updates a few CodeStar Connections related APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DocDB",
10+
"description": "Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway."
16+
}
17+
]

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1499.0-->
2+
<!--LATEST=2.1500.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1500.0
6+
* feature: CodeStarconnections: This release updates a few CodeStar Connections related APIs.
7+
* feature: DocDB: Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
8+
* feature: EC2: This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.
9+
510
## 2.1499.0
611
* feature: AppMesh: Change the default value of these fields from 0 to null: MaxConnections, MaxPendingRequests, MaxRequests, HealthCheckThreshold, PortNumber, and HealthCheckPolicy -> port. Users are not expected to perceive the change, except that badRequestException is thrown when required fields missing configured.
712
* feature: Athena: Adding SerivicePreProcessing time metric

README.md

+1-1
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.1499.0.min.js"></script>
74+
<script src="/https://sdk.amazonaws.com/js/aws-sdk-2.1500.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

0 commit comments

Comments
 (0)