Skip to content

Commit ce9705e

Browse files
Update models for release
1 parent 014c521 commit ce9705e

File tree

12 files changed

+2841
-2650
lines changed

12 files changed

+2841
-2650
lines changed

.changes/3.369.12

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "DataZone",
5+
"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."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Bedrock",
10+
"description": "This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 characters"
11+
}
12+
]

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\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.
6+
* `Aws\Bedrock` - This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 characters
7+
38
## 3.369.11 - 2026-01-12
49

510
* `Aws\IoTManagedIntegrations` - This release introduces WiFi Simple Setup (WSS) enabling device provisioning via barcode scanning with automated network discovery, authentication, and credential provisioning. Additionally, it introduces 2P Device Capability Rediscovery for updating hub-managed device capabilities post-onboarding.

src/data/bedrock/2023-04-20/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@
23082308
},
23092309
"AutomatedReasoningPolicyBuildDocumentDescription":{
23102310
"type":"string",
2311-
"max":2000,
2311+
"max":4000,
23122312
"min":0,
23132313
"sensitive":true
23142314
},
@@ -2957,7 +2957,7 @@
29572957
},
29582958
"AutomatedReasoningPolicyTestGuardContent":{
29592959
"type":"string",
2960-
"max":1024,
2960+
"max":2048,
29612961
"min":0,
29622962
"sensitive":true
29632963
},

src/data/bedrock/2023-04-20/api-2.json.php

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

0 commit comments

Comments
 (0)