Skip to content

Commit e2aff9d

Browse files
author
awstools
committed
Updates SDK to v2.1366.0
1 parent 395568f commit e2aff9d

19 files changed

+2452
-18
lines changed

.changes/2.1366.0.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "OSIS",
5+
"description": "Initial release for OpenSearch Ingestion"
6+
}
7+
]

CHANGELOG.md

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

5+
## 2.1366.0
6+
* feature: OSIS: Initial release for OpenSearch Ingestion
7+
58
## 2.1365.0
69
* feature: ChimeSDKMessaging: Remove non actionable field from UpdateChannelReadMarker and DeleteChannelRequest. Add precise exceptions to DeleteChannel and DeleteStreamingConfigurations error cases.
710
* feature: Connect: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.

README.md

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

75-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1365.0.min.js"></script>
75+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1366.0.min.js"></script>
7676

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

apis/metadata.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,5 +1292,8 @@
12921292
"vpclattice": {
12931293
"prefix": "vpc-lattice",
12941294
"name": "VPCLattice"
1295+
},
1296+
"osis": {
1297+
"name": "OSIS"
12951298
}
12961299
}

apis/osis-2022-01-01.examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)