Skip to content

Commit a8cac3b

Browse files
author
awstools
committed
Updates SDK to v2.1467.0
1 parent 707788e commit a8cac3b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+8309
-3345
lines changed

.changes/2.1467.0.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Bedrock",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockRuntime",
10+
"description": "Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Budgets",
15+
"description": "Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EC2",
20+
"description": "Adds support for Customer Managed Key encryption for Amazon Verified Access resources"
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IoTFleetWise",
25+
"description": "AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "SageMakerFeatureStoreRuntime",
35+
"description": "Feature Store supports read/write of records with collection type features."
36+
}
37+
]

CHANGELOG.md

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

5+
## 2.1467.0
6+
* 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.
7+
* 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.
8+
* feature: Budgets: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
9+
* feature: EC2: Adds support for Customer Managed Key encryption for Amazon Verified Access resources
10+
* feature: IoTFleetWise: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
11+
* 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.
12+
* feature: SageMakerFeatureStoreRuntime: Feature Store supports read/write of records with collection type features.
13+
514
## 2.1466.0
615
* feature: CognitoIdentityServiceProvider: The UserPoolType Status field is no longer used.
716
* feature: Firehose: Features : Adding support for new data ingestion source to Kinesis Firehose - AWS Managed Services Kafka.

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.1466.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1467.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

apis/bedrock-2023-04-20.examples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)