Skip to content

Commit 2f409de

Browse files
Update models for release
1 parent 757a36f commit 2f409de

41 files changed

Lines changed: 714 additions & 418 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changes/3.372.1

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "SESv2",
5+
"description": "Adds support for longer email message header values, increasing the maximum length from 870 to 995 characters for RFC 5322 compliance."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "BedrockAgentCoreControl",
10+
"description": "Adds support for streaming memory records in AgentCore Memory"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "AppIntegrationsService",
15+
"description": "This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "Deadline",
20+
"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."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "BCMDataExports",
25+
"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."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "Connect",
30+
"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."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "Bedrock",
35+
"description": "Amazon Bedrock Guardrails account-level enforcement APIs now support lists for model inclusion and exclusion from guardrail enforcement."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "GameLiftStreams",
40+
"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."
41+
}
42+
]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## next release
4+
5+
* `Aws\SESv2` - Adds support for longer email message header values, increasing the maximum length from 870 to 995 characters for RFC 5322 compliance.
6+
* `Aws\BedrockAgentCoreControl` - Adds support for streaming memory records in AgentCore Memory
7+
* `Aws\AppIntegrationsService` - This release adds support for webhooks, allowing customers to create an Event Integration with a webhook source.
8+
* `Aws\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.
9+
* `Aws\BCMDataExports` - 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+
* `Aws\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.
11+
* `Aws\Bedrock` - Amazon Bedrock Guardrails account-level enforcement APIs now support lists for model inclusion and exclusion from guardrail enforcement.
12+
* `Aws\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.
13+
314
## 3.372.0 - 2026-03-05
415

516
* `Aws\Api` - Adds support for the Smithy RPC V2 CBOR protocol.

src/data/appintegrations/2020-07-29/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305
"type":"string",
13061306
"max":256,
13071307
"min":1,
1308-
"pattern":"^aws\\.partner\\/.*$"
1308+
"pattern":"^(aws\\.(partner\\/.*|cases|cases\\-test))|Pipe\\s.[a-zA-Z0-9\\/\\._\\-]+$|app\\-integrations\\.webhooks\\/[a-zA-Z0-9\\-_.\\/]+$"
13091309
},
13101310
"SourceURI":{
13111311
"type":"string",

src/data/appintegrations/2020-07-29/api-2.json.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)