File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/businessmetrics Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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" ),
You can’t perform that action at this time.
0 commit comments