Skip to content

Commit e8346e2

Browse files
Merge branch 'release-1.42.68' into develop
* release-1.42.68: Bumping version to 1.42.68 Update endpoints model Update to latest models
2 parents d45e39f + e735b45 commit e8346e2

File tree

17 files changed

+3445
-200
lines changed

17 files changed

+3445
-200
lines changed

.changes/1.42.68.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``apigateway``",
4+
"description": "API Gateway now supports an additional security policy \"SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09\" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``config``",
9+
"description": "Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "Deprecating PredefinedNotificationID field",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``gameliftstreams``",
19+
"description": "Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``glue``",
24+
"description": "Add QuerySessionContext to BatchGetPartitionRequest",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivs-realtime``",
29+
"description": "Updates maximum reconnect window seconds from 60 to 300 for participant replication",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``mediaconvert``",
34+
"description": "This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``medialive``",
39+
"description": "Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``mgn``",
44+
"description": "Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``quicksight``",
49+
"description": "The change adds a new capability named ManageSharedFolders in Custom Permissions",
50+
"type": "api-change"
51+
}
52+
]

CHANGELOG.rst

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

5+
1.42.68
6+
=======
7+
8+
* api-change:``apigateway``: API Gateway now supports an additional security policy "SecurityPolicy-TLS13-1-2-FIPS-PFS-PQ-2025-09" for REST APIs and custom domain names. The new policy is compliant with TLS 1.3, Federal Information Processing Standards (FIPS), Perfect Forward Secrecy (PFS), and post-quantum (PQ) cryptography
9+
* api-change:``config``: Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
10+
* api-change:``connect``: Deprecating PredefinedNotificationID field
11+
* api-change:``gameliftstreams``: Feature launch that enables customers to connect streaming sessions to their own VPCs running in AWS.
12+
* api-change:``glue``: Add QuerySessionContext to BatchGetPartitionRequest
13+
* api-change:``ivs-realtime``: Updates maximum reconnect window seconds from 60 to 300 for participant replication
14+
* api-change:``mediaconvert``: This update adds support for Dolby AC-4 audio output, frame rate conversion between non-Dolby Vision inputs to Dolby Vision outputs, and clear lead CMAF HLS output.
15+
* api-change:``medialive``: Documents the VideoDescription.ScalingBehavior.SMART(underscore)CROP enum value.
16+
* api-change:``mgn``: Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.
17+
* api-change:``quicksight``: The change adds a new capability named ManageSharedFolders in Custom Permissions
18+
19+
520
1.42.67
621
=======
722

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.67'
20+
__version__ = '1.42.68'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/apigateway/2015-07-09/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6564,6 +6564,7 @@
65646564
"SecurityPolicy_TLS13_1_3_FIPS_2025_09",
65656565
"SecurityPolicy_TLS13_1_2_PFS_PQ_2025_09",
65666566
"SecurityPolicy_TLS13_1_2_FIPS_PQ_2025_09",
6567+
"SecurityPolicy_TLS13_1_2_FIPS_PFS_PQ_2025_09",
65676568
"SecurityPolicy_TLS13_1_2_PQ_2025_09",
65686569
"SecurityPolicy_TLS13_1_2_2021_06",
65696570
"SecurityPolicy_TLS13_2025_EDGE",

botocore/data/config/2014-11-12/paginators-1.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,15 @@
193193
"limit_key": "MaxResults",
194194
"output_token": "NextToken",
195195
"result_key": "ConfigurationRecorderSummaries"
196+
},
197+
"DescribeConformancePackCompliance": {
198+
"input_token": "NextToken",
199+
"limit_key": "Limit",
200+
"non_aggregate_keys": [
201+
"ConformancePackName"
202+
],
203+
"output_token": "NextToken",
204+
"result_key": "ConformancePackRuleComplianceList"
196205
}
197206
}
198207
}

botocore/data/config/2014-11-12/service-2.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6179,7 +6179,7 @@
61796179
"documentation":"<p>The type of notification that initiates Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change-initiated notification types:</p> <ul> <li> <p> <code>ConfigurationItemChangeNotification</code> - Initiates an evaluation when Config delivers a configuration item as a result of a resource change.</p> </li> <li> <p> <code>OversizedConfigurationItemChangeNotification</code> - Initiates an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p> </li> </ul>"
61806180
},
61816181
"InputParameters":{
6182-
"shape":"StringWithCharLimit2048",
6182+
"shape":"StringWithCharLimit1024",
61836183
"documentation":"<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
61846184
},
61856185
"MaximumExecutionFrequency":{
@@ -6229,7 +6229,7 @@
62296229
"documentation":"<p>The type of notification that triggers Config to run an evaluation for a rule. For Config Custom Policy rules, Config supports change triggered notification types:</p> <ul> <li> <p> <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p> </li> <li> <p> <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p> </li> </ul>"
62306230
},
62316231
"InputParameters":{
6232-
"shape":"StringWithCharLimit2048",
6232+
"shape":"StringWithCharLimit1024",
62336233
"documentation":"<p>A string, in JSON format, that is passed to your organization Config Custom Policy rule.</p>"
62346234
},
62356235
"MaximumExecutionFrequency":{
@@ -6283,7 +6283,7 @@
62836283
"documentation":"<p>The type of notification that triggers Config to run an evaluation for a rule. You can specify the following notification types:</p> <ul> <li> <p> <code>ConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers a configuration item as a result of a resource change.</p> </li> <li> <p> <code>OversizedConfigurationItemChangeNotification</code> - Triggers an evaluation when Config delivers an oversized configuration item. Config may generate this notification type when a resource changes and the notification exceeds the maximum size allowed by Amazon SNS.</p> </li> <li> <p> <code>ScheduledNotification</code> - Triggers a periodic evaluation at the frequency specified for <code>MaximumExecutionFrequency</code>.</p> </li> </ul>"
62846284
},
62856285
"InputParameters":{
6286-
"shape":"StringWithCharLimit2048",
6286+
"shape":"StringWithCharLimit1024",
62876287
"documentation":"<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
62886288
},
62896289
"MaximumExecutionFrequency":{
@@ -6322,7 +6322,7 @@
63226322
"documentation":"<p>For organization config managed rules, a predefined identifier from a list. For example, <code>IAM_PASSWORD_POLICY</code> is a managed rule. To reference a managed rule, see <a href=\"https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html\">Using Config managed rules</a>.</p>"
63236323
},
63246324
"InputParameters":{
6325-
"shape":"StringWithCharLimit2048",
6325+
"shape":"StringWithCharLimit1024",
63266326
"documentation":"<p>A string, in JSON format, that is passed to your organization Config rule Lambda function.</p>"
63276327
},
63286328
"MaximumExecutionFrequency":{
@@ -8630,11 +8630,6 @@
86308630
"max":128,
86318631
"min":1
86328632
},
8633-
"StringWithCharLimit2048":{
8634-
"type":"string",
8635-
"max":2048,
8636-
"min":1
8637-
},
86388633
"StringWithCharLimit256":{
86398634
"type":"string",
86408635
"max":256,

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11652,7 +11652,12 @@
1165211652
"shape":"TagMap",
1165311653
"documentation":"<p>The tags used to organize, track, or control access for this resource. For example, <code>{ \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }</code>.</p>"
1165411654
},
11655-
"PredefinedNotificationId":{"shape":"NotificationId"},
11655+
"PredefinedNotificationId":{
11656+
"shape":"NotificationId",
11657+
"deprecated":true,
11658+
"deprecatedMessage":"PredefinedNotificationId is deprecated. Use ClientToken for idempotency.",
11659+
"deprecatedSince":"3/13/2026"
11660+
},
1165611661
"ClientToken":{
1165711662
"shape":"ClientToken",
1165811663
"documentation":"<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href=\"https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/\">Making retries safe with idempotent APIs</a>.</p>",

botocore/data/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26969,6 +26969,7 @@
2696926969
"tags" : [ "dualstack" ]
2697026970
} ]
2697126971
},
26972+
"eu-central-2" : { },
2697226973
"eu-north-1" : {
2697326974
"variants" : [ {
2697426975
"hostname" : "transcribe.eu-north-1.api.aws",
@@ -40602,6 +40603,11 @@
4060240603
"eusc-de-east-1" : { }
4060340604
}
4060440605
},
40606+
"network-firewall" : {
40607+
"endpoints" : {
40608+
"eusc-de-east-1" : { }
40609+
}
40610+
},
4060540611
"notifications" : {
4060640612
"endpoints" : {
4060740613
"eusc-de-east-1" : { }

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

Lines changed: 76 additions & 9 deletions
Large diffs are not rendered by default.

botocore/data/glue/2017-03-31/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5600,7 +5600,9 @@
56005600
"PartitionsToGet":{
56015601
"shape":"BatchGetPartitionValueList",
56025602
"documentation":"<p>A list of partition values identifying the partitions to retrieve.</p>"
5603-
}
5603+
},
5604+
"AuditContext":{"shape":"AuditContext"},
5605+
"QuerySessionContext":{"shape":"QuerySessionContext"}
56045606
}
56055607
},
56065608
"BatchGetPartitionResponse":{

0 commit comments

Comments
 (0)