Skip to content

Commit 64cf55a

Browse files
Update models for release
1 parent 3a7dc71 commit 64cf55a

Some content is hidden

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

43 files changed

+1338
-512
lines changed

.changes/3.356.16

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "api-change",
4+
"category": "GuardDuty",
5+
"description": "Updated Java SDK implementation of entity set status in GuardDuty API."
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "DataZone",
10+
"description": "adding IAM principal id to IAM user profile details"
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "QuickSight",
15+
"description": "This release adds support for Account level custom permissions, additional Dashboard Options, and Null support for Q&A."
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "PrometheusService",
20+
"description": "Add Vended Logs APIs for Amazon Prometheus Managed Collector"
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "RDS",
25+
"description": "Adds support for end-to-end IAM authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines."
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "MediaLive",
30+
"description": "AWS Elemental MediaLive adds a new feature in MediaPackage output group that enables MediaPackage V2 users to control HLS-related parameters directly in MediaLive. These parameter settings are then reflected in MediaPackage outputs, providing more streamlined control over HLS configurations."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "Evs",
35+
"description": "CreateEnvironment API now supports parameters (isHcxPublic & hcxNetworkAclId) for HCX migration via public internet, adding flexibility for migration scenarios. New APIs have been added for associating (AssociateEipToVlan) & disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "ECS",
40+
"description": "This release supports hook details for Amazon ECS lifecycle hooks."
41+
},
42+
{
43+
"type": "api-change",
44+
"category": "EMRContainers",
45+
"description": "Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration."
46+
}
47+
]

.changes/nextrelease/bugfix-document-types.json

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

CHANGELOG.md

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

3+
## next release
4+
5+
* `Aws\Api` - Fixes bug in document type validation where unordered integer array keys are not considered.
6+
* `Aws\GuardDuty` - Updated Java SDK implementation of entity set status in GuardDuty API.
7+
* `Aws\DataZone` - adding IAM principal id to IAM user profile details
8+
* `Aws\QuickSight` - This release adds support for Account level custom permissions, additional Dashboard Options, and Null support for Q&A.
9+
* `Aws\PrometheusService` - Add Vended Logs APIs for Amazon Prometheus Managed Collector
10+
* `Aws\RDS` - Adds support for end-to-end IAM authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
11+
* `Aws\MediaLive` - AWS Elemental MediaLive adds a new feature in MediaPackage output group that enables MediaPackage V2 users to control HLS-related parameters directly in MediaLive. These parameter settings are then reflected in MediaPackage outputs, providing more streamlined control over HLS configurations.
12+
* `Aws\Evs` - CreateEnvironment API now supports parameters (isHcxPublic & hcxNetworkAclId) for HCX migration via public internet, adding flexibility for migration scenarios. New APIs have been added for associating (AssociateEipToVlan) & disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses.
13+
* `Aws\ECS` - This release supports hook details for Amazon ECS lifecycle hooks.
14+
* `Aws\EMRContainers` - Added nodeLabel support in container provider to aid hardware isolation support for virtual cluster and security configuration.
15+
316
## 3.356.15 - 2025-09-10
417

518
* `Aws\NetworkFlowMonitor` - Added new enum value (AWS::Region) for type field under MonitorLocalResource and MonitorRemoteResource. Workload Insights and Monitor top contributors queries now support a new DestinationCategory (INTER_REGION).

src/Evs/EvsClient.php

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

