Skip to content

Commit d5c719a

Browse files
Update models for release
1 parent 92c1ad2 commit d5c719a

37 files changed

+1975
-1150
lines changed

.changes/3.353.0

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "Braket",
5+
"description": "Add support for Braket program sets."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "FSx",
10+
"description": "Add Dual-Stack support for Amazon FSx for OpenZFS file systems"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "PartnerCentralSelling",
15+
"description": "Add Tagging Support for Opportunity resources"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "SecurityIR",
20+
"description": "Added support for Organizational Unit-level Membership configuration and the ability to resume a cancelled membership."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "DataZone",
25+
"description": "Adds support for account pools and project profile account decoupling"
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "SageMaker",
30+
"description": "This release introduces compute quota for GPU, Trainium accelerators, vCPU, and vCPU memory utilization across teams in HyperPod clusters"
31+
}
32+
]

.changes/nextrelease/feat-manual-auth-scheme.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\` - Added support for configuring auth schemes based on user's preference. The order in which these auth schemes are provided will define the priority of the auth schemes selection.
6+
* `Aws\Braket` - Add support for Braket program sets.
7+
* `Aws\FSx` - Add Dual-Stack support for Amazon FSx for OpenZFS file systems
8+
* `Aws\PartnerCentralSelling` - Add Tagging Support for Opportunity resources
9+
* `Aws\SecurityIR` - Added support for Organizational Unit-level Membership configuration and the ability to resume a cancelled membership.
10+
* `Aws\DataZone` - Adds support for account pools and project profile account decoupling
11+
* `Aws\SageMaker` - This release introduces compute quota for GPU, Trainium accelerators, vCPU, and vCPU memory utilization across teams in HyperPod clusters
12+
313
## 3.352.7 - 2025-08-12
414

515
* `Aws\Rds` - Ensures `DestinationRegion` is signed during presigning.

src/DataZone/DataZoneClient.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* @method \GuzzleHttp\Promise\Promise cancelMetadataGenerationRunAsync(array $args = [])
2020
* @method \Aws\Result cancelSubscription(array $args = [])
2121
* @method \GuzzleHttp\Promise\Promise cancelSubscriptionAsync(array $args = [])
22+
* @method \Aws\Result createAccountPool(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise createAccountPoolAsync(array $args = [])
2224
* @method \Aws\Result createAsset(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise createAssetAsync(array $args = [])
2426
* @method \Aws\Result createAssetFilter(array $args = [])
@@ -71,6 +73,8 @@
7173
* @method \GuzzleHttp\Promise\Promise createSubscriptionTargetAsync(array $args = [])
7274
* @method \Aws\Result createUserProfile(array $args = [])
7375
* @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
76+
* @method \Aws\Result deleteAccountPool(array $args = [])
77+
* @method \GuzzleHttp\Promise\Promise deleteAccountPoolAsync(array $args = [])
7478
* @method \Aws\Result deleteAsset(array $args = [])
7579
* @method \GuzzleHttp\Promise\Promise deleteAssetAsync(array $args = [])
7680
* @method \Aws\Result deleteAssetFilter(array $args = [])
@@ -121,6 +125,8 @@
121125
* @method \GuzzleHttp\Promise\Promise deleteTimeSeriesDataPointsAsync(array $args = [])
122126
* @method \Aws\Result disassociateEnvironmentRole(array $args = [])
123127
* @method \GuzzleHttp\Promise\Promise disassociateEnvironmentRoleAsync(array $args = [])
128+
* @method \Aws\Result getAccountPool(array $args = [])
129+
* @method \GuzzleHttp\Promise\Promise getAccountPoolAsync(array $args = [])
124130
* @method \Aws\Result getAsset(array $args = [])
125131
* @method \GuzzleHttp\Promise\Promise getAssetAsync(array $args = [])
126132
* @method \Aws\Result getAssetFilter(array $args = [])
@@ -189,6 +195,10 @@
189195
* @method \GuzzleHttp\Promise\Promise getTimeSeriesDataPointAsync(array $args = [])
190196
* @method \Aws\Result getUserProfile(array $args = [])
191197
* @method \GuzzleHttp\Promise\Promise getUserProfileAsync(array $args = [])
198+
* @method \Aws\Result listAccountPools(array $args = [])
199+
* @method \GuzzleHttp\Promise\Promise listAccountPoolsAsync(array $args = [])
200+
* @method \Aws\Result listAccountsInAccountPool(array $args = [])
201+
* @method \GuzzleHttp\Promise\Promise listAccountsInAccountPoolAsync(array $args = [])
192202
* @method \Aws\Result listAssetFilters(array $args = [])
193203
* @method \GuzzleHttp\Promise\Promise listAssetFiltersAsync(array $args = [])
194204
* @method \Aws\Result listAssetRevisions(array $args = [])
@@ -285,6 +295,8 @@
285295
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
286296
* @method \Aws\Result untagResource(array $args = [])
287297
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
298+
* @method \Aws\Result updateAccountPool(array $args = [])
299+
* @method \GuzzleHttp\Promise\Promise updateAccountPoolAsync(array $args = [])
288300
* @method \Aws\Result updateAssetFilter(array $args = [])
289301
* @method \GuzzleHttp\Promise\Promise updateAssetFilterAsync(array $args = [])
290302
* @method \Aws\Result updateConnection(array $args = [])

0 commit comments

Comments
 (0)