Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Feb 14, 2024
1 parent db225c3 commit 9a6059b
Show file tree
Hide file tree
Showing 21 changed files with 1,105 additions and 68 deletions.
17 changes: 17 additions & 0 deletions .changes/3.298.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"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."
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\ControlTower` - Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
* `Aws\LookoutEquipment` - This feature allows customers to see pointwise model diagnostics results for their models.
* `Aws\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.

## 3.298.9 - 2024-02-13

* `Aws\` - Fixes issue with configured endpoint urls.
Expand Down
18 changes: 18 additions & 0 deletions src/ControlTower/ControlTowerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,48 @@
* @method \GuzzleHttp\Promise\Promise createLandingZoneAsync(array $args = [])
* @method \Aws\Result deleteLandingZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteLandingZoneAsync(array $args = [])
* @method \Aws\Result disableBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableBaselineAsync(array $args = [])
* @method \Aws\Result disableControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise disableControlAsync(array $args = [])
* @method \Aws\Result enableBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise enableBaselineAsync(array $args = [])
* @method \Aws\Result enableControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise enableControlAsync(array $args = [])
* @method \Aws\Result getBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBaselineAsync(array $args = [])
* @method \Aws\Result getBaselineOperation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getBaselineOperationAsync(array $args = [])
* @method \Aws\Result getControlOperation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getControlOperationAsync(array $args = [])
* @method \Aws\Result getEnabledBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEnabledBaselineAsync(array $args = [])
* @method \Aws\Result getEnabledControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEnabledControlAsync(array $args = [])
* @method \Aws\Result getLandingZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLandingZoneAsync(array $args = [])
* @method \Aws\Result getLandingZoneOperation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getLandingZoneOperationAsync(array $args = [])
* @method \Aws\Result listBaselines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listBaselinesAsync(array $args = [])
* @method \Aws\Result listEnabledBaselines(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEnabledBaselinesAsync(array $args = [])
* @method \Aws\Result listEnabledControls(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEnabledControlsAsync(array $args = [])
* @method \Aws\Result listLandingZones(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLandingZonesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result resetEnabledBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetEnabledBaselineAsync(array $args = [])
* @method \Aws\Result resetLandingZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise resetLandingZoneAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateEnabledBaseline(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEnabledBaselineAsync(array $args = [])
* @method \Aws\Result updateEnabledControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEnabledControlAsync(array $args = [])
* @method \Aws\Result updateLandingZone(array $args = [])
Expand Down
Loading

0 comments on commit 9a6059b

Please sign in to comment.