Skip to content

Commit a14d7e1

Browse files
Update models for release
1 parent d3e06a0 commit a14d7e1

22 files changed

Lines changed: 1127 additions & 547 deletions

.changes/3.372.3

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Kafka",
5+
"description": "Add dual stack endpoint to SDK"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "ConnectCases",
10+
"description": "Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions."
11+
},
12+
{
13+
"type": "enhancement",
14+
"category": "DatabaseMigrationService",
15+
"description": "Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "BedrockAgentCoreControl",
20+
"description": "Adding first class support for AG-UI protocol in AgentCore Runtime."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "LexModelsV2",
25+
"description": "This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations."
26+
}
27+
]

.changes/nextrelease/chore-sort-presigned-headers.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\` - Sorts presigned headers alphabetically.
6+
* `Aws\Kafka` - Add dual stack endpoint to SDK
7+
* `Aws\ConnectCases` - Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions.
8+
* `Aws\DatabaseMigrationService` - Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings
9+
* `Aws\BedrockAgentCoreControl` - Adding first class support for AG-UI protocol in AgentCore Runtime.
10+
* `Aws\LexModelsV2` - This release introduces a new generative AI feature called Lex Bot Analyzer. This feature leverage AI to analyze the bot configuration against AWS Lex best practices to identify configuration issues and provides recommendations.
11+
312
## 3.372.2 - 2026-03-09
413

514
* `Aws\Multipart` - Fixes bug in `AbstractUploadManager` where valid falsy values are excluded.

src/LexModelsV2/LexModelsV2Client.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
* @method \GuzzleHttp\Promise\Promise deleteBotAsync(array $args = [])
4646
* @method \Aws\Result deleteBotAlias(array $args = [])
4747
* @method \GuzzleHttp\Promise\Promise deleteBotAliasAsync(array $args = [])
48+
* @method \Aws\Result deleteBotAnalyzerRecommendation(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise deleteBotAnalyzerRecommendationAsync(array $args = [])
4850
* @method \Aws\Result deleteBotLocale(array $args = [])
4951
* @method \GuzzleHttp\Promise\Promise deleteBotLocaleAsync(array $args = [])
5052
* @method \Aws\Result deleteBotReplica(array $args = [])
@@ -75,6 +77,8 @@
7577
* @method \GuzzleHttp\Promise\Promise describeBotAsync(array $args = [])
7678
* @method \Aws\Result describeBotAlias(array $args = [])
7779
* @method \GuzzleHttp\Promise\Promise describeBotAliasAsync(array $args = [])
80+
* @method \Aws\Result describeBotAnalyzerRecommendation(array $args = [])
81+
* @method \GuzzleHttp\Promise\Promise describeBotAnalyzerRecommendationAsync(array $args = [])
7882
* @method \Aws\Result describeBotLocale(array $args = [])
7983
* @method \GuzzleHttp\Promise\Promise describeBotLocaleAsync(array $args = [])
8084
* @method \Aws\Result describeBotRecommendation(array $args = [])
@@ -117,6 +121,8 @@
117121
* @method \GuzzleHttp\Promise\Promise listBotAliasReplicasAsync(array $args = [])
118122
* @method \Aws\Result listBotAliases(array $args = [])
119123
* @method \GuzzleHttp\Promise\Promise listBotAliasesAsync(array $args = [])
124+
* @method \Aws\Result listBotAnalyzerHistory(array $args = [])
125+
* @method \GuzzleHttp\Promise\Promise listBotAnalyzerHistoryAsync(array $args = [])
120126
* @method \Aws\Result listBotLocales(array $args = [])
121127
* @method \GuzzleHttp\Promise\Promise listBotLocalesAsync(array $args = [])
122128
* @method \Aws\Result listBotRecommendations(array $args = [])
@@ -175,6 +181,8 @@
175181
* @method \GuzzleHttp\Promise\Promise listUtteranceMetricsAsync(array $args = [])
176182
* @method \Aws\Result searchAssociatedTranscripts(array $args = [])
177183
* @method \GuzzleHttp\Promise\Promise searchAssociatedTranscriptsAsync(array $args = [])
184+
* @method \Aws\Result startBotAnalyzer(array $args = [])
185+
* @method \GuzzleHttp\Promise\Promise startBotAnalyzerAsync(array $args = [])
178186
* @method \Aws\Result startBotRecommendation(array $args = [])
179187
* @method \GuzzleHttp\Promise\Promise startBotRecommendationAsync(array $args = [])
180188
* @method \Aws\Result startBotResourceGeneration(array $args = [])
@@ -185,6 +193,8 @@
185193
* @method \GuzzleHttp\Promise\Promise startTestExecutionAsync(array $args = [])
186194
* @method \Aws\Result startTestSetGeneration(array $args = [])
187195
* @method \GuzzleHttp\Promise\Promise startTestSetGenerationAsync(array $args = [])
196+
* @method \Aws\Result stopBotAnalyzer(array $args = [])
197+
* @method \GuzzleHttp\Promise\Promise stopBotAnalyzerAsync(array $args = [])
188198
* @method \Aws\Result stopBotRecommendation(array $args = [])
189199
* @method \GuzzleHttp\Promise\Promise stopBotRecommendationAsync(array $args = [])
190200
* @method \Aws\Result tagResource(array $args = [])

src/data/bedrock-agentcore-control/2023-06-05/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6735,7 +6735,8 @@
67356735
"enum":[
67366736
"MCP",
67376737
"HTTP",
6738-
"A2A"
6738+
"A2A",
6739+
"AGUI"
67396740
]
67406741
},
67416742
"ServiceException":{

src/data/bedrock-agentcore-control/2023-06-05/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/connectcases/2022-10-03/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,9 @@
10341034
"type":"structure",
10351035
"members":{
10361036
"equalTo":{"shape":"BooleanOperands"},
1037-
"notEqualTo":{"shape":"BooleanOperands"}
1037+
"notEqualTo":{"shape":"BooleanOperands"},
1038+
"andAll":{"shape":"CompoundCondition"},
1039+
"orAll":{"shape":"CompoundCondition"}
10381040
},
10391041
"union":true
10401042
},
@@ -1214,6 +1216,13 @@
12141216
"type":"structure",
12151217
"members":{}
12161218
},
1219+
"CompoundCondition":{
1220+
"type":"structure",
1221+
"required":["conditions"],
1222+
"members":{
1223+
"conditions":{"shape":"BooleanConditionList"}
1224+
}
1225+
},
12171226
"ConflictException":{
12181227
"type":"structure",
12191228
"required":["message"],

src/data/connectcases/2022-10-03/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/connectcases/2022-10-03/docs-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"BooleanConditionList": {
229229
"base": null,
230230
"refs": {
231+
"CompoundCondition$conditions": "<p>The list of conditions to combine using the logical operator.</p>",
231232
"HiddenCaseRule$conditions": "<p>A list of conditions that determine field visibility.</p>",
232233
"RequiredCaseRule$conditions": "<p>List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.</p>"
233234
}
@@ -407,6 +408,13 @@
407408
"RelatedItemTypeFilter$comment": "<p>A filter for related items of type <code>Comment</code>.</p>"
408409
}
409410
},
411+
"CompoundCondition": {
412+
"base": "<p>A compound condition that combines multiple boolean conditions using logical operators. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html\">Add case field conditions to a case template</a>.</p>",
413+
"refs": {
414+
"BooleanCondition$andAll": "<p>Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.</p>",
415+
"BooleanCondition$orAll": "<p>Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.</p>"
416+
}
417+
},
410418
"ConflictException": {
411419
"base": "<p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>",
412420
"refs": {}

src/data/connectcases/2022-10-03/docs-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)