Skip to content

Commit

Permalink
Updates SDK to v2.1467.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 28, 2023
1 parent 707788e commit a8cac3b
Show file tree
Hide file tree
Showing 41 changed files with 8,309 additions and 3,345 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1467.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Bedrock",
"description": "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."
},
{
"type": "feature",
"category": "BedrockRuntime",
"description": "Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode."
},
{
"type": "feature",
"category": "Budgets",
"description": "Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000."
},
{
"type": "feature",
"category": "EC2",
"description": "Adds support for Customer Managed Key encryption for Amazon Verified Access resources"
},
{
"type": "feature",
"category": "IoTFleetWise",
"description": "AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector."
},
{
"type": "feature",
"category": "SageMakerFeatureStoreRuntime",
"description": "Feature Store supports read/write of records with collection type features."
}
]
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.1466.0-->
<!--LATEST=2.1467.0-->
<!--ENTRYINSERT-->

## 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.
* feature: Budgets: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
* feature: EC2: Adds support for Customer Managed Key encryption for Amazon Verified Access resources
* feature: IoTFleetWise: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
* feature: SageMaker: Online store feature groups supports Standard and InMemory tier storage types for low latency storage for real-time data retrieval. The InMemory tier supports collection types List, Set, and Vector.
* feature: SageMakerFeatureStoreRuntime: Feature Store supports read/write of records with collection type features.

## 2.1466.0
* feature: CognitoIdentityServiceProvider: The UserPoolType Status field is no longer used.
* feature: Firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.
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.1466.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1467.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
5 changes: 5 additions & 0 deletions apis/bedrock-2023-04-20.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit a8cac3b

Please sign in to comment.