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 1f9be98 commit 6d6807bCopy full SHA for 6d6807b
runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/businessmetrics/BusinessMetricsUtils.kt
@@ -88,7 +88,7 @@ public enum class SmithyBusinessMetric(public override val identifier: String) :
88
GZIP_REQUEST_COMPRESSION("L"),
89
PROTOCOL_RPC_V2_CBOR("M"),
90
SERVICE_ENDPOINT_OVERRIDE("N"),
91
- ACCOUNT_ID_BASED_ENDPOINT("O"), //Should this be Removed?: https://code.amazon.com/packages/AwsDrSeps/blobs/main/--/FEATURES.md
+ ACCOUNT_ID_BASED_ENDPOINT("O"), // Should this be Removed?: https://code.amazon.com/packages/AwsDrSeps/blobs/main/--/FEATURES.md
92
ACCOUNT_ID_MODE_PREFERRED("P"),
93
ACCOUNT_ID_MODE_DISABLED("Q"),
94
ACCOUNT_ID_MODE_REQUIRED("R"),
0 commit comments