Skip to content

Commit 62f45e8

Browse files
committed
Merge branch 'main' of github.com:awslabs/private-aws-sdk-kotlin-staging into feat-aws-login
2 parents 73c0810 + 2a2107e commit 62f45e8

Some content is hidden

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

48 files changed

+16101
-2558
lines changed

.github/workflows/release-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
GITHUB_REPOSITORY: ${{ github.repository }}
2020
UPLOAD: 'true'
2121
RELEASE_METRICS: 'true'
22-
IDENTIFIER: 'null' # Only needed for pull requests
22+
IDENTIFIER: ${{ github.ref_name }}
2323
uses: aws-actions/aws-codebuild-run-build@v1
2424
with:
2525
project-name: aws-sdk-kotlin-service-build

CHANGELOG.md

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

3+
## [1.5.85] - 11/18/2025
4+
5+
### Features
6+
* (**autoscaling**) This release adds the new LaunchInstances API, which can launch instances synchronously in an AutoScaling group. The API also returns instances info and launch error back immediately.
7+
* (**backup**) AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data.
8+
* (**bedrockruntime**) Amazon Bedrock Runtime Service Tier Support Launch
9+
* (**cloudformation**) New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.
10+
* (**cloudwatchlogs**) CloudWatch Logs updates: Added capability to setup a recurring schedule for log insights queries. Logs introduced Scheduled Queries (managed through Create/Update/Get/Delete/List/History Scheduled Query APIs). For more information, see CloudWatch Logs API documentation.
11+
* (**connect**) This release added support for ring timer configuration for campaign calls.
12+
* (**ec2**) AWS Site-to-Site VPN now supports VPN Concentrator, a new feature that enables customers to connect multiple low-bandwidth sites connections through a single attachment, simplifying multi-site connectivity for distributed enterprises.
13+
* (**iam**) Added the AssociateDelegationRequest, GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest, ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and GetHumanReadableSummary APIs for the IAM temporary delegation feature.
14+
* (**kafka**) Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters.
15+
* (**resourcegroupstaggingapi**) Add support for new ListRequiredTags API used to retrieve the required tags specified in a customer's effective tag policy.
16+
* (**storagegateway**) Adds support for European Sovereign Cloud ARNs in Storage Gateway API parameters.
17+
* (**wafv2**) AssociateWebACL, UpdateWebACL and PutLoggingConfiguration will now throw WAFFeatureNotIncludedInPricingPlanException when the request contains a feature that is not included in the CloudFront pricing plan of the WebACL.
18+
19+
## [1.5.84] - 11/17/2025
20+
21+
### Features
22+
* (**appstream**) Adding support for additional instances and extended storage
23+
* (**backup**) AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.
24+
* (**bedrock**) Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.
25+
* (**databasemigrationservice**) This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.
26+
* (**devicefarm**) This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface
27+
* (**ec2**) This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.
28+
* (**glue**) Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
29+
* (**guardduty**) Add S3 On-Demand Object Scanning
30+
* (**lexmodelsv2**) Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.
31+
* (**medialive**) Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
32+
* (**mediapackagev2**) Add support for SCTE messages in Segment file output
33+
* (**mwaaserverless**) Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.
34+
* (**opensearch**) This release adds index operation APIs to support Automatic Semantic Enrichment feature
35+
* (**pcs**) Added support for the managed Slurm REST API endpoint
36+
* (**route53resolver**) Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection
37+
38+
## [1.5.83] - 11/14/2025
39+
40+
### Features
41+
* (**datazone**) Adds support for granting read and write access to Amazon S3 general purpose buckets using CreateSubscriptionRequest and AcceptSubscriptionRequest APIs. Also adds search filters for SSOUser and SSOGroup to ListSubscriptions APIs and deprecates "sortBy" parameter for ListSubscriptions APIs.
42+
* (**ec2**) This release adds AvailabilityZoneId support for CreateInstanceConnectEndpoint, DescribeInstanceConnectEndpoints, and DeleteInstanceConnectEndpoint APIs.
43+
* (**imagebuilder**) EC2 Image Builder now supports invoking Lambda functions and executing Step Functions state machine through image workflows.
44+
* (**medialive**) Removed all the value constraint (min/max) for the shape definitions (e.g. integerMin0Max3600) on the C2j models to get rid of the need to request an exemption from the SDK team whenever a shape definition (e.g. integerMin0Max3600) is changed.
45+
46+
## [1.5.82] - 11/13/2025
47+
48+
### Features
49+
* (**cloudformation**) CloudFormation now supports GetHookResult API with annotations to retrieve structured compliance check results and remediation guidance for each evaluated resource, replacing the previous single-message limitation with detailed validation outcomes.
50+
* (**controlcatalog**) Added support for related control mappings with new RELATED_CONTROL mapping type in ListControlMappings API.
51+
* (**ec2**) Added support for new accelerator types ("media") and accelerator names ("L4", "L40s", "GAUDI_HL_205", "INFERENTIA2", "TRAINIUM", "TRAINIUM2", "U30") in Attributes Based Instance Type Selection for launched instance types.
52+
* (**ecr**) Add Amazon ECR FIPS PrivateLink endpoint support
53+
* (**elasticloadbalancingv2**) QUIC and TCP_QUIC protocol support for Network Load Balancer (NLB). This capability enables customers to forward QUIC traffic to their targets with ultra-low latency while maintaining session stickiness using QUIC Connection IDs.
54+
* (**iotwireless**) Integration of Device Location with Amazon Sidewalk network for Amazon Sidewalk enabled devices
55+
* (**mediaconvert**) Lowers minimum duration for black video generator. Adds support for embedding and signing C2PA content credentials in DASH and CMAF HLS outputs.
56+
* (**rds**) Updated endpoint and service metadata
57+
* (**sagemaker**) Added support for minor version upgrades and AWS Identity Center integration for SageMaker Hadron Partner Apps, enabling automated version management and IdC group-based access control.
58+
* (**workspacesweb**) Support for managing web content filtering for defining, tracking and regulating type of content accessed with WorkSpaces Secure Browser as part of browser settings.
59+
60+
## [1.5.81] - 11/12/2025
61+
62+
### Features
63+
* (**amp**) Add VPC source configuration support enabling Amazon Managed Service for Prometheus Collector to collect metrics from MSK clusters.
64+
* (**connect**) Updated Authentication Profile APIs to add support for automatic logout on user inactivity
65+
* (**databasemigrationservice**) Added support of SQL statements creation, metadata model discovery and selection rules transformation.
66+
* (**ec2**) Adds complete AMI ancestry tracing from immediate parent through each preceding generation back to the root AMI
67+
* (**elasticloadbalancingv2**) This release expands ALB Authentication to support JWT verification and adds support for a new JWT validation action in listener rule.
68+
* (**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.
69+
* (**s3tables**) Adds support for request metrics metrics APIs for S3 Tables
70+
* (**sagemaker**) Add support for trn2.3xlarge instance type for SageMaker Hyperpod
71+
72+
## [1.5.80] - 11/11/2025
73+
74+
### Features
75+
* (**bedrockdataautomation**) Added support for Language Expansion feature for BDA Audio modality.
76+
* (**ec2**) AWS Site-to-Site VPN now supports VPN connections with up to 5 Gbps bandwidth per tunnel, a 4x improvement from existing limit of 1.25 Gbps.
77+
* (**medicalimaging**) Added new fields in existing APIs.
78+
* (**rtbfabric**) Added LogSettings and LinkAttribute fields to external links
79+
* (**securityir**) Added support for configuring communication preferences as well as clearly displaying case comment author identities.
80+
81+
### Documentation
82+
* (**batch**) Documentation-only update: update API and doc descriptions per EKS ImageType default value switch from AL2 to AL2023.
83+
384
## [1.5.79] - 11/10/2025
485

586
### Features

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,8 +2720,11 @@
27202720
"ap-south-1" : { },
27212721
"ap-southeast-1" : { },
27222722
"ap-southeast-2" : { },
2723+
"ap-southeast-5" : { },
27232724
"ca-central-1" : { },
27242725
"eu-central-1" : { },
2726+
"eu-south-1" : { },
2727+
"eu-south-2" : { },
27252728
"eu-west-1" : { },
27262729
"eu-west-2" : { },
27272730
"eu-west-3" : { },
@@ -2732,6 +2735,7 @@
27322735
"deprecated" : true,
27332736
"hostname" : "appstream2-fips.us-west-2.amazonaws.com"
27342737
},
2738+
"il-central-1" : { },
27352739
"sa-east-1" : { },
27362740
"us-east-1" : {
27372741
"variants" : [ {
@@ -3720,6 +3724,7 @@
37203724
},
37213725
"bedrock" : {
37223726
"endpoints" : {
3727+
"af-south-1" : { },
37233728
"ap-east-2" : { },
37243729
"ap-northeast-1" : { },
37253730
"ap-northeast-2" : { },
@@ -4021,6 +4026,7 @@
40214026
"hostname" : "bedrock.us-west-2.amazonaws.com"
40224027
},
40234028
"ca-central-1" : { },
4029+
"ca-west-1" : { },
40244030
"eu-central-1" : { },
40254031
"eu-central-2" : { },
40264032
"eu-north-1" : { },
@@ -4031,6 +4037,8 @@
40314037
"eu-west-3" : { },
40324038
"il-central-1" : { },
40334039
"me-central-1" : { },
4040+
"me-south-1" : { },
4041+
"mx-central-1" : { },
40344042
"sa-east-1" : { },
40354043
"us-east-1" : { },
40364044
"us-east-2" : { },
@@ -17471,6 +17479,7 @@
1747117479
"ap-southeast-3" : { },
1747217480
"ap-southeast-4" : { },
1747317481
"ap-southeast-5" : { },
17482+
"ap-southeast-6" : { },
1747417483
"ap-southeast-7" : { },
1747517484
"ca-central-1" : {
1747617485
"variants" : [ {

0 commit comments

Comments
 (0)