Skip to content

Commit 0e05181

Browse files
authored
misc: update sigv4a business metric id (#1124)
1 parent 037c71b commit 0e05181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/businessmetrics/BusinessMetricsUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ public enum class SmithyBusinessMetric(public override val identifier: String) :
7676
PROTOCOL_RPC_V2_CBOR("M"),
7777
SERVICE_ENDPOINT_OVERRIDE("N"),
7878
ACCOUNT_ID_BASED_ENDPOINT("O"),
79-
SIGV4A_SIGNING("P"),
79+
SIGV4A_SIGNING("S"),
8080
}

0 commit comments

Comments
 (0)