Skip to content

Commit 8355e03

Browse files
author
awstools
committed
Updates SDK to v2.1605.0
1 parent fd95d9f commit 8355e03

35 files changed

+5967
-987
lines changed

.changes/2.1605.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Bedrock",
5+
"description": "This release introduces Model Evaluation and Guardrails for Amazon Bedrock."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgent",
10+
"description": "Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "BedrockAgentRuntime",
15+
"description": "This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "BedrockRuntime",
20+
"description": "This release introduces Guardrails for Amazon Bedrock."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "CostExplorer",
25+
"description": "Added additional metadata that might be applicable to your reservation recommendations."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "EC2",
30+
"description": "This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "WorkSpacesWeb",
35+
"description": "Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)"
36+
}
37+
]

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1604.0-->
2+
<!--LATEST=2.1605.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1605.0
6+
* feature: Bedrock: This release introduces Model Evaluation and Guardrails for Amazon Bedrock.
7+
* feature: BedrockAgent: Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data.
8+
* feature: BedrockAgentRuntime: This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base.
9+
* feature: BedrockRuntime: This release introduces Guardrails for Amazon Bedrock.
10+
* feature: CostExplorer: Added additional metadata that might be applicable to your reservation recommendations.
11+
* feature: EC2: This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API.
12+
* feature: WorkSpacesWeb: Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings)
13+
514
## 2.1604.0
615
* feature: BedrockAgent: Releasing the support for simplified configuration and return of control
716
* feature: BedrockAgentRuntime: Releasing the support for simplified configuration and return of control

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.1604.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1605.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)