Skip to content

Commit

Permalink
Merge branch 'release-1.35.54' into develop
Browse files Browse the repository at this point in the history
* release-1.35.54:
  Bumping version to 1.35.54
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Nov 1, 2024
2 parents d1406f1 + 1b4ce6d commit 31fe604
Show file tree
Hide file tree
Showing 11 changed files with 496 additions and 17 deletions.
22 changes: 22 additions & 0 deletions .changes/1.35.54.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``bedrock-agent``",
"description": "Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.",
"type": "api-change"
},
{
"category": "``docdb-elastic``",
"description": "Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction",
"type": "api-change"
},
{
"category": "``logs``",
"description": "This release introduces an improvement in PutLogEvents",
"type": "api-change"
},
{
"category": "``taxsettings``",
"description": "Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.",
"type": "api-change"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.35.54
=======

* api-change:``bedrock-agent``: Amazon Bedrock Knowledge Bases now supports using application inference profiles to increase throughput and improve resilience.
* api-change:``docdb-elastic``: Amazon DocumentDB Elastic Clusters adds support for pending maintenance actions feature with APIs GetPendingMaintenanceAction, ListPendingMaintenanceActions and ApplyPendingMaintenanceAction
* api-change:``logs``: This release introduces an improvement in PutLogEvents
* api-change:``taxsettings``: Add support for supplemental tax registrations via these new APIs: PutSupplementalTaxRegistration, ListSupplementalTaxRegistrations, and DeleteSupplementalTaxRegistration.


1.35.53
=======

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.35.53'
__version__ = '1.35.54'


class NullHandler(logging.Handler):
Expand Down
10 changes: 6 additions & 4 deletions botocore/data/bedrock-agent/2023-06-05/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"endpointPrefix":"bedrock-agent",
"jsonVersion":"1.1",
"protocol":"rest-json",
"protocols":["rest-json"],
"serviceFullName":"Agents for Amazon Bedrock",
"serviceId":"Bedrock Agent",
"signatureVersion":"v4",
"signingName":"bedrock",
"uid":"bedrock-agent-2023-06-05"
"uid":"bedrock-agent-2023-06-05",
"auth":["aws.auth#sigv4"]
},
"operations":{
"AssociateAgentKnowledgeBase":{
Expand Down Expand Up @@ -1996,7 +1998,7 @@
"type":"string",
"max":2048,
"min":20,
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
"pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock|sagemaker):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
},
"BedrockEmbeddingModelConfiguration":{
"type":"structure",
Expand Down Expand Up @@ -2027,7 +2029,7 @@
"type":"string",
"max":2048,
"min":1,
"pattern":"^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)$"
"pattern":"^(arn:aws(-[^:]{1,12})?:(bedrock):[a-z0-9-]{1,20}:([0-9]{12})?:([a-z-]+/)?)?([a-zA-Z0-9.-]{1,63}){0,2}(([:][a-z0-9-]{1,63}){0,2})?(/[a-z0-9]{1,12})?$"
},
"Boolean":{
"type":"boolean",
Expand Down Expand Up @@ -8170,7 +8172,7 @@
"members":{
"embeddingModelArn":{
"shape":"BedrockEmbeddingModelArn",
"documentation":"<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
"documentation":"<p>The Amazon Resource Name (ARN) of the model or inference profile used to create vector embeddings for the knowledge base.</p>"
},
"embeddingModelConfiguration":{
"shape":"EmbeddingModelConfiguration",
Expand Down
6 changes: 6 additions & 0 deletions botocore/data/docdb-elastic/2022-11-28/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "clusters"
},
"ListPendingMaintenanceActions": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "resourcePendingMaintenanceActions"
}
}
}
Loading

0 comments on commit 31fe604

Please sign in to comment.