Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
classpath(libs.kotlinx.atomicfu.plugin)
classpath("aws.sdk.kotlin:build-plugins") {
version {
require("0.2.5")
require("0.2.7")
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ private const val javaClientNamesJson = """
"ServerlessApplicationRepository": "ServerlessApplicationRepositoryClient",
"CodeStar connections": "CodeStarConnectionsClient",
"Pinpoint SMS Voice V2": "PinpointSmsVoiceV2Client",
"IoTSiteWise": "IoTSiteWiseClient",
"IoTSiteWise": "IotSiteWiseClient",
"ivs": "IvsClient",
"InternetMonitor": "InternetMonitorClient",
"mq": "MqClient",
Expand Down Expand Up @@ -1897,16 +1897,16 @@ private const val javaClientNamesJson = """
"AccessAnalyzer": "AccessAnalyzerClient",
"Route53 Recovery Readiness": "Route53RecoveryReadinessClient",
"ComprehendMedical": "ComprehendMedicalClient",
"IoTThingsGraph": "IoTThingsGraphClient",
"IoTFleetWise": "IoTFleetWiseClient",
"IoTThingsGraph": "IotThingsGraphClient",
"IoTFleetWise": "IotFleetWiseClient",
"RUM": "RumClient",
"OpenSearch": "OpenSearchClient",
"EC2 Instance Connect": "Ec2InstanceConnectClient",
"Health": "HealthClient",
"CloudFront": "CloudFrontClient",
"WAFV2": "Wafv2Client",
"Cost Explorer": "CostExplorerClient",
"IoTSecureTunneling": "IoTSecureTunnelingClient",
"IoTSecureTunneling": "IotSecureTunnelingClient",
"Kinesis Analytics V2": "KinesisAnalyticsV2Client",
"CodeCatalyst": "CodeCatalystClient",
"RDS Data": "RdsDataClient",
Expand Down Expand Up @@ -1935,7 +1935,7 @@ private const val javaClientNamesJson = """
"Config Service": "ConfigClient",
"GroundStation": "GroundStationClient",
"Inspector2": "Inspector2Client",
"IoTAnalytics": "IoTAnalyticsClient",
"IoTAnalytics": "IotAnalyticsClient",
"SageMaker A2I Runtime": "SageMakerA2IRuntimeClient",
"neptunedata": "NeptunedataClient",
"Pinpoint Email": "PinpointEmailClient",
Expand All @@ -1950,7 +1950,7 @@ private const val javaClientNamesJson = """
"WorkDocs": "WorkDocsClient",
"NetworkManager": "NetworkManagerClient",
"Omics": "OmicsClient",
"IoTFleetHub": "IoTFleetHubClient",
"IoTFleetHub": "IotFleetHubClient",
"Cognito Sync": "CognitoSyncClient",
"Outposts": "OutpostsClient",
"BackupStorage": "BackupStorageClient",
Expand Down Expand Up @@ -1999,7 +1999,7 @@ private const val javaClientNamesJson = """
"Timestream Write": "TimestreamWriteClient",
"CodeBuild": "CodeBuildClient",
"DocDB Elastic": "DocDbElasticClient",
"IoTTwinMaker": "IoTTwinMakerClient",
"IoTTwinMaker": "IotTwinMakerClient",
"IotDeviceAdvisor": "IotDeviceAdvisorClient",
"License Manager Linux Subscriptions": "LicenseManagerLinuxSubscriptionsClient",
"forecast": "ForecastClient",
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ coroutines-version = "1.7.3"
atomicfu-version = "0.22.0"

# smithy-kotlin codegen and runtime are versioned together
smithy-kotlin-version = "0.27.8-SNAPSHOT"
smithy-kotlin-version = "0.28.0-SNAPSHOT"

# codegen
smithy-version = "1.39.0"
Expand Down