Skip to content

Commit c2079e6

Browse files
author
awstools
committed
Updates SDK to v2.1468.0
1 parent a8cac3b commit c2079e6

29 files changed

+1905
-755
lines changed

.changes/2.1468.0.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Bedrock",
5+
"description": "Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockRuntime",
10+
"description": "Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EC2",
15+
"description": "Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "RDS",
20+
"description": "Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SSO",
25+
"description": "Fix FIPS Endpoints in aws-us-gov."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "STS",
30+
"description": "STS API updates for assumeRole"
31+
}
32+
]

CHANGELOG.md

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

5+
## 2.1468.0
6+
* feature: Bedrock: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
7+
* feature: BedrockRuntime: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
8+
* feature: EC2: Introducing Amazon EC2 R7iz instances with 3.9 GHz sustained all-core turbo frequency and deliver up to 20% better performance than previous generation z1d instances.
9+
* feature: RDS: Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
10+
* feature: SSO: Fix FIPS Endpoints in aws-us-gov.
11+
* feature: STS: STS API updates for assumeRole
12+
513
## 2.1467.0
614
* feature: Bedrock: Model Invocation logging added to enable or disable logs in customer account. Model listing and description support added. Provisioned Throughput feature added. Custom model support added for creating custom models. Also includes list, and delete functions for custom model.
715
* feature: BedrockRuntime: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.

README.md

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

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1467.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1468.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)