Skip to content

Commit b48cb76

Browse files
Update models for release
1 parent dcd10fc commit b48cb76

40 files changed

+990
-50
lines changed

.changes/3.359.11

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": "Connect",
5+
"description": "Updated Authentication Profile APIs to add support for automatic logout on user inactivity"
6+
},
7+
{
8+
"type": "api-change",
9+
"category": "ElasticLoadBalancingv2",
10+
"description": "This release expands ALB Authentication to support JWT verification and adds support for a new JWT validation action in listener rule."
11+
},
12+
{
13+
"type": "api-change",
14+
"category": "EC2",
15+
"description": "Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMI"
16+
},
17+
{
18+
"type": "api-change",
19+
"category": "DatabaseMigrationService",
20+
"description": "Added support of SQL statements creation, metadata model discovery and selection rules transformation."
21+
},
22+
{
23+
"type": "api-change",
24+
"category": "S3Tables",
25+
"description": "Adds support for request metrics metrics APIs for S3 Tables"
26+
},
27+
{
28+
"type": "api-change",
29+
"category": "PrometheusService",
30+
"description": "Add VPC source configuration support enabling Amazon Managed Service for Prometheus Collector to collect metrics from MSK clusters."
31+
},
32+
{
33+
"type": "api-change",
34+
"category": "Redshift",
35+
"description": "Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated applications. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages."
36+
},
37+
{
38+
"type": "api-change",
39+
"category": "SageMaker",
40+
"description": "Add support for trn2.3xlarge instance type for SageMaker Hyperpod"
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\Connect` - Updated Authentication Profile APIs to add support for automatic logout on user inactivity
6+
* `Aws\ElasticLoadBalancingv2` - This release expands ALB Authentication to support JWT verification and adds support for a new JWT validation action in listener rule.
7+
* `Aws\EC2` - Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMI
8+
* `Aws\DatabaseMigrationService` - Added support of SQL statements creation, metadata model discovery and selection rules transformation.
9+
* `Aws\S3Tables` - Adds support for request metrics metrics APIs for S3 Tables
10+
* `Aws\PrometheusService` - Add VPC source configuration support enabling Amazon Managed Service for Prometheus Collector to collect metrics from MSK clusters.
11+
* `Aws\Redshift` - Added GetIdentityCenterAuthToken API to retrieve encrypted authentication tokens for Identity Center integrated applications. This API enables programmatic access to secure Identity Center tokens with proper error handling and parameter validation across supported SDK languages.
12+
* `Aws\SageMaker` - Add support for trn2.3xlarge instance type for SageMaker Hyperpod
13+
314
## 3.359.10 - 2025-11-11
415

516
* `Aws\RTBFabric` - Added LogSettings and LinkAttribute fields to external links

src/DatabaseMigrationService/DatabaseMigrationServiceClient.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
* @method \GuzzleHttp\Promise\Promise applyPendingMaintenanceActionAsync(array $args = [])
1212
* @method \Aws\Result batchStartRecommendations(array $args = [])
1313
* @method \GuzzleHttp\Promise\Promise batchStartRecommendationsAsync(array $args = [])
14+
* @method \Aws\Result cancelMetadataModelConversion(array $args = [])
15+
* @method \GuzzleHttp\Promise\Promise cancelMetadataModelConversionAsync(array $args = [])
16+
* @method \Aws\Result cancelMetadataModelCreation(array $args = [])
17+
* @method \GuzzleHttp\Promise\Promise cancelMetadataModelCreationAsync(array $args = [])
1418
* @method \Aws\Result cancelReplicationTaskAssessmentRun(array $args = [])
1519
* @method \GuzzleHttp\Promise\Promise cancelReplicationTaskAssessmentRunAsync(array $args = [])
1620
* @method \Aws\Result createDataMigration(array $args = [])
@@ -107,10 +111,16 @@
107111
* @method \GuzzleHttp\Promise\Promise describeFleetAdvisorSchemasAsync(array $args = [])
108112
* @method \Aws\Result describeInstanceProfiles(array $args = [])
109113
* @method \GuzzleHttp\Promise\Promise describeInstanceProfilesAsync(array $args = [])
114+
* @method \Aws\Result describeMetadataModel(array $args = [])
115+
* @method \GuzzleHttp\Promise\Promise describeMetadataModelAsync(array $args = [])
110116
* @method \Aws\Result describeMetadataModelAssessments(array $args = [])
111117
* @method \GuzzleHttp\Promise\Promise describeMetadataModelAssessmentsAsync(array $args = [])
118+
* @method \Aws\Result describeMetadataModelChildren(array $args = [])
119+
* @method \GuzzleHttp\Promise\Promise describeMetadataModelChildrenAsync(array $args = [])
112120
* @method \Aws\Result describeMetadataModelConversions(array $args = [])
113121
* @method \GuzzleHttp\Promise\Promise describeMetadataModelConversionsAsync(array $args = [])
122+
* @method \Aws\Result describeMetadataModelCreations(array $args = [])
123+
* @method \GuzzleHttp\Promise\Promise describeMetadataModelCreationsAsync(array $args = [])
114124
* @method \Aws\Result describeMetadataModelExportsAsScript(array $args = [])
115125
* @method \GuzzleHttp\Promise\Promise describeMetadataModelExportsAsScriptAsync(array $args = [])
116126
* @method \Aws\Result describeMetadataModelExportsToTarget(array $args = [])
@@ -155,6 +165,8 @@
155165
* @method \GuzzleHttp\Promise\Promise describeTableStatisticsAsync(array $args = [])
156166
* @method \Aws\Result exportMetadataModelAssessment(array $args = [])
157167
* @method \GuzzleHttp\Promise\Promise exportMetadataModelAssessmentAsync(array $args = [])
168+
* @method \Aws\Result getTargetSelectionRules(array $args = [])
169+
* @method \GuzzleHttp\Promise\Promise getTargetSelectionRulesAsync(array $args = [])
158170
* @method \Aws\Result importCertificate(array $args = [])
159171
* @method \GuzzleHttp\Promise\Promise importCertificateAsync(array $args = [])
160172
* @method \Aws\Result listTagsForResource(array $args = [])
@@ -203,6 +215,8 @@
203215
* @method \GuzzleHttp\Promise\Promise startMetadataModelAssessmentAsync(array $args = [])
204216
* @method \Aws\Result startMetadataModelConversion(array $args = [])
205217
* @method \GuzzleHttp\Promise\Promise startMetadataModelConversionAsync(array $args = [])
218+
* @method \Aws\Result startMetadataModelCreation(array $args = [])
219+
* @method \GuzzleHttp\Promise\Promise startMetadataModelCreationAsync(array $args = [])
206220
* @method \Aws\Result startMetadataModelExportAsScript(array $args = [])
207221
* @method \GuzzleHttp\Promise\Promise startMetadataModelExportAsScriptAsync(array $args = [])
208222
* @method \Aws\Result startMetadataModelExportToTarget(array $args = [])

src/Ec2/Ec2Client.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,8 @@
11441144
* @method \GuzzleHttp\Promise\Promise getFlowLogsIntegrationTemplateAsync(array $args = []) (supported in versions 2016-11-15)
11451145
* @method \Aws\Result getGroupsForCapacityReservation(array $args = []) (supported in versions 2016-11-15)
11461146
* @method \GuzzleHttp\Promise\Promise getGroupsForCapacityReservationAsync(array $args = []) (supported in versions 2016-11-15)
1147+
* @method \Aws\Result getImageAncestry(array $args = []) (supported in versions 2016-11-15)
1148+
* @method \GuzzleHttp\Promise\Promise getImageAncestryAsync(array $args = []) (supported in versions 2016-11-15)
11471149
* @method \Aws\Result getImageBlockPublicAccessState(array $args = []) (supported in versions 2016-11-15)
11481150
* @method \GuzzleHttp\Promise\Promise getImageBlockPublicAccessStateAsync(array $args = []) (supported in versions 2016-11-15)
11491151
* @method \Aws\Result getInstanceMetadataDefaults(array $args = []) (supported in versions 2016-11-15)

src/Redshift/RedshiftClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@
206206
* @method \GuzzleHttp\Promise\Promise getClusterCredentialsAsync(array $args = [])
207207
* @method \Aws\Result getClusterCredentialsWithIAM(array $args = [])
208208
* @method \GuzzleHttp\Promise\Promise getClusterCredentialsWithIAMAsync(array $args = [])
209+
* @method \Aws\Result getIdentityCenterAuthToken(array $args = [])
210+
* @method \GuzzleHttp\Promise\Promise getIdentityCenterAuthTokenAsync(array $args = [])
209211
* @method \Aws\Result getReservedNodeExchangeConfigurationOptions(array $args = [])
210212
* @method \GuzzleHttp\Promise\Promise getReservedNodeExchangeConfigurationOptionsAsync(array $args = [])
211213
* @method \Aws\Result getReservedNodeExchangeOfferings(array $args = [])

src/S3Tables/S3TablesClient.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* @method \GuzzleHttp\Promise\Promise deleteTableBucketAsync(array $args = [])
2020
* @method \Aws\Result deleteTableBucketEncryption(array $args = [])
2121
* @method \GuzzleHttp\Promise\Promise deleteTableBucketEncryptionAsync(array $args = [])
22+
* @method \Aws\Result deleteTableBucketMetricsConfiguration(array $args = [])
23+
* @method \GuzzleHttp\Promise\Promise deleteTableBucketMetricsConfigurationAsync(array $args = [])
2224
* @method \Aws\Result deleteTableBucketPolicy(array $args = [])
2325
* @method \GuzzleHttp\Promise\Promise deleteTableBucketPolicyAsync(array $args = [])
2426
* @method \Aws\Result deleteTablePolicy(array $args = [])
@@ -33,6 +35,8 @@
3335
* @method \GuzzleHttp\Promise\Promise getTableBucketEncryptionAsync(array $args = [])
3436
* @method \Aws\Result getTableBucketMaintenanceConfiguration(array $args = [])
3537
* @method \GuzzleHttp\Promise\Promise getTableBucketMaintenanceConfigurationAsync(array $args = [])
38+
* @method \Aws\Result getTableBucketMetricsConfiguration(array $args = [])
39+
* @method \GuzzleHttp\Promise\Promise getTableBucketMetricsConfigurationAsync(array $args = [])
3640
* @method \Aws\Result getTableBucketPolicy(array $args = [])
3741
* @method \GuzzleHttp\Promise\Promise getTableBucketPolicyAsync(array $args = [])
3842
* @method \Aws\Result getTableEncryption(array $args = [])
@@ -57,6 +61,8 @@
5761
* @method \GuzzleHttp\Promise\Promise putTableBucketEncryptionAsync(array $args = [])
5862
* @method \Aws\Result putTableBucketMaintenanceConfiguration(array $args = [])
5963
* @method \GuzzleHttp\Promise\Promise putTableBucketMaintenanceConfigurationAsync(array $args = [])
64+
* @method \Aws\Result putTableBucketMetricsConfiguration(array $args = [])
65+
* @method \GuzzleHttp\Promise\Promise putTableBucketMetricsConfigurationAsync(array $args = [])
6066
* @method \Aws\Result putTableBucketPolicy(array $args = [])
6167
* @method \GuzzleHttp\Promise\Promise putTableBucketPolicyAsync(array $args = [])
6268
* @method \Aws\Result putTableMaintenanceConfiguration(array $args = [])

src/data/amp/2020-08-01/api-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,8 @@
25112511
"Source":{
25122512
"type":"structure",
25132513
"members":{
2514-
"eksConfiguration":{"shape":"EksConfiguration"}
2514+
"eksConfiguration":{"shape":"EksConfiguration"},
2515+
"vpcConfiguration":{"shape":"VpcConfiguration"}
25152516
},
25162517
"union":true
25172518
},
@@ -2823,6 +2824,17 @@
28232824
"OTHER"
28242825
]
28252826
},
2827+
"VpcConfiguration":{
2828+
"type":"structure",
2829+
"required":[
2830+
"securityGroupIds",
2831+
"subnetIds"
2832+
],
2833+
"members":{
2834+
"securityGroupIds":{"shape":"SecurityGroupIds"},
2835+
"subnetIds":{"shape":"SubnetIds"}
2836+
}
2837+
},
28262838
"WorkspaceAlias":{
28272839
"type":"string",
28282840
"max":100,

src/data/amp/2020-08-01/api-2.json.php

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

0 commit comments

Comments
 (0)