Skip to content

Commit

Permalink
Updates SDK to v2.1178.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 19, 2022
1 parent 120ae94 commit 0f883b3
Show file tree
Hide file tree
Showing 22 changed files with 1,294 additions and 71 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1178.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DevOpsGuru",
"description": "Added new APIs for log anomaly detection feature."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Fixed an issue with cross account QueryLineage"
},
{
"type": "feature",
"category": "SagemakerEdge",
"description": "Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices."
},
{
"type": "feature",
"category": "WorkSpaces",
"description": "Increased the character limit of the login message from 850 to 2000 characters."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1177.0-->
<!--LATEST=2.1178.0-->
<!--ENTRYINSERT-->

## 2.1178.0
* feature: DevOpsGuru: Added new APIs for log anomaly detection feature.
* feature: SageMaker: Fixed an issue with cross account QueryLineage
* feature: SagemakerEdge: Amazon SageMaker Edge Manager provides lightweight model deployment feature to deploy machine learning models on requested devices.
* feature: WorkSpaces: Increased the character limit of the login message from 850 to 2000 characters.

## 2.1177.0
* feature: Discovery: Add AWS Agentless Collector details to the GetDiscoverySummary API response
* feature: ElastiCache: Adding AutoMinorVersionUpgrade in the DescribeReplicationGroups API
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1177.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1178.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
Loading

0 comments on commit 0f883b3

Please sign in to comment.