Skip to content

Commit 0f883b3

Browse files
author
awstools
committed
Updates SDK to v2.1178.0
1 parent 120ae94 commit 0f883b3

22 files changed

+1294
-71
lines changed

.changes/2.1178.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DevOpsGuru",
5+
"description": "Added new APIs for log anomaly detection feature."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"description": "Fixed an issue with cross account QueryLineage"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SagemakerEdge",
15+
"description": "Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "WorkSpaces",
20+
"description": "Increased the character limit of the login message from 850 to 2000 characters."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.1178.0
6+
* feature: DevOpsGuru: Added new APIs for log anomaly detection feature.
7+
* feature: SageMaker: Fixed an issue with cross account QueryLineage
8+
* feature: SagemakerEdge: Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
9+
* feature: WorkSpaces: Increased the character limit of the login message from 850 to 2000 characters.
10+
511
## 2.1177.0
612
* feature: Discovery: Add AWS Agentless Collector details to the GetDiscoverySummary API response
713
* feature: ElastiCache: Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1177.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1178.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)