Skip to content

Commit 4019263

Browse files
misc: merge from main
2 parents c310c17 + c7db70e commit 4019263

35 files changed

+12808
-893
lines changed

CHANGELOG.md

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

3+
## [1.5.88] - 11/20/2025
4+
5+
### Features
6+
* (**applicationsignals**) Amazon CloudWatch Application Signals now supports un-instrumented services discovery, cross-account views, and change history, helping SRE and DevOps teams monitor and troubleshoot their large-scale distributed applications.
7+
* (**autoscaling**) This release adds support for three new features: 1) Image ID overrides in mixed instances policy, 2) Replace Root Volume - a new strategy for Instance Refresh, and 3) Instance Lifecycle Policy for enhanced instance lifecycle management.
8+
* (**bedrockagentcore**) Bedrock AgentCore Memory release for redriving memory extraction jobs (StartMemoryExtractionJob and ListMemoryExtractionJob)
9+
* (**bedrockdataautomation**) Added support for Synchronous project type and PII Detection and Redaction
10+
* (**bedrockdataautomationruntime**) Bedrock Data Automation Runtime Sync API
11+
* (**braket**) Add support for Braket spending limits.
12+
* (**budgets**) Add BillingViewHealthStatusException to DescribeBudgetPerformanceHistory and ServiceQuotaExceededException to UpdateBudget for improved error handling with Billing Views.
13+
* (**cloudfront**) This release adds support for bring your own IP (BYOIP) to CloudFront's CreateAnycastIpList API through an optional IpamCidrConfigs field.
14+
* (**cloudtrail**) AWS launches CloudTrail aggregated events to simplify monitoring of data events at scale. This feature delivers both granular and summarized data events for resources like S3/Lambda, helping security teams identify patterns without custom aggregation logic.
15+
* (**connect**) Add optional ability to exclude users from send notification actions for Contact Lens Rules.
16+
* (**databasemigrationservice**) Added support for customer-managed KMS key (CMK) for encryption for import private key certificate. Additionally added Amazon SageMaker Lakehouse endpoint used for zero-ETL integrations with data warehouses.
17+
* (**datasync**) The partition value "aws-eusc" is now permitted for ARN (Amazon Resource Name) fields.
18+
* (**devicefarm**) Add support for environment variables and an IAM execution role.
19+
* (**dsql**) Added clusterVpcEndpoint field to GetVpcEndpointServiceName API response, returning the VPC connection endpoint for the cluster
20+
* (**ec2**) This release adds support for multiple features including: VPC Encryption Control for the status of traffic flow; S2S VPN BGP Logging; TGW Flexible Costs; IPAM allocation of static IPs from IPAM pools to CF Anycast IP lists used on CloudFront distribution; and EBS Volume Integration with Recycle Bin
21+
* (**ecs**) Launching Amazon ECS Express Mode - a new feature that enables developers to quickly launch highly available, scalable containerized applications with a single command.
22+
* (**elasticloadbalancingv2**) This release adds the target optimizer feature in ALB, enabling strict concurrency enforcement on targets.
23+
* (**emr**) Add support for configuring S3 destination for step logs on a per-step basis.
24+
* (**glue**) Added FunctionType parameter to Glue GetuserDefinedFunctions.
25+
* (**imagebuilder**) EC2 Image Builder now enables the distribution of existing AMIs, retry distribution, and define distribution workflows. It also supports automatic versioning for recipes and components, allowing automatic version increments and dynamic referencing in pipelines.
26+
* (**lakeformation**) Added ServiceIntegrations as a request parameter for CreateLakeFormationIdentityCenterConfigurationRequest and UpdateLakeFormationIdentityCenterConfigurationRequest and response parameter for DescribeLakeFormationIdentityCenterConfigurationResponse
27+
* (**licensemanager**) Added cross-account resource aggregation via license asset groups and expiry tracking for Self-Managed Licenses. Extended Org-Wide View to Self-Managed Licenses, added reporting for license asset groups, and removed Athena/Glue dependencies for cross-account resource discovery in commercial regions.
28+
* (**networkmanager**) This release adds support for Cloud WAN Routing Policy providing customers sophisticated routing controls to better manage their global networks
29+
* (**organizations**) Added new APIs for Billing Transfer, new policy type INSPECTOR_POLICY, and allow an account to transfer between organizations
30+
* (**quicksight**) Introducing comprehensive theme styling controls. New features include border customization (radius, width, color), flexible padding controls, background styling for cards and sheets, centralized typography management, and visual-level override support across layouts.
31+
* (**rbin**) Add support for EBS volume in Recycle Bin
32+
* (**rds**) Add support for VPC Encryption Controls.
33+
* (**redshiftdata**) Increasing the length limit of Statement Name from 500 to 2048.
34+
* (**s3**) Enable / Disable ABAC on a general purpose bucket.
35+
* (**sagemaker**) Added training plan support for inference endpoints. Added HyperPod task governance with accelerator partition-based quota allocation. Added BatchRebootClusterNodes and BatchReplaceClusterNodes APIs. Updated ListClusterNodes to include privateDnsHostName.
36+
* (**securityhub**) Release Findings and Resources Trends APIs- GetFindingsTrendsV2 and GetResourcesTrendsV2. This supports time-series aggregated counts with composite filtering for 1-year of historical data analysis of Findings and Resources.
37+
38+
### Documentation
39+
* (**kinesis**) Kinesis Data Streams now supports up to 50 Enhance Fan-out consumers for On-demand Advantage Streams. On-demand Standard and Provisioned streams will continue with the existing limit of 20 consumers for Enhanced Fan-out.
40+
341
## [1.5.87] - 11/19/2025
442

543
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12705,6 +12705,7 @@
1270512705
"ap-southeast-3" : { },
1270612706
"ap-southeast-4" : { },
1270712707
"ap-southeast-5" : { },
12708+
"ap-southeast-6" : { },
1270812709
"ap-southeast-7" : { },
1270912710
"ca-central-1" : { },
1271012711
"ca-west-1" : { },
@@ -37933,6 +37934,11 @@
3793337934
"us-isob-west-1" : { }
3793437935
}
3793537936
},
37937+
"bedrock" : {
37938+
"endpoints" : {
37939+
"us-isob-east-1" : { }
37940+
}
37941+
},
3793637942
"budgets" : {
3793737943
"endpoints" : {
3793837944
"aws-iso-b-global" : {

0 commit comments

Comments
 (0)