Skip to content

Commit 0aeefd0

Browse files
author
awstools
committed
Updates SDK to v2.1569.0
1 parent 28366e4 commit 0aeefd0

29 files changed

+3892
-2259
lines changed

.changes/2.1569.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DocDBElastic",
5+
"description": "Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EKS",
10+
"description": "Added support for new AL2023 AMIs to the supported AMITypes."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "LexModelsV2",
15+
"description": "This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MigrationHubOrchestrator",
20+
"description": "Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "QuickSight",
25+
"description": "TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"description": "Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SecurityLake",
35+
"description": "Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1569.0
6+
* feature: DocDBElastic: Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
7+
* feature: EKS: Added support for new AL2023 AMIs to the supported AMITypes.
8+
* feature: LexModelsV2: This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.
9+
* feature: MigrationHubOrchestrator: Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.
10+
* feature: QuickSight: TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
11+
* feature: SageMaker: Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.
12+
* feature: SecurityLake: Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.
13+
514
## 2.1568.0
615
* feature: Batch: This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
716
* feature: BedrockAgentRuntime: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6969
To use the SDK in the browser, simply add the following script tag to your
7070
HTML pages:
7171

72-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1568.0.min.js"></script>
72+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1569.0.min.js"></script>
7373

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

0 commit comments

Comments
 (0)