Skip to content

Commit 1be1dfd

Browse files
committed
pr feedback & smithy version bump
1 parent befcde0 commit 1be1dfd

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

aws-runtime/aws-config/api/aws-config.api

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,6 @@ public final class aws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointMode
307307
public static fun values ()[Laws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointMode;
308308
}
309309

310-
public final class aws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointModeKt {
311-
public static final fun toBusinessMetric (Laws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointMode;)Laws/smithy/kotlin/runtime/businessmetrics/BusinessMetric;
312-
}
313-
314310
public final class aws/sdk/kotlin/runtime/config/endpoints/ResolversKt {
315311
public static final fun resolveAccountId (Laws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointMode;Laws/smithy/kotlin/runtime/collections/Attributes;)Ljava/lang/String;
316312
public static final fun resolveAccountIdEndpointMode (Laws/smithy/kotlin/runtime/util/PlatformProvider;Laws/smithy/kotlin/runtime/util/LazyAsyncValue;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;

aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/endpoints/AccountIdEndpointMode.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public enum class AccountIdEndpointMode {
2929
REQUIRED,
3030
}
3131

32-
public fun AccountIdEndpointMode.toBusinessMetric(): BusinessMetric = when (this) {
32+
private fun AccountIdEndpointMode.toBusinessMetric(): BusinessMetric = when (this) {
3333
AccountIdEndpointMode.PREFERRED -> SmithyBusinessMetric.ACCOUNT_ID_MODE_PREFERRED
3434
AccountIdEndpointMode.DISABLED -> SmithyBusinessMetric.ACCOUNT_ID_MODE_DISABLED
3535
AccountIdEndpointMode.REQUIRED -> SmithyBusinessMetric.ACCOUNT_ID_MODE_REQUIRED

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ object AwsRuntimeTypes {
1717
val AwsServiceException = symbol("AwsServiceException")
1818
val ClientException = symbol("ClientException")
1919

20-
// FUTURE MERGE CONFLICT: This package will be removed when region provider PR merges: https://github.com/awslabs/aws-sdk-kotlin/pull/1488
2120
object Client : RuntimeTypePackage(AwsKotlinDependency.AWS_CORE, "client") {
2221
val AwsSdkClientConfig = symbol("AwsSdkClientConfig")
2322
val AwsClientOption = symbol("AwsClientOption")

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ atomicfu-version = "0.25.0"
1212
binary-compatibility-validator-version = "0.16.3"
1313

1414
# smithy-kotlin codegen and runtime are versioned separately
15-
smithy-kotlin-runtime-version = "1.4.11"
15+
smithy-kotlin-runtime-version = "1.4.11-SNAPSHOT"
1616
smithy-kotlin-codegen-version = "0.34.11"
1717

1818
# codegen

0 commit comments

Comments
 (0)