Skip to content

Commit b5a2313

Browse files
author
awstools
committed
Updates SDK to v2.1453.0
1 parent f9d8cb4 commit b5a2313

16 files changed

+176
-232
lines changed

.changes/2.1453.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Neptunedata",
5+
"description": "Minor changes to send unsigned requests to Neptune clusters"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SimSpaceWeaver",
10+
"description": "BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type."
11+
}
12+
]

CHANGELOG.md

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

5+
## 2.1453.0
6+
* feature: Neptunedata: Minor changes to send unsigned requests to Neptune clusters
7+
* feature: SimSpaceWeaver: BucketName and ObjectKey are now required for the S3Location data type. BucketName is now required for the S3Destination data type.
8+
59
## 2.1452.0
610
* feature: Appflow: Adding OAuth2.0 support for servicenow connector.
711
* feature: EC2: This release adds 'outpost' location type to the DescribeInstanceTypeOfferings API, allowing customers that have been allowlisted for outpost to query their offerings in the API.

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