Skip to content

Commit

Permalink
Merge branch 'release-1.34.42' into develop
Browse files Browse the repository at this point in the history
* release-1.34.42:
  Bumping version to 1.34.42
  Update to latest partitions and endpoints
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Feb 14, 2024
2 parents cf7b844 + c39dd54 commit 48c1bcf
Show file tree
Hide file tree
Showing 10 changed files with 971 additions and 55 deletions.
17 changes: 17 additions & 0 deletions .changes/1.34.42.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"category": "``controltower``",
"description": "Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.",
"type": "api-change"
},
{
"category": "``lookoutequipment``",
"description": "This feature allows customers to see pointwise model diagnostics results for their models.",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.",
"type": "api-change"
}
]
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
CHANGELOG
=========

1.34.42
=======

* api-change:``controltower``: Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* api-change:``lookoutequipment``: This feature allows customers to see pointwise model diagnostics results for their models.
* api-change:``qbusiness``: This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.


1.34.41
=======

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.34.41'
__version__ = '1.34.42'


class NullHandler(logging.Handler):
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/controltower/2018-05-10/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "landingZones"
},
"ListBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "baselines"
},
"ListEnabledBaselines": {
"input_token": "nextToken",
"output_token": "nextToken",
"limit_key": "maxResults",
"result_key": "enabledBaselines"
}
}
}
Loading

0 comments on commit 48c1bcf

Please sign in to comment.