Skip to content

Commit 29eb9dd

Browse files
Merge branch 'release-1.42.60' into develop
* release-1.42.60: Bumping version to 1.42.60 Update endpoints model Update to latest models
2 parents ce1c4dd + bfacae5 commit 29eb9dd

File tree

12 files changed

+494
-50
lines changed

12 files changed

+494
-50
lines changed

.changes/1.42.60.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Support for AgentCore Policy GA",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``datazone``",
9+
"description": "Adding QueryGraph operation to DataZone SDK",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``logs``",
14+
"description": "CloudWatch Logs updates- Added support for the PutBearerTokenAuthentication API to enable or disable bearer token authentication on a log group. For more information, see CloudWatch Logs API documentation.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``partnercentral-channel``",
19+
"description": "Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "This release adds b300 and g7e instance types for SageMaker inference endpoints.",
25+
"type": "api-change"
26+
}
27+
]

CHANGELOG.rst

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

5+
1.42.60
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: Support for AgentCore Policy GA
9+
* api-change:``datazone``: Adding QueryGraph operation to DataZone SDK
10+
* api-change:``logs``: CloudWatch Logs updates- Added support for the PutBearerTokenAuthentication API to enable or disable bearer token authentication on a log group. For more information, see CloudWatch Logs API documentation.
11+
* api-change:``partnercentral-channel``: Adds the Resold Unified Operations support plan and removes the Resold Business support plan in the CreateRelationship and UpdateRelationship APIs
12+
* api-change:``sagemaker``: This release adds b300 and g7e instance types for SageMaker inference endpoints.
13+
14+
515
1.42.59
616
=======
717

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.59'
20+
__version__ = '1.42.60'
2121

2222

2323
# Configure default logger to do nothing

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

Lines changed: 101 additions & 22 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"PolicyActive" : {
2626
"description" : "Wait until a Policy is active",
27-
"delay" : 2,
28-
"maxAttempts" : 60,
27+
"delay" : 5,
28+
"maxAttempts" : 24,
2929
"operation" : "GetPolicy",
3030
"acceptors" : [ {
3131
"matcher" : "path",
@@ -72,8 +72,8 @@
7272
},
7373
"PolicyEngineActive" : {
7474
"description" : "Wait until a PolicyEngine is active",
75-
"delay" : 2,
76-
"maxAttempts" : 60,
75+
"delay" : 5,
76+
"maxAttempts" : 24,
7777
"operation" : "GetPolicyEngine",
7878
"acceptors" : [ {
7979
"matcher" : "path",
@@ -120,8 +120,8 @@
120120
},
121121
"PolicyGenerationCompleted" : {
122122
"description" : "Wait until policy generation is completed",
123-
"delay" : 2,
124-
"maxAttempts" : 60,
123+
"delay" : 5,
124+
"maxAttempts" : 24,
125125
"operation" : "GetPolicyGeneration",
126126
"acceptors" : [ {
127127
"matcher" : "path",

botocore/data/datazone/2018-05-10/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,12 @@
221221
"output_token": "nextToken",
222222
"limit_key": "maxResults",
223223
"result_key": "items"
224+
},
225+
"QueryGraph": {
226+
"input_token": "nextToken",
227+
"output_token": "nextToken",
228+
"limit_key": "maxResults",
229+
"result_key": "items"
224230
}
225231
}
226232
}

0 commit comments

Comments
 (0)