66
/**
77
* This client is used to interact with the **Amazon Elastic VMware Service** service.
8+
* @method \Aws\Result associateEipToVlan(array $args = [])
9+
* @method \GuzzleHttp\Promise\Promise associateEipToVlanAsync(array $args = [])
810
* @method \Aws\Result createEnvironment(array $args = [])
911
* @method \GuzzleHttp\Promise\Promise createEnvironmentAsync(array $args = [])
1012
* @method \Aws\Result createEnvironmentHost(array $args = [])
@@ -13,6 +15,8 @@
1315
* @method \GuzzleHttp\Promise\Promise deleteEnvironmentAsync(array $args = [])
1416
* @method \Aws\Result deleteEnvironmentHost(array $args = [])
1517
* @method \GuzzleHttp\Promise\Promise deleteEnvironmentHostAsync(array $args = [])
18+
* @method \Aws\Result disassociateEipFromVlan(array $args = [])
19+
* @method \GuzzleHttp\Promise\Promise disassociateEipFromVlanAsync(array $args = [])
1620
* @method \Aws\Result getEnvironment(array $args = [])
1721
* @method \GuzzleHttp\Promise\Promise getEnvironmentAsync(array $args = [])
1822
* @method \Aws\Result listEnvironmentHosts(array $args = [])

src/PrometheusService/PrometheusServiceClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* @method \GuzzleHttp\Promise\Promise deleteRuleGroupsNamespaceAsync(array $args = [])
3030
* @method \Aws\Result deleteScraper(array $args = [])
3131
* @method \GuzzleHttp\Promise\Promise deleteScraperAsync(array $args = [])
32+
* @method \Aws\Result deleteScraperLoggingConfiguration(array $args = [])
33+
* @method \GuzzleHttp\Promise\Promise deleteScraperLoggingConfigurationAsync(array $args = [])
3234
* @method \Aws\Result deleteWorkspace(array $args = [])
3335
* @method \GuzzleHttp\Promise\Promise deleteWorkspaceAsync(array $args = [])
3436
* @method \Aws\Result describeAlertManagerDefinition(array $args = [])
@@ -43,6 +45,8 @@
4345
* @method \GuzzleHttp\Promise\Promise describeRuleGroupsNamespaceAsync(array $args = [])
4446
* @method \Aws\Result describeScraper(array $args = [])
4547
* @method \GuzzleHttp\Promise\Promise describeScraperAsync(array $args = [])
48+
* @method \Aws\Result describeScraperLoggingConfiguration(array $args = [])
49+
* @method \GuzzleHttp\Promise\Promise describeScraperLoggingConfigurationAsync(array $args = [])
4650
* @method \Aws\Result describeWorkspace(array $args = [])
4751
* @method \GuzzleHttp\Promise\Promise describeWorkspaceAsync(array $args = [])
4852
* @method \Aws\Result describeWorkspaceConfiguration(array $args = [])
@@ -73,6 +77,8 @@
7377
* @method \GuzzleHttp\Promise\Promise updateQueryLoggingConfigurationAsync(array $args = [])
7478
* @method \Aws\Result updateScraper(array $args = [])
7579
* @method \GuzzleHttp\Promise\Promise updateScraperAsync(array $args = [])
80+
* @method \Aws\Result updateScraperLoggingConfiguration(array $args = [])
81+
* @method \GuzzleHttp\Promise\Promise updateScraperLoggingConfigurationAsync(array $args = [])
7682
* @method \Aws\Result updateWorkspaceAlias(array $args = [])
7783
* @method \GuzzleHttp\Promise\Promise updateWorkspaceAliasAsync(array $args = [])
7884
* @method \Aws\Result updateWorkspaceConfiguration(array $args = [])

src/QuickSight/QuickSightClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@
5959
* @method \GuzzleHttp\Promise\Promise createTopicRefreshScheduleAsync(array $args = [])
6060
* @method \Aws\Result createVPCConnection(array $args = [])
6161
* @method \GuzzleHttp\Promise\Promise createVPCConnectionAsync(array $args = [])
62+
* @method \Aws\Result deleteAccountCustomPermission(array $args = [])
63+
* @method \GuzzleHttp\Promise\Promise deleteAccountCustomPermissionAsync(array $args = [])
6264
* @method \Aws\Result deleteAccountCustomization(array $args = [])
6365
* @method \GuzzleHttp\Promise\Promise deleteAccountCustomizationAsync(array $args = [])
6466
* @method \Aws\Result deleteAccountSubscription(array $args = [])
@@ -121,6 +123,8 @@
121123
* @method \GuzzleHttp\Promise\Promise deleteUserCustomPermissionAsync(array $args = [])
122124
* @method \Aws\Result deleteVPCConnection(array $args = [])
123125
* @method \GuzzleHttp\Promise\Promise deleteVPCConnectionAsync(array $args = [])
126+
* @method \Aws\Result describeAccountCustomPermission(array $args = [])
127+
* @method \GuzzleHttp\Promise\Promise describeAccountCustomPermissionAsync(array $args = [])
124128
* @method \Aws\Result describeAccountCustomization(array $args = [])
125129
* @method \GuzzleHttp\Promise\Promise describeAccountCustomizationAsync(array $args = [])
126130
* @method \Aws\Result describeAccountSettings(array $args = [])
@@ -335,6 +339,8 @@
335339
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
336340
* @method \Aws\Result untagResource(array $args = [])
337341
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
342+
* @method \Aws\Result updateAccountCustomPermission(array $args = [])
343+
* @method \GuzzleHttp\Promise\Promise updateAccountCustomPermissionAsync(array $args = [])
338344
* @method \Aws\Result updateAccountCustomization(array $args = [])
339345
* @method \GuzzleHttp\Promise\Promise updateAccountCustomizationAsync(array $args = [])
340346
* @method \Aws\Result updateAccountSettings(array $args = [])

0 commit comments

Comments
 (0)