We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee0e6 commit d8d7aa0Copy full SHA for d8d7aa0
aws-runtime/aws-endpoint/common/src/aws/sdk/kotlin/runtime/endpoint/functions/Functions.kt
@@ -9,6 +9,7 @@ import aws.sdk.kotlin.runtime.InternalSdkApi
9
import aws.smithy.kotlin.runtime.client.endpoints.functions.isValidHostLabel
10
import aws.smithy.kotlin.runtime.net.isIpv4
11
import aws.smithy.kotlin.runtime.net.isIpv6
12
+import kotlin.jvm.JvmOverloads
13
14
// the number of top-level components an arn contains (separated by colons)
15
private const val ARN_COMPONENT_COUNT = 6
0 commit comments