Skip to content

Commit 9ed5c2f

Browse files
Merge branch 'release-1.42.65'
* release-1.42.65: Bumping version to 1.42.65 Update to latest models Add logic to skip invalid checksum feature id (#3639)
2 parents dc6194d + df66c0c commit 9ed5c2f

13 files changed

Lines changed: 1083 additions & 486 deletions

File tree

.changes/1.42.65.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Adding first class support for AG-UI protocol in AgentCore Runtime.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectcases``",
9+
"description": "Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dms``",
14+
"description": "Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kafka``",
24+
"description": "Add dual stack endpoint to SDK",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lexv2-models``",
29+
"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.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.42.65
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: Adding first class support for AG-UI protocol in AgentCore Runtime.
9+
* api-change:``connectcases``: Added functionality for the Required and Hidden case rule types to be conditionally evaluated on up to 5 conditions.
10+
* api-change:``dms``: Not need to include to any release notes. The only change is to correct LoadTimeout unit from milliseconds to seconds in RedshiftSettings
11+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
12+
* api-change:``kafka``: Add dual stack endpoint to SDK
13+
* api-change:``lexv2-models``: 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.
14+
15+
516
1.42.64
617
=======
718

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.42.64'
20+
__version__ = '1.42.65'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/bedrock-agentcore-control/2023-06-05/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9771,7 +9771,8 @@
97719771
"enum":[
97729772
"MCP",
97739773
"HTTP",
9774-
"A2A"
9774+
"A2A",
9775+
"AGUI"
97759776
]
97769777
},
97779778
"ServiceException":{

botocore/data/connectcases/2022-10-03/service-2.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,14 @@
11671167
"notEqualTo":{
11681168
"shape":"BooleanOperands",
11691169
"documentation":"<p>Tests that operandOne is not equal to operandTwo.</p>"
1170+
},
1171+
"andAll":{
1172+
"shape":"CompoundCondition",
1173+
"documentation":"<p>Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.</p>"
1174+
},
1175+
"orAll":{
1176+
"shape":"CompoundCondition",
1177+
"documentation":"<p>Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.</p>"
11701178
}
11711179
},
11721180
"documentation":"<p>Boolean condition for a rule. 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>",
@@ -1430,6 +1438,17 @@
14301438
"members":{},
14311439
"documentation":"<p>A filter for related items of type <code>Comment</code>.</p>"
14321440
},
1441+
"CompoundCondition":{
1442+
"type":"structure",
1443+
"required":["conditions"],
1444+
"members":{
1445+
"conditions":{
1446+
"shape":"BooleanConditionList",
1447+
"documentation":"<p>The list of conditions to combine using the logical operator.</p>"
1448+
}
1449+
},
1450+
"documentation":"<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>"
1451+
},
14331452
"ConflictException":{
14341453
"type":"structure",
14351454
"required":["message"],

botocore/data/dms/2016-01-01/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8774,7 +8774,7 @@
87748774
},
87758775
"LoadTimeout":{
87768776
"shape":"IntegerOptional",
8777-
"documentation":"<p>The amount of time to wait (in milliseconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>"
8777+
"documentation":"<p>The amount of time to wait (in seconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>"
87788778
},
87798779
"MaxFileSize":{
87808780
"shape":"IntegerOptional",

0 commit comments

Comments
 (0)