Skip to content

Commit

Permalink
Updates SDK to v2.1386.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 26, 2023
1 parent 53973b1 commit 3e813c5
Show file tree
Hide file tree
Showing 16 changed files with 249 additions and 149 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1386.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "Connect",
"description": "Documentation update for a new Initiation Method value in DescribeContact API"
},
{
"type": "feature",
"category": "IoTWireless",
"description": "Add Multicast Group support in Network Analyzer Configuration."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1385.0-->
<!--LATEST=2.1386.0-->
<!--ENTRYINSERT-->

## 2.1386.0
* feature: Connect: Documentation update for a new Initiation Method value in DescribeContact API
* feature: IoTWireless: Add Multicast Group support in Network Analyzer Configuration.
* feature: SageMaker: Added ml.p4d and ml.inf1 as supported instance type families for SageMaker Notebook Instances.

## 2.1385.0
* feature: ApplicationAutoScaling: With this release, ElastiCache customers will be able to use predefined metricType "ElastiCacheDatabaseCapacityUsageCountedForEvictPercentage" for their ElastiCache instances.
* feature: CodePipeline: Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1385.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1386.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -7126,7 +7126,8 @@
"CALLBACK",
"API",
"DISCONNECT",
"MONITOR"
"MONITOR",
"EXTERNAL_OUTBOUND"
]
},
"ContactReferences": {
Expand Down

0 comments on commit 3e813c5

Please sign in to comment.