Skip to content

Commit f96cb03

Browse files
committed
add businees metrics
1 parent 4c782bf commit f96cb03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,12 @@ public enum class SmithyBusinessMetric(public override val identifier: String) :
8888
GZIP_REQUEST_COMPRESSION("L"),
8989
PROTOCOL_RPC_V2_CBOR("M"),
9090
SERVICE_ENDPOINT_OVERRIDE("N"),
91-
ACCOUNT_ID_BASED_ENDPOINT("O"),
91+
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"),
9295
SIGV4A_SIGNING("S"),
96+
RESOLVED_ACCOUNT_ID("T"),
9397
FLEXIBLE_CHECKSUMS_REQ_CRC32("U"),
9498
FLEXIBLE_CHECKSUMS_REQ_CRC32C("V"),
9599
FLEXIBLE_CHECKSUMS_REQ_SHA1("X"),

0 commit comments

Comments
 (0)