Skip to content

Commit 77b2613

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into try-dokka-2
2 parents 60c2e2e + 412df7f commit 77b2613

File tree

92 files changed

+23247
-11616
lines changed

Some content is hidden

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

92 files changed

+23247
-11616
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
release-readiness:
12+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ready-for-release') }}
1213
runs-on: ubuntu-latest
1314
steps:
1415
- name: Checkout SDK

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ local.properties
1717
services/*/generated-src
1818
services/*/build.gradle.kts
1919
services/*/API.md
20+
services/*/OVERVIEW.md
2021
.kotest/
2122
.kotlin/
2223
*.klib

CHANGELOG.md

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

3+
## [1.4.102] - 06/10/2025
4+
5+
### Features
6+
* [#1609](https://github.com/awslabs/aws-sdk-kotlin/issues/1609) (**s3**) Add support for presigning DeleteObject requests
7+
8+
### Documentation
9+
* (**gameliftstreams**) Documentation updates for Amazon GameLift Streams to address formatting errors, correct resource ID examples, and update links to other guides
10+
11+
## [1.4.101] - 06/09/2025
12+
13+
### Features
14+
* (**appsync**) Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches.
15+
* (**costexplorer**) Support dual-stack endpoints for ce api
16+
* (**customerprofiles**) This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service.
17+
* (**ec2**) Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types.
18+
* (**efs**) Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets.
19+
* (**marketplacecatalog**) The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters.
20+
* (**workspacesthinclient**) Add ConflictException to UpdateEnvironment API
21+
* Optimize Kotlin API Reference documentation navigation sidebar
22+
23+
## [1.4.100] - 06/06/2025
24+
25+
### Features
26+
* (**bedrockagentruntime**) This release introduces the `PromptCreationConfigurations` input parameter, which includes fields to control prompt population for `InvokeAgent` or `InvokeInlineAgent` requests.
27+
* (**kms**) Remove unpopulated KeyMaterialId from Encrypt Response
28+
* (**rds**) Include Global Cluster Identifier in DBCluster if the DBCluster is a Global Cluster Member.
29+
* (**rekognition**) Adds support for defining an ordered preference list of different Rekognition Face Liveness challenge types when calling CreateFaceLivenessSession.
30+
* (**route53**) Amazon Route 53 now supports the Asia Pacific (Taipei) Region (ap-east-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
31+
* (**s3tables**) S3 Tables now supports getting details about a table via its table ARN.
32+
33+
## [1.4.99] - 06/05/2025
34+
35+
### Features
36+
* (**bcmpricingcalculator**) Updating the minimum for List APIs to be 1 (instead of 0)
37+
* (**cloudformation**) Add new warning type 'EXCLUDED_PROPERTIES'
38+
* (**kms**) AWS KMS announces the support for on-demand rotation of symmetric-encryption KMS keys with imported key material (EXTERNAL origin).
39+
* (**wafv2**) AWS WAF adds support for ASN-based traffic filtering and support for ASN-based rate limiting.
40+
41+
## [1.4.98] - 06/04/2025
42+
43+
### Features
44+
* (**evs**) Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability.
45+
* (**invoicing**) Added new Invoicing ListInvoiceSummaries API Operation
46+
* (**mediaconnect**) This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
47+
* (**mediaconvert**) This release includes support for embedding and signing C2PA content credentials in MP4 outputs.
48+
* (**networkfirewall**) You can now monitor flow and alert log metrics from the Network Firewall console.
49+
* (**sagemaker**) Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans.
50+
* (**transcribe**) AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
51+
* (**transcribestreaming**) AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
52+
53+
### Documentation
54+
* (**amplify**) Update documentation for cacheConfig in CreateApp API
55+
56+
## [1.4.97] - 06/03/2025
57+
58+
### Features
59+
* (**apigateway**) Adds support to set the routing mode for a custom domain name.
60+
* (**apigatewayv2**) Adds support to create routing rules and set the routing mode for a custom domain name.
61+
* (**emrserverless**) AWS EMR Serverless: Adds a new option in the CancelJobRun API in EMR 7.9.0+, to cancel a job with grace period. This feature is enabled by default with a 120-second grace period for streaming jobs and is not enabled by default for batch jobs.
62+
63+
## [1.4.96] - 06/02/2025
64+
65+
### Features
66+
* (**athena**) Add support for the managed query result in the workgroup APIs. The managed query result configuration enables users to store query results to Athena owned storage.
67+
* (**backup**) You can now subscribe to Amazon SNS notifications and Amazon EventBridge events for backup indexing. You can now receive notifications when a backup index is created, deleted, or fails to create, enhancing your ability to monitor and track your backup operations.
68+
* (**bedrockagent**) This release adds the Agent Lifecycle Paused State feature to Amazon Bedrock agents. By using an agent's alias, you can temporarily suspend agent operations during maintenance, updates, or other situations.
69+
* (**computeoptimizer**) This release enables AWS Compute Optimizer to analyze Amazon Aurora database clusters and generate Aurora I/O-Optimized recommendations.
70+
* (**costoptimizationhub**) Support recommendations for Aurora instance and Aurora cluster storage.
71+
* (**eks**) Add support for filtering ListInsights API calls on MISCONFIGURATION insight category
72+
* (**entityresolution**) Add support for generating match IDs in near real-time.
73+
* (**pcs**) Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues.
74+
* (**synthetics**) Support for Java runtime handler pattern.
75+
76+
### Documentation
77+
* (**ecs**) Updates Amazon ECS documentation to include note for upcoming default log driver mode change.
78+
79+
## [1.4.95] - 05/30/2025
80+
81+
### Features
82+
* (**emrserverless**) This release adds the capability for users to specify an optional Execution IAM policy in the StartJobRun action. The resulting permissions assumed by the job run is the intersection of the permissions in the Execution Role and the specified Execution IAM Policy.
83+
* (**sagemaker**) Release new parameter CapacityReservationConfig in ProductionVariant
84+
85+
## [1.4.94] - 05/29/2025
86+
87+
### Features
88+
* (**amplify**) Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.
89+
* (**autoscaling**) Add support for "apple" CpuManufacturer in ABIS
90+
* (**bcmpricingcalculator**) Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
91+
* (**cloudtrail**) CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store
92+
* (**connect**) Amazon Connect Service Feature: Email Recipient Limit Increase
93+
* (**dataexchange**) This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
94+
* (**datasync**) AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.
95+
* (**fsx**) FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre
96+
* (**ivsrealtime**) IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.
97+
* (**mwaa**) Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
98+
* (**s3**) Adding checksum support for S3 PutBucketOwnershipControls API.
99+
* (**sagemaker**) Add maintenance status field to DescribeMlflowTrackingServer API response
100+
101+
## [1.4.93] - 05/28/2025
102+
103+
### Features
104+
* (**costoptimizationhub**) This release allows customers to modify their preferred commitment term and payment options.
105+
* (**ec2**) Enable the option to automatically delete underlying Amazon EBS snapshots when deregistering Amazon Machine Images (AMIs)
106+
* (**eventbridge**) Allow for more than 2 characters for location codes in EventBridge ARNs
107+
* (**networkfirewall**) You can now use VPC endpoint associations to create multiple firewall endpoints for a single firewall.
108+
* (**synthetics**) Add support to change ephemeral storage. Add a new field "TestResult" under CanaryRunStatus.
109+
110+
## [1.4.92] - 05/27/2025
111+
112+
### Features
113+
* (**costexplorer**) This release introduces Cost Comparison feature (GetCostAndUsageComparisons, GetCostComparisonDrivers) allowing you find cost variations across multiple dimensions and identify key drivers of spending changes.
114+
* (**deadline**) AWS Deadline Cloud service-managed fleets now support storage profiles. With storage profiles, you can map file paths between a workstation and the worker hosts running the job.
115+
* (**ec2**) This release adds three features - option to store AWS Site-to-Site VPN pre-shared keys in AWS Secrets Manager, GetActiveVpnTunnelStatus API to check the in-use VPN algorithms, and SampleType option in GetVpnConnectionDeviceSampleConfiguration API to get recommended sample configs for VPN devices.
116+
117+
## [1.4.91] - 05/23/2025
118+
119+
### Features
120+
* (**ec2**) This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances
121+
* (**securityir**) Update PrincipalId pattern documentation to reflect what user should receive back from the API call
122+
123+
## [1.4.90] - 05/22/2025
124+
125+
### Features
126+
* (**amp**) Add QueryLoggingConfiguration APIs for Amazon Managed Prometheus
127+
* (**auditmanager**) With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
128+
* (**dsql**) Features: support for customer managed encryption keys
129+
* (**glue**) This release supports additional ConversionSpec parameter as part of IntegrationPartition Structure in CreateIntegrationTableProperty API. This parameter is referred to apply appropriate column transformation for columns that are used for timestamp based partitioning
130+
131+
## [1.4.89] - 05/21/2025
132+
133+
### Features
134+
* (**bedrockagentruntime**) Amazon Bedrock introduces asynchronous flows (in preview), which let you run flows for longer durations and yield control so that your application can perform other tasks and you don't have to actively monitor the flow's progress.
135+
* (**cloudwatch**) Adds support for setting up Contributor Insight rules on logs transformed via Logs Transformation feature.
136+
* (**ec2**) Release of Dualstack and Ipv6-only EC2 Public DNS hostnames
137+
* (**partnercentralselling**) Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.
138+
139+
### Documentation
140+
* (**applicationautoscaling**) Doc only update that addresses a customer reported issue.
141+
142+
### Miscellaneous
143+
* Removing private networks service due to deprecation
144+
145+
## [1.4.88] - 05/20/2025
146+
147+
### Features
148+
* (**datasync**) Remove Discovery APIs from the DataSync service
149+
* (**ec2**) This release expands the ModifyInstanceMaintenanceOptions API to enable or disable instance migration during customer-initiated reboots for EC2 Scheduled Reboot Events.
150+
* (**glue**) Enhanced AWS Glue ListConnectionTypes API Model with additional metadata fields.
151+
* (**inspector2**) This release adds GetClustersForImage API and filter updates as part of the mapping of container images to running containers feature.
152+
* (**oam**) Add IncludeTags field to GetLink, GetSink and UpdateLink API
153+
* (**rds**) This release introduces the new DescribeDBMajorEngineVersions API for describing the properties of specific major versions of database engines.
154+
155+
## [1.4.87] - 05/19/2025
156+
157+
### Features
158+
* (**dsql**) CreateMultiRegionCluster and DeleteMultiRegionCluster APIs removed
159+
* (**ec2**) This release includes new APIs for System Integrity Protection (SIP) configuration and automated root volume ownership delegation for EC2 Mac instances.
160+
* (**mediapackagev2**) This release adds support for DVB-DASH, EBU-TT-D subtitle format, and non-compacted manifests for DASH in MediaPackage v2 Origin Endpoints.
161+
162+
## [1.4.86] - 05/16/2025
163+
164+
### Features
165+
* (**bedrockdataautomation**) Add support for VIDEO modality to BlueprintType enum.
166+
* (**bedrockdataautomationruntime**) Add AssetProcessingConfiguration for video segment to InputConfiguration
167+
* (**codepipeline**) CodePipeline now supports new API ListDeployActionExecutionTargets that lists the deployment target details for deploy action executions.
168+
* (**emr**) Added APIs for managing Application UIs: Access Persistent (serverless) UIs via CreatePersistentAppUI DescribePersistentAppUI & GetPersistentAppUIPresignedURL, and Cluster-based UIs through GetOnClusterAppUIPresignedURL. Supports Yarn, Spark History, and TEZ interfaces.
169+
* (**glue**) Changes include (1) Excel as S3 Source type and XML and Tableau's Hyper as S3 Sink types, (2) targeted number of partitions parameter in S3 sinks and (3) new compression types in CSV/JSON and Parquet S3 sinks.
170+
* (**neptune**) This release adds Global Cluster Switchover capability which enables you to change your global cluster's primary AWS Region, the region that serves writes, while preserving the replication between all regions in the global cluster.
171+
* (**servicequotas**) This release introduces CreateSupportCase operation to SDK.
172+
173+
### Documentation
174+
* (**ecs**) This is an Amazon ECs documentation only release to support the change of the container exit "reason" field from 255 characters to 1024 characters.
175+
176+
## [1.4.85] - 05/15/2025
177+
178+
### Features
179+
* (**bedrockagent**) Amazon Bedrock Flows introduces DoWhile loops nodes, parallel node executions, and enhancements to knowledge base nodes.
180+
* (**codebuild**) AWS CodeBuild now supports Docker Server capability
181+
* (**databasemigrationservice**) Introduces Data Resync feature to describe-table-statistics and IAM database authentication for MariaDB, MySQL, and PostgreSQL.
182+
* (**pcs**) This release adds support for Slurm accounting. For more information, see the Slurm accounting topic in the AWS PCS User Guide. Slurm accounting is supported for Slurm 24.11 and later. This release also adds 24.11 as a valid value for the version parameter of the Scheduler data type.
183+
* (**workspaces**) Added the new AlwaysOn running mode for WorkSpaces Pools. Customers can now choose between AlwaysOn (for instant access, with hourly usage billing regardless of connection status), or AutoStop (to optimize cost, with a brief startup delay) for their pools.
184+
185+
### Documentation
186+
* (**controltower**) Updated the descriptions for the AWS Control Tower Baseline APIs to make them more intuitive.
187+
3188
## [1.4.84] - 05/14/2025
4189

5190
### Features

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@ The `.api` files can be updated by running `./gradlew apiDump`.
211211

212212
The binary compatibility validator can also be run manually using `./gradlew apiCheck`.
213213

214+
#### Release readiness
215+
216+
This checks for cross repo changes by looking at matching branch names across repos.
217+
It verifies that downstream changes are ready to be released. If your change spans
218+
multiple repos (aws-sdk-kotlin, smithy-kotlin, aws-crt-kotlin), the upstream
219+
changes must be merged and released first. For release assistance ask the team
220+
to run a release for you.
221+
222+
If this check is failing, and you have cross repo changes that do not rely on
223+
each other, you can add the `ready-for-release` label to your PR to override it.
224+
214225
## Finding contributions to work on
215226
Looking at the existing issues is a great way to find something to contribute on. As our projects, by default, use the default GitHub issue labels ((enhancement/bug/duplicate/help wanted/invalid/question/wontfix), looking at any ['help wanted'](https://github.com/aws-samples/aws-sdk-kotlin/labels/help%20wanted) issues is a great place to start.
216227

0 commit comments

Comments
 (0)