Skip to content

Commit

Permalink
Updates SDK to v2.1468.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 2, 2023
1 parent a8cac3b commit c2079e6
Show file tree
Hide file tree
Showing 29 changed files with 1,905 additions and 755 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1468.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "Bedrock",
"description": "Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs."
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier."
},
{
"type": "feature",
"category": "EC2",
"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."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response."
},
{
"type": "feature",
"category": "SSO",
"description": "Fix FIPS Endpoints in aws-us-gov."
},
{
"type": "feature",
"category": "STS",
"description": "STS API updates for assumeRole"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1467.0-->
<!--LATEST=2.1468.0-->
<!--ENTRYINSERT-->

## 2.1468.0
* feature: Bedrock: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs.
* feature: BedrockRuntime: Add model timeout exception for InvokeModelWithResponseStream API and update validator for invoke model identifier.
* 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.
* feature: RDS: Adds DefaultCertificateForNewLaunches field in the DescribeCertificates API response.
* feature: SSO: Fix FIPS Endpoints in aws-us-gov.
* feature: STS: STS API updates for assumeRole

## 2.1467.0
* 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.
* 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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1467.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1468.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 c2079e6

Please sign in to comment.