-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awstools
committed
Sep 28, 2023
1 parent
707788e
commit a8cac3b
Showing
41 changed files
with
8,309 additions
and
3,345 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"version": "1.0", | ||
"examples": { | ||
} | ||
} |
Oops, something went wrong.