Skip to content

Commit 01d0b3b

Browse files
Merge branch 'release-1.42.63' into develop
* release-1.42.63: Bumping version to 1.42.63 Update endpoints model Update to latest models
2 parents 9ae78f1 + e4c22a1 commit 01d0b3b

15 files changed

Lines changed: 640 additions & 392 deletions

File tree

.changes/1.42.63.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``appintegrations``",
4+
"description": "This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bcm-data-exports``",
9+
"description": "Fixed wrong endpoint resolutions in few regions. Added AWS CFN resource schema for BCM Data Exports. Added max value validation for pagination parameter. Fixed ARN format validation for BCM Data Exports resources. Updated size constraints for table properties. Added AccessDeniedException error.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock``",
14+
"description": "Amazon Bedrock Guardrails account-level enforcement APIs now support lists for model inclusion and exclusion from guardrail enforcement.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-agentcore-control``",
19+
"description": "Adds support for streaming memory records in AgentCore Memory",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"description": "Amazon Connect now supports the ability to programmatically configure and run automated tests for contact center experiences for Chat. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of chat interactions and workflows.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``deadline``",
29+
"description": "AWS Deadline Cloud now supports cost scale factors for farms, enabling studios to adjust reported costs to reflect their actual rendering economics. Adjusted costs are reflected in Deadline Cloud's Usage Explorer and Budgets.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``endpoint-rules``",
34+
"description": "Update endpoint-rules client to latest version",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``gameliftstreams``",
39+
"description": "Added new Gen6 stream classes based on the EC2 G6f instance family. These stream classes provide cost-optimized options for streaming well-optimized or lower-fidelity games on Windows environments.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sesv2``",
44+
"description": "Adds support for longer email message header values, increasing the maximum length from 870 to 995 characters for RFC 5322 compliance.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.42.63
6+
=======
7+
8+
* api-change:``appintegrations``: This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source.
9+
* api-change:``bcm-data-exports``: Fixed wrong endpoint resolutions in few regions. Added AWS CFN resource schema for BCM Data Exports. Added max value validation for pagination parameter. Fixed ARN format validation for BCM Data Exports resources. Updated size constraints for table properties. Added AccessDeniedException error.
10+
* api-change:``bedrock``: Amazon Bedrock Guardrails account-level enforcement APIs now support lists for model inclusion and exclusion from guardrail enforcement.
11+
* api-change:``bedrock-agentcore-control``: Adds support for streaming memory records in AgentCore Memory
12+
* api-change:``connect``: Amazon Connect now supports the ability to programmatically configure and run automated tests for contact center experiences for Chat. Integrate testing into CICD pipelines, run multiple tests at scale, and retrieve results via API to automate validation of chat interactions and workflows.
13+
* api-change:``deadline``: AWS Deadline Cloud now supports cost scale factors for farms, enabling studios to adjust reported costs to reflect their actual rendering economics. Adjusted costs are reflected in Deadline Cloud's Usage Explorer and Budgets.
14+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
15+
* api-change:``gameliftstreams``: Added new Gen6 stream classes based on the EC2 G6f instance family. These stream classes provide cost-optimized options for streaming well-optimized or lower-fidelity games on Windows environments.
16+
* api-change:``sesv2``: Adds support for longer email message header values, increasing the maximum length from 870 to 995 characters for RFC 5322 compliance.
17+
18+
519
1.42.62
620
=======
721

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.62'
20+
__version__ = '1.42.63'
2121

2222

2323
# Configure default logger to do nothing

botocore/data/appintegrations/2020-07-29/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@
18031803
"type":"string",
18041804
"max":256,
18051805
"min":1,
1806-
"pattern":"^aws\\.partner\\/.*$"
1806+
"pattern":"^(aws\\.(partner\\/.*|cases|cases\\-test))|Pipe\\s.[a-zA-Z0-9\\/\\._\\-]+$|app\\-integrations\\.webhooks\\/[a-zA-Z0-9\\-_.\\/]+$"
18071807
},
18081808
"SourceURI":{
18091809
"type":"string",

0 commit comments

Comments
 (0)