From abf5ff3feb9ba022e05dbb84c47f2a1fbf793348 Mon Sep 17 00:00:00 2001 From: aws-sdk-kotlin-ci Date: Thu, 3 Oct 2024 18:07:20 +0000 Subject: [PATCH] chore: release 1.3.46 --- CHANGELOG.md | 11 +++++++++++ codegen/sdk/packages.json | 6 ++++++ gradle.properties | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5ee1d63be..af77204763c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.3.46] - 10/03/2024 + +### Features +* (**codepipeline**) AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. +* (**connect**) Public GetMetricDataV2 Grouping increase from 3 to 4 +* (**ec2**) This release includes a new API for modifying instance cpu-options after launch. +* (**iot**) This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. +* (**marketplacereporting**) The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. +* (**mediapackagev2**) Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. +* (**quicksight**) QuickSight: Add support for exporting and importing folders in AssetBundle APIs + ## [1.3.45] - 10/02/2024 ### Features diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index c737f3bb77a..6292c0bbd3c 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -1260,6 +1260,12 @@ "artifactName": "marketplacemetering", "brazilName": "AwsSdkKotlinMarketplaceMetering" }, + { + "sdkId": "Marketplace Reporting", + "namespace": "aws.sdk.kotlin.services.marketplacereporting", + "artifactName": "marketplacereporting", + "brazilName": "AwsSdkKotlinMarketplaceReporting" + }, { "sdkId": "MediaConnect", "namespace": "aws.sdk.kotlin.services.mediaconnect", diff --git a/gradle.properties b/gradle.properties index b38e09f7d95..f30986502ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.3.46-SNAPSHOT +sdkVersion=1.3.46 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/