Skip to content

Commit d800c21

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into kn-main-merge
2 parents 7501354 + 5373fb2 commit d800c21

File tree

80 files changed

+26213
-8212
lines changed

Some content is hidden

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

80 files changed

+26213
-8212
lines changed

.github/workflows/merge-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Merge main
22
on:
3-
schedule:
4-
- cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday
3+
push:
4+
branches: [ main ]
55
workflow_dispatch:
66

77
jobs:
8-
test:
8+
merge:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Merge main

.github/workflows/sync-mirror.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Sync Mirror
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
workflow_dispatch:
7+
8+
jobs:
9+
git-sync:
10+
# Only sync when pushing to source repo
11+
if: github.repository == 'awslabs/aws-sdk-kotlin'
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: git-sync
15+
uses: wei/git-sync@v3
16+
with:
17+
source_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
18+
source_branch: "main"
19+
destination_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/private-aws-sdk-kotlin-staging.git"
20+
destination_branch: "main"

CHANGELOG.md

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

3+
## [1.4.59] - 04/08/2025
4+
5+
### Features
6+
* (**bedrockruntime**) This release introduces our latest bedrock runtime API, InvokeModelWithBidirectionalStream. The API supports both input and output streams and is supported by only HTTP2.0.
7+
* (**costexplorer**) This release supports Pagination traits on Cost Anomaly Detection APIs.
8+
* (**costoptimizationhub**) This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation, ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.
9+
* (**iotfleetwise**) This release adds the option to update the strategy of state templates already associated to a vehicle, without the need to remove and re-add them.
10+
* (**storagegateway**) Added new ActiveDirectoryStatus value, ListCacheReports paginator, and support for longer pagination tokens.
11+
* (**taxsettings**) Uzbekistan Launch on TaxSettings Page
12+
13+
### Documentation
14+
* (**securityhub**) Documentation updates for AWS Security Hub.
15+
16+
## [1.4.58] - 04/08/2025
17+
18+
## [1.4.57] - 04/07/2025
19+
20+
⚠️ **IMPORTANT**: This version should not be used, as it depends on an unreleased snapshot version and will not work correctly. Please use version 1.4.58 or later.
21+
22+
### Features
23+
* (**bedrock**) New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
24+
* (**bedrockruntime**) New options for how to handle harmful content detected by Amazon Bedrock Guardrails.
25+
* (**codebuild**) AWS CodeBuild now offers an enhanced debugging experience.
26+
* (**glue**) Add input validations for multiple Glue APIs
27+
* (**medialive**) AWS Elemental MediaLive now supports SDI inputs to MediaLive Anywhere Channels in workflows that use AWS SDKs.
28+
* (**personalize**) Add support for eventsConfig for CreateSolution, UpdateSolution, DescribeSolution, DescribeSolutionVersion. Add support for GetSolutionMetrics to return weighted NDCG metrics when eventsConfig is enabled for the solution.
29+
* (**transfer**) This launch enables customers to manage contents of their remote directories, by deleting old files or moving files to archive folders in remote servers once they have been retrieved. Customers will be able to automate the process using event-driven architecture.
30+
31+
## [1.4.56] - 04/04/2025
32+
33+
### Features
34+
* (**eventbridge**) Amazon EventBridge adds support for customer-managed keys on Archives and validations for two fields: eventSourceArn and kmsKeyIdentifier.
35+
36+
### Documentation
37+
* (**directoryservicedata**) Doc only update - fixed broken links.
38+
* (**ec2**) Doc-only updates for Amazon EC2
39+
* (**s3control**) Updated max size of Prefixes parameter of Scope data type.
40+
41+
## [1.4.55] - 04/03/2025
42+
43+
### Features
44+
* (**bedrockagent**) Added optional "customMetadataField" for Amazon Aurora knowledge bases, allowing single-column metadata. Also added optional "textIndexName" for MongoDB Atlas knowledge bases, enabling hybrid search support.
45+
* (**chimesdkvoice**) Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address
46+
* (**mailmanager**) Add support for Dual_Stack and PrivateLink types of IngressPoint. For configuration requests, SES Mail Manager will now accept both IPv4/IPv6 dual-stack endpoints and AWS PrivateLink VPC endpoints for email receiving.
47+
* (**route53**) Added us-gov-east-1 and us-gov-west-1 as valid Latency Based Routing regions for change-resource-record-sets.
48+
* (**sagemaker**) Adds support for i3en, m7i, r7i instance types for SageMaker Hyperpod
49+
* (**sesv2**) This release enables customers to provide attachments in the SESv2 SendEmail and SendBulkEmail APIs.
50+
* (**transcribe**) This Feature Adds Support for the "zh-HK" Locale for Batch Operations
51+
52+
### Documentation
53+
* (**opensearch**) Improve descriptions for various API commands and data types.
54+
55+
## [1.4.54] - 04/02/2025
56+
57+
### Features
58+
* (**applicationsignals**) Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.
59+
* (**codebuild**) This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment
60+
* (**lexmodelsv2**) Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug
61+
* (**medialive**) Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
62+
63+
### Documentation
64+
* (**ecr**) Fix for customer issues related to AWS account ID and size limitation for token.
65+
* (**ecs**) This is an Amazon ECS documentation only update to address various tickets.
66+
67+
## [1.4.53] - 04/01/2025
68+
69+
### Features
70+
* (**cleanrooms**) This release adds support for updating the analytics engine of a collaboration.
71+
* (**sagemaker**) Added tagging support for SageMaker notebook instance lifecycle configurations
72+
73+
## [1.4.52] - 03/31/2025
74+
75+
### Features
76+
* (**bedrockruntime**) Add Prompt Caching support to Converse and ConverseStream APIs
77+
* (**deadline**) With this release you can use a new field to specify the search term match type. Search term match types currently support fuzzy and contains matching.
78+
* (**ec2**) Release VPC Route Server, a new feature allowing dynamic routing in VPCs.
79+
* (**eks**) Add support for updating RemoteNetworkConfig for hybrid nodes on EKS UpdateClusterConfig API
80+
* (**marketplaceentitlementservice**) Add support for Marketplace Entitlement Service dual-stack endpoints.
81+
* (**outposts**) Enabling Asset Level Capacity Management feature, which allows customers to create a Capacity Task for a single Asset on their active Outpost.
82+
* (**s3**) Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones
83+
* (**s3control**) Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones
84+
* (**sesv2**) Add dual-stack support to global endpoints.
85+
* (**transfer**) Add WebAppEndpointPolicy support for WebApps
86+
87+
## [1.4.51] - 03/28/2025
88+
89+
### Features
90+
* (**apigateway**) Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
91+
* (**apigatewayv2**) Adds support for setting the IP address type to allow dual-stack or IPv4 address types to invoke your APIs or domain names.
92+
* (**bedrockruntime**) Launching Multi-modality Content Filter for Amazon Bedrock Guardrails.
93+
* (**codebuild**) This release adds support for cacheNamespace in ProjectCache
94+
* (**marketplacemetering**) Add support for Marketplace Metering Service dual-stack endpoints.
95+
* (**networkmanager**) Add support for NetworkManager Dualstack endpoints.
96+
* (**paymentcryptography**) The service adds support for transferring AES-256 and other keys between the service and other service providers and HSMs. This feature uses ECDH to derive a one-time key transport key to enable these secure key exchanges.
97+
* (**quicksight**) RLS permission dataset with userAs: RLS_RULES flag, Q in QuickSight/Threshold Alerts/Schedules/Snapshots in QS embedding, toggle dataset refresh email alerts via API, transposed table with options: column width, type and index, toggle Q&A on dashboards, Oracle Service Name when creating data source.
98+
* (**sagemaker**) TransformAmiVersion for Batch Transform and SageMaker Search Service Aggregate Search API Extension
99+
100+
### Documentation
101+
* (**ecs**) This is an Amazon ECS documentation only release that addresses tickets.
102+
103+
## [1.4.50] - 03/27/2025
104+
105+
### Features
106+
* (**batch**) This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
107+
* (**bcmpricingcalculator**) Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
108+
* (**bedrockagentruntime**) bedrock flow now support node action trace.
109+
* (**cloudformation**) Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.
110+
* (**datazone**) This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
111+
* (**eks**) Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.
112+
* (**gamelift**) Amazon GameLift Servers add support for additional instance types.
113+
* (**iam**) Update IAM dual-stack endpoints for BJS, IAD and PDT partitions
114+
* (**sagemaker**) add: recovery mode for SageMaker Studio apps
115+
* (**ssooidc**) This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
116+
117+
## [1.4.49] - 03/26/2025
118+
119+
### Features
120+
* (**arczonalshift**) Add new shiftType field for ARC zonal shifts.
121+
* (**directconnect**) With this release, AWS Direct Connect allows you to tag your Direct Connect gateways. Tags are metadata that you can create and use to manage your Direct Connect gateways. For more information about tagging, see AWS Tagging Strategies.
122+
* (**mediaconvert**) This release adds a configurable Quality Level setting for the top rendition of Auto ABR jobs
123+
* (**mediatailor**) Add support for log filtering which allow customers to filter out selected event types from logs.
124+
* (**polly**) Added support for the new voice - Jihye (ko-KR). Jihye is available as a Neural voice only.
125+
* (**wafv2**) This release adds the ability to associate an AWS WAF v2 web ACL with an AWS Amplify App.
126+
127+
### Documentation
128+
* (**rds**) Add note about the Availability Zone where RDS restores the DB cluster for the RestoreDBClusterToPointInTime operation.
129+
130+
## [1.4.48] - 03/25/2025
131+
132+
### Features
133+
* (**bedrockagent**) Adding support for Amazon OpenSearch Managed clusters as a vector database in Knowledge Bases for Amazon Bedrock
134+
* (**eks**) Added support to override upgrade-blocking readiness checks via force flag when updating a cluster.
135+
* (**gameliftstreams**) Minor updates to improve developer experience.
136+
* (**keyspaces**) Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs.
137+
* (**marketplaceentitlementservice**) This release enhances the GetEntitlements API to support new filter CUSTOMER_AWS_ACCOUNT_ID in request and CustomerAWSAccountId field in response.
138+
* (**marketplacemetering**) This release enhances the BatchMeterUsage API to support new field CustomerAWSAccountId in request and response and making CustomerIdentifier optional. CustomerAWSAccountId or CustomerIdentifier must be provided in request but not both.
139+
* (**sagemaker**) This release adds support for customer-managed KMS keys in Amazon SageMaker Partner AI Apps
140+
* (**workspacesthinclient**) Deprecate tags field in Get API responses
141+
142+
## [1.4.47] - 03/24/2025
143+
144+
### Features
145+
* (**iotwireless**) Mark EutranCid under LteNmr optional.
146+
* (**pcs**) ClusterName/ClusterIdentifier, ComputeNodeGroupName/ComputeNodeGroupIdentifier, and QueueName/QueueIdentifier can now have 10 characters, and a minimum of 3 characters. The TagResource API action can now return ServiceQuotaExceededException.
147+
* (**ssm**) This release adds the AvailableSecurityUpdatesComplianceStatus field to patch baseline operations, as well as the AvailableSecurityUpdateCount and InstancesWithAvailableSecurityUpdates to patch state operations. Applies to Windows Server managed nodes only.
148+
149+
### Documentation
150+
* (**qconnect**) Provides the correct value for supported model ID.
151+
152+
## [1.4.46] - 03/21/2025
153+
154+
### Features
155+
* (**bedrock**) A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's.
156+
* (**datazone**) Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.
157+
* (**route53recoverycontrolconfig**) Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack.
158+
* (**sagemaker**) This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.
159+
3160
## [1.4.45] - 03/20/2025
4161

5162
### Features

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/ModuleDocumentationIntegration.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ class ModuleDocumentationIntegration(
112112
?.value
113113

114114
appendLine("## Code Examples")
115-
append("To see full code examples, see the ${title ?: sdkId} examples in the AWS code example library. ")
116-
appendLine("See $codeExampleLink")
115+
appendLine("Explore code examples for ${title ?: sdkId} in the <a href=\"$codeExampleLink\">AWS code example library</a>.")
117116
appendLine()
118117
}
119118
}

0 commit comments

Comments
 (0)