Skip to content

Commit a26a2c6

Browse files
Merge branch 'release-1.42.27' into develop
* release-1.42.27: Bumping version to 1.42.27 Update to latest models
2 parents fb260f9 + 2f05aa3 commit a26a2c6

File tree

7 files changed

+5757
-5574
lines changed

7 files changed

+5757
-5574
lines changed

.changes/1.42.27.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``bedrock``",
4+
"description": "This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 characters",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``datazone``",
9+
"description": "Adds support for IAM role subscriptions to Glue table listings via CreateSubscriptionRequest API. Also adds owningIamPrincipalArn filter to List APIs and subscriptionGrantCreationMode parameter to subscription target APIs for controlling grant creation behavior.",
10+
"type": "api-change"
11+
}
12+
]

CHANGELOG.rst

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

5+
1.42.27
6+
=======
7+
8+
* api-change:``bedrock``: This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 characters
9+
* api-change:``datazone``: Adds support for IAM role subscriptions to Glue table listings via CreateSubscriptionRequest API. Also adds owningIamPrincipalArn filter to List APIs and subscriptionGrantCreationMode parameter to subscription target APIs for controlling grant creation behavior.
10+
11+
512
1.42.26
613
=======
714

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.26'
20+
__version__ = '1.42.27'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/bedrock/2023-04-20/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2692,7 +2692,7 @@
26922692
},
26932693
"AutomatedReasoningPolicyBuildDocumentDescription":{
26942694
"type":"string",
2695-
"max":2000,
2695+
"max":4000,
26962696
"min":0,
26972697
"sensitive":true
26982698
},
@@ -3673,7 +3673,7 @@
36733673
},
36743674
"AutomatedReasoningPolicyTestGuardContent":{
36753675
"type":"string",
3676-
"max":1024,
3676+
"max":2048,
36773677
"min":0,
36783678
"sensitive":true
36793679
},

botocore/data/datazone/2018-05-10/service-2.json

Lines changed: 5729 additions & 5570 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.42.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.26'
62+
release = '1.42.27'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)