-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release-1.31.57' into develop
* release-1.31.57: Bumping version to 1.31.57 Update to latest partitions and endpoints Update to latest models
- Loading branch information
Showing
19 changed files
with
3,719 additions
and
63 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,42 @@ | ||
[ | ||
{ | ||
"category": "``bedrock-runtime``", | ||
"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": "api-change" | ||
}, | ||
{ | ||
"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": "api-change" | ||
}, | ||
{ | ||
"category": "``budgets``", | ||
"description": "Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``ec2``", | ||
"description": "Adds support for Customer Managed Key encryption for Amazon Verified Access resources", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``iotfleetwise``", | ||
"description": "AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"category": "``sagemaker-featurestore-runtime``", | ||
"description": "Feature Store supports read/write of records with collection type features.", | ||
"type": "api-change" | ||
}, | ||
{ | ||
"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": "api-change" | ||
}, | ||
{ | ||
"category": "``wafv2``", | ||
"description": "Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.", | ||
"type": "api-change" | ||
} | ||
] |
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
350 changes: 350 additions & 0 deletions
350
botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 @@ | ||
{ | ||
"pagination": {} | ||
} |
Oops, something went wrong.