Skip to content

Commit

Permalink
Merge branch 'release-1.31.57' into develop
Browse files Browse the repository at this point in the history
* release-1.31.57:
  Bumping version to 1.31.57
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Sep 28, 2023
2 parents c412614 + 0bb3ef9 commit fcad884
Show file tree
Hide file tree
Showing 19 changed files with 3,719 additions and 63 deletions.
42 changes: 42 additions & 0 deletions .changes/1.31.57.json
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"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.31.57
=======

* api-change:``bedrock-runtime``: Run Inference: Added support to run the inference on models. Includes set of APIs for running inference in streaming and non-streaming mode.
* api-change:``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.
* api-change:``budgets``: Update DescribeBudgets and DescribeBudgetNotificationsForAccount MaxResults limit to 1000.
* api-change:``ec2``: Adds support for Customer Managed Key encryption for Amazon Verified Access resources
* api-change:``iotfleetwise``: AWS IoT FleetWise now supports encryption through a customer managed AWS KMS key. The PutEncryptionConfiguration and GetEncryptionConfiguration APIs were added.
* api-change:``sagemaker-featurestore-runtime``: Feature Store supports read/write of records with collection type features.
* api-change:``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.
* api-change:``wafv2``: Correct and improve the documentation for the FieldToMatch option JA3 fingerprint.


1.31.56
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.56'
__version__ = '1.31.57'


class NullHandler(logging.Handler):
Expand Down
350 changes: 350 additions & 0 deletions botocore/data/bedrock-runtime/2023-09-30/endpoint-rule-set-1.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions botocore/data/bedrock-runtime/2023-09-30/paginators-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pagination": {}
}
Loading

0 comments on commit fcad884

Please sign in to comment.