Skip to content

Commit 1e787fd

Browse files
Merge branch 'release-1.42.52' into develop
* release-1.42.52: Bumping version to 1.42.52 Update endpoints model Update to latest models
2 parents 49946ac + a17421e commit 1e787fd

7 files changed

Lines changed: 38 additions & 6 deletions

File tree

.changes/1.42.52.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"category": "``cleanrooms``",
4+
"description": "This release adds support for federated catalogs in Athena-sourced configured tables.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "Correcting in-app notifications API documentation.",
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.52
6+
=======
7+
8+
* api-change:``cleanrooms``: This release adds support for federated catalogs in Athena-sourced configured tables.
9+
* api-change:``connect``: Correcting in-app notifications API documentation.
10+
11+
512
1.42.51
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.51'
20+
__version__ = '1.42.52'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/cleanrooms/2022-02-17/service-2.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@
23592359
"type":"string",
23602360
"max":200,
23612361
"min":0,
2362-
"pattern":"arn:aws:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+"
2362+
"pattern":"arn:aws[-a-z]*:cleanrooms:[\\w]{2}-[\\w]{4,9}-[\\d]:[\\d]{12}:membership/[\\d\\w-]+/analysistemplate/[\\d\\w-]+"
23632363
},
23642364
"AnalysisTemplateArnList":{
23652365
"type":"list",
@@ -2597,6 +2597,12 @@
25972597
"max":50,
25982598
"min":1
25992599
},
2600+
"AthenaCatalogName":{
2601+
"type":"string",
2602+
"max":64,
2603+
"min":1,
2604+
"pattern":"[a-zA-Z0-9_-]+"
2605+
},
26002606
"AthenaDatabaseName":{
26012607
"type":"string",
26022608
"max":128,
@@ -2642,6 +2648,10 @@
26422648
"tableName":{
26432649
"shape":"AthenaTableName",
26442650
"documentation":"<p> The table reference.</p>"
2651+
},
2652+
"catalogName":{
2653+
"shape":"AthenaCatalogName",
2654+
"documentation":"<p> The catalog name.</p>"
26452655
}
26462656
},
26472657
"documentation":"<p> A reference to a table within Athena.</p>"
@@ -9964,6 +9974,7 @@
99649974
},
99659975
"ResultFormat":{
99669976
"type":"string",
9977+
"documentation":"<p>File format of the returned data.</p>",
99679978
"enum":[
99689979
"CSV",
99699980
"PARQUET"
@@ -11401,7 +11412,8 @@
1140111412
},
1140211413
"number":{
1140311414
"shape":"WorkerComputeConfigurationNumberInteger",
11404-
"documentation":"<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>"
11415+
"documentation":"<p> The number of workers.</p> <p>SQL queries support a minimum value of 2 and a maximum value of 400. </p> <p>PySpark jobs support a minimum value of 4 and a maximum value of 128.</p>",
11416+
"box":true
1140511417
},
1140611418
"properties":{
1140711419
"shape":"WorkerComputeConfigurationProperties",

botocore/data/connect/2017-08-08/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@
883883
{"shape":"AccessDeniedException"},
884884
{"shape":"InvalidParameterException"}
885885
],
886-
"documentation":"<p>Creates a new notification to be delivered to specified recipients. Notifications can include localized content with embedded links, and an optional expiration time. Recipients can be specified as individual user ARNs or instance ARNs to target all users in an instance.</p>"
886+
"documentation":"<p>Creates a new notification to be delivered to specified recipients. Notifications can include localized content with links, and an optional expiration time. Recipients can be specified as individual user ARNs or instance ARNs to target all users in an instance.</p>"
887887
},
888888
"CreateParticipant":{
889889
"name":"CreateParticipant",
@@ -11552,7 +11552,7 @@
1155211552
},
1155311553
"Content":{
1155411554
"shape":"NotificationContent",
11555-
"documentation":"<p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports markdown formatting and embedded links. Maximum 250 characters per locale.</p>"
11555+
"documentation":"<p>The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports links. Maximum 250 characters per locale.</p>"
1155611556
},
1155711557
"Tags":{
1155811558
"shape":"TagMap",

botocore/data/endpoints.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18911,6 +18911,7 @@
1891118911
},
1891218912
"hostname" : "portal.sso.ap-southeast-5.amazonaws.com"
1891318913
},
18914+
"ap-southeast-6" : { },
1891418915
"ap-southeast-7" : { },
1891518916
"ca-central-1" : {
1891618917
"credentialScope" : {

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.51'
62+
release = '1.42.52'
6363

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

0 commit comments

Comments
 (0)