Skip to content

Commit ae0ed82

Browse files
Update models for release
1 parent dde1485 commit ae0ed82

39 files changed

+852
-1747
lines changed

.changes/3.343.15

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": "OAM",
5+
"description": "Add IncludeTags field to GetLink, GetSink and UpdateLink API"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "Inspector2",
10+
"description": "This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "DataSync",
15+
"description": "Remove Discovery APIs from the DataSync service"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "EC2",
20+
"description": "This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "Glue",
25+
"description": "Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "RDS",
30+
"description": "This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines."
31+
}
32+
]

.changes/nextrelease/remove-privatenetworks.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\` - Removes PrivateNetworks service client and models.
6+
* `Aws\OAM` - Add IncludeTags field to GetLink, GetSink and UpdateLink API
7+
* `Aws\Inspector2` - This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.
8+
* `Aws\DataSync` - Remove Discovery APIs from the DataSync service
9+
* `Aws\EC2` - This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.
10+
* `Aws\Glue` - Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.
11+
* `Aws\RDS` - This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
12+
313
## 3.343.14 - 2025-05-19
414

515
* `Aws\MediaPackageV2` - This release adds support for DVB-DASH, EBU-TT-D subtitle format, and non-compacted manifests for DASH in MediaPackage v2 Origin Endpoints.

src/DataSync/DataSyncClient.php

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
/**
77
* This client is used to interact with the **AWS DataSync** service.
8-
* @method \Aws\Result addStorageSystem(array $args = [])
9-
* @method \GuzzleHttp\Promise\Promise addStorageSystemAsync(array $args = [])
108
* @method \Aws\Result cancelTaskExecution(array $args = [])
119
* @method \GuzzleHttp\Promise\Promise cancelTaskExecutionAsync(array $args = [])
1210
* @method \Aws\Result createAgent(array $args = [])
@@ -43,8 +41,6 @@
4341
* @method \GuzzleHttp\Promise\Promise deleteTaskAsync(array $args = [])
4442
* @method \Aws\Result describeAgent(array $args = [])
4543
* @method \GuzzleHttp\Promise\Promise describeAgentAsync(array $args = [])
46-
* @method \Aws\Result describeDiscoveryJob(array $args = [])
47-
* @method \GuzzleHttp\Promise\Promise describeDiscoveryJobAsync(array $args = [])
4844
* @method \Aws\Result describeLocationAzureBlob(array $args = [])
4945
* @method \GuzzleHttp\Promise\Promise describeLocationAzureBlobAsync(array $args = [])
5046
* @method \Aws\Result describeLocationEfs(array $args = [])
@@ -67,48 +63,28 @@
6763
* @method \GuzzleHttp\Promise\Promise describeLocationS3Async(array $args = [])
6864
* @method \Aws\Result describeLocationSmb(array $args = [])
6965
* @method \GuzzleHttp\Promise\Promise describeLocationSmbAsync(array $args = [])
70-
* @method \Aws\Result describeStorageSystem(array $args = [])
71-
* @method \GuzzleHttp\Promise\Promise describeStorageSystemAsync(array $args = [])
72-
* @method \Aws\Result describeStorageSystemResourceMetrics(array $args = [])
73-
* @method \GuzzleHttp\Promise\Promise describeStorageSystemResourceMetricsAsync(array $args = [])
74-
* @method \Aws\Result describeStorageSystemResources(array $args = [])
75-
* @method \GuzzleHttp\Promise\Promise describeStorageSystemResourcesAsync(array $args = [])
7666
* @method \Aws\Result describeTask(array $args = [])
7767
* @method \GuzzleHttp\Promise\Promise describeTaskAsync(array $args = [])
7868
* @method \Aws\Result describeTaskExecution(array $args = [])
7969
* @method \GuzzleHttp\Promise\Promise describeTaskExecutionAsync(array $args = [])
80-
* @method \Aws\Result generateRecommendations(array $args = [])
81-
* @method \GuzzleHttp\Promise\Promise generateRecommendationsAsync(array $args = [])
8270
* @method \Aws\Result listAgents(array $args = [])
8371
* @method \GuzzleHttp\Promise\Promise listAgentsAsync(array $args = [])
84-
* @method \Aws\Result listDiscoveryJobs(array $args = [])
85-
* @method \GuzzleHttp\Promise\Promise listDiscoveryJobsAsync(array $args = [])
8672
* @method \Aws\Result listLocations(array $args = [])
8773
* @method \GuzzleHttp\Promise\Promise listLocationsAsync(array $args = [])
88-
* @method \Aws\Result listStorageSystems(array $args = [])
89-
* @method \GuzzleHttp\Promise\Promise listStorageSystemsAsync(array $args = [])
9074
* @method \Aws\Result listTagsForResource(array $args = [])
9175
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
9276
* @method \Aws\Result listTaskExecutions(array $args = [])
9377
* @method \GuzzleHttp\Promise\Promise listTaskExecutionsAsync(array $args = [])
9478
* @method \Aws\Result listTasks(array $args = [])
9579
* @method \GuzzleHttp\Promise\Promise listTasksAsync(array $args = [])
96-
* @method \Aws\Result removeStorageSystem(array $args = [])
97-
* @method \GuzzleHttp\Promise\Promise removeStorageSystemAsync(array $args = [])
98-
* @method \Aws\Result startDiscoveryJob(array $args = [])
99-
* @method \GuzzleHttp\Promise\Promise startDiscoveryJobAsync(array $args = [])
10080
* @method \Aws\Result startTaskExecution(array $args = [])
10181
* @method \GuzzleHttp\Promise\Promise startTaskExecutionAsync(array $args = [])
102-
* @method \Aws\Result stopDiscoveryJob(array $args = [])
103-
* @method \GuzzleHttp\Promise\Promise stopDiscoveryJobAsync(array $args = [])
10482
* @method \Aws\Result tagResource(array $args = [])
10583
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
10684
* @method \Aws\Result untagResource(array $args = [])
10785
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
10886
* @method \Aws\Result updateAgent(array $args = [])
10987
* @method \GuzzleHttp\Promise\Promise updateAgentAsync(array $args = [])
110-
* @method \Aws\Result updateDiscoveryJob(array $args = [])
111-
* @method \GuzzleHttp\Promise\Promise updateDiscoveryJobAsync(array $args = [])
11288
* @method \Aws\Result updateLocationAzureBlob(array $args = [])
11389
* @method \GuzzleHttp\Promise\Promise updateLocationAzureBlobAsync(array $args = [])
11490
* @method \Aws\Result updateLocationEfs(array $args = [])
@@ -131,8 +107,6 @@
131107
* @method \GuzzleHttp\Promise\Promise updateLocationS3Async(array $args = [])
132108
* @method \Aws\Result updateLocationSmb(array $args = [])
133109
* @method \GuzzleHttp\Promise\Promise updateLocationSmbAsync(array $args = [])
134-
* @method \Aws\Result updateStorageSystem(array $args = [])
135-
* @method \GuzzleHttp\Promise\Promise updateStorageSystemAsync(array $args = [])
136110
* @method \Aws\Result updateTask(array $args = [])
137111
* @method \GuzzleHttp\Promise\Promise updateTaskAsync(array $args = [])
138112
* @method \Aws\Result updateTaskExecution(array $args = [])

src/Inspector2/Inspector2Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
* @method \GuzzleHttp\Promise\Promise getCisScanReportAsync(array $args = [])
5252
* @method \Aws\Result getCisScanResultDetails(array $args = [])
5353
* @method \GuzzleHttp\Promise\Promise getCisScanResultDetailsAsync(array $args = [])
54+
* @method \Aws\Result getClustersForImage(array $args = [])
55+
* @method \GuzzleHttp\Promise\Promise getClustersForImageAsync(array $args = [])
5456
* @method \Aws\Result getConfiguration(array $args = [])
5557
* @method \GuzzleHttp\Promise\Promise getConfigurationAsync(array $args = [])
5658
* @method \Aws\Result getDelegatedAdminAccount(array $args = [])

src/Rds/RdsClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@
210210
* @method \GuzzleHttp\Promise\Promise describeDBClustersAsync(array $args = []) (supported in versions 2014-10-31)
211211
* @method \Aws\Result describeDBInstanceAutomatedBackups(array $args = []) (supported in versions 2014-10-31)
212212
* @method \GuzzleHttp\Promise\Promise describeDBInstanceAutomatedBackupsAsync(array $args = []) (supported in versions 2014-10-31)
213+
* @method \Aws\Result describeDBMajorEngineVersions(array $args = []) (supported in versions 2014-10-31)
214+
* @method \GuzzleHttp\Promise\Promise describeDBMajorEngineVersionsAsync(array $args = []) (supported in versions 2014-10-31)
213215
* @method \Aws\Result describeDBProxies(array $args = []) (supported in versions 2014-10-31)
214216
* @method \GuzzleHttp\Promise\Promise describeDBProxiesAsync(array $args = []) (supported in versions 2014-10-31)
215217
* @method \Aws\Result describeDBProxyEndpoints(array $args = []) (supported in versions 2014-10-31)

0 commit comments

Comments
 (0)