Skip to content

Commit d8d7aa0

Browse files
committed
Add missing import
1 parent dcee0e6 commit d8d7aa0

File tree

1 file changed

+1
-0
lines changed
  • aws-runtime/aws-endpoint/common/src/aws/sdk/kotlin/runtime/endpoint/functions

1 file changed

+1
-0
lines changed

aws-runtime/aws-endpoint/common/src/aws/sdk/kotlin/runtime/endpoint/functions/Functions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import aws.sdk.kotlin.runtime.InternalSdkApi
99
import aws.smithy.kotlin.runtime.client.endpoints.functions.isValidHostLabel
1010
import aws.smithy.kotlin.runtime.net.isIpv4
1111
import aws.smithy.kotlin.runtime.net.isIpv6
12+
import kotlin.jvm.JvmOverloads
1213

1314
// the number of top-level components an arn contains (separated by colons)
1415
private const val ARN_COMPONENT_COUNT = 6

0 commit comments

Comments
 (0)