pub type InitialTransactionId = Uuid;
Idempotency key for retries (UUID RFC 4122).
pub struct InitialTransactionId(/* private fields */);