Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 3e813c5

Browse files
author
awstools
committed
Updates SDK to v2.1386.0
1 parent 53973b1 commit 3e813c5

16 files changed

Lines changed: 249 additions & 149 deletions

.changes/2.1386.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": "Connect",
5+
"description": "Documentation update for a new Initiation Method value in DescribeContact API"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IoTWireless",
10+
"description": "Add Multicast Group support in Network Analyzer Configuration."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SageMaker",
15+
"description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances."
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.1385.0-->
2+
<!--LATEST=2.1386.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1386.0
6+
* feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
7+
* feature: IoTWireless: Add Multicast Group support in Network Analyzer Configuration.
8+
* feature: SageMaker: Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.
9+
510
## 2.1385.0
611
* feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
712
* feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline 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.1385.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1386.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/connect-2017-08-08.normal.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7126,7 +7126,8 @@
71267126
"CALLBACK",
71277127
"API",
71287128
"DISCONNECT",
7129-
"MONITOR"
7129+
"MONITOR",
7130+
"EXTERNAL_OUTBOUND"
71307131
]
71317132
},
71327133
"ContactReferences": {

0 commit comments

Comments
 (0)