Skip to content

Commit 1d6dc92

Browse files
author
awstools
committed
Updates SDK to v2.1690.0
1 parent a660142 commit 1d6dc92

23 files changed

+1775
-1167
lines changed

.changes/2.1690.0.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ApplicationSignals",
5+
"description": "Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Connect",
10+
"description": "Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines)."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "GameLift",
15+
"description": "Amazon GameLift provides additional events for tracking the fleet creation process."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KinesisAnalyticsV2",
20+
"description": "Support for Flink 1.20 in Managed Service for Apache Flink"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio."
26+
}
27+
]

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1689.0-->
2+
<!--LATEST=2.1690.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1690.0
6+
* feature: ApplicationSignals: Amazon CloudWatch Application Signals now supports creating Service Level Objectives using a new calculation type. Users can now create SLOs which are configured with request-based SLIs to help meet their specific business requirements.
7+
* feature: Connect: Amazon Connect Custom Vocabulary now supports Catalan (Spain), Danish (Denmark), Dutch (Netherlands), Finnish (Finland), Indonesian (Indonesia), Malay (Malaysia), Norwegian Bokmal (Norway), Polish (Poland), Swedish (Sweden), and Tagalog/Filipino (Philippines).
8+
* feature: GameLift: Amazon GameLift provides additional events for tracking the fleet creation process.
9+
* feature: KinesisAnalyticsV2: Support for Flink 1.20 in Managed Service for Apache Flink
10+
* feature: SageMaker: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.
11+
512
## 2.1689.0
613
* feature: AppSync: Adds new logging levels (INFO and DEBUG) for additional log output control
714
* feature: BedrockAgent: Add support for user metadata inside PromptVariant.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1689.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1690.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)