Skip to content

Commit

Permalink
Updates SDK to v2.1569.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 29, 2024
1 parent 28366e4 commit 0aeefd0
Show file tree
Hide file tree
Showing 29 changed files with 3,892 additions and 2,259 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1569.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "DocDBElastic",
"description": "Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying"
},
{
"type": "feature",
"category": "EKS",
"description": "Added support for new AL2023 AMIs to the supported AMITypes."
},
{
"type": "feature",
"category": "LexModelsV2",
"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."
},
{
"type": "feature",
"category": "MigrationHubOrchestrator",
"description": "Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs."
},
{
"type": "feature",
"category": "QuickSight",
"description": "TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update"
},
{
"type": "feature",
"category": "SageMaker",
"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."
},
{
"type": "feature",
"category": "SecurityLake",
"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."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1568.0-->
<!--LATEST=2.1569.0-->
<!--ENTRYINSERT-->

## 2.1569.0
* feature: DocDBElastic: Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying
* feature: EKS: Added support for new AL2023 AMIs to the supported AMITypes.
* 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.
* feature: MigrationHubOrchestrator: Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.
* feature: QuickSight: TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update
* 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.
* 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.

## 2.1568.0
* 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.
* feature: BedrockAgentRuntime: This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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.1568.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1569.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 0aeefd0

Please sign in to comment